Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - psilvao

Pages: [1]
1
YateBTS / YatebTS and SMSC
« on: May 06, 2019, 07:44:06 AM »
Hi

Is it possible to integrate an SMSC with YateBTS?

Regards,
Pablo

2
YateBTS / Multioperators in YateBTS is possible? (severals MNC)
« on: April 24, 2019, 06:58:59 AM »
Hi, so far when examining the YateBTS documentation, this allows only one operator (MNC), but I would like to know if I can implement more than one operator.

Regards,
Pablo

3
Yate based projects / Re: Rrescue for missing persons
« on: May 31, 2018, 07:53:31 AM »
Hello everyone, I'm in the first tests with bladerf and yate, or rather I have not yet understood well the whole system sorry if I write things not right :)
Very often, during rescue operations, we are looking for missing people, in many different scenarios, many of these missing have their cell phone with them, but maybe they can not use it because they fainted or due to other problems due perhaps to an accident in the mountains.
I would like to understand from you if it is possible, with the bladerf and yate system, to be able to identify the telephone of the person to be rescued, possibly with directional antennas and therefore triangulations.
Thanks in advance

I understand your query, a company called movistar has that service at the level of sim M2M, where you can see the latitude and longitude of the last coupling of the cell to a tower.

If you need to locate a cell phone, you must triangulate its position, there is an article that mentions it:

The police rely on triangulation services to track the phone (and, presumably, its owner). Because the nature of the network allows the telephone to communicate with a number of nearby cell towers, and for each cell to evaluate the strength of the telephone signal, the network analysis software can estimate the distance of the telephone from each tower. If the telephone communicates with three or more towers, the triangulation software can use the signal strength of each to estimate the geographical position of the telephone in a three-dimensional plane. Triangulation is not an exact science, however, and software programs can only estimate the position of the phone, not pinpoint its exact location. Even so, triangulation allows the police to position cell phones (and, presumably, the user) in nearby neighborhoods, in real time or in recent history.

If we consider that yatesbts is a "tower" and bladerf is an "antenna", we would have two elements to play.

The source code of yatesbts would allow you to know who is connecting, but you should investigate if there is information about the strength of the cell signal. On the other hand if bladerf does the work of "antenna" and has the possibility of informing who is emitting and receiving it could help him to deduce his location, but if or if, by geometry he needs three points to evaluate the power of the signal, unless that you program an app and use your GPS, which would not be very good since generally users to save battery turn off the GPS.

Regards,
Pablo

4
Yate based projects / Re: Single Computer, multiple BTS and BladeRF
« on: May 31, 2018, 07:44:35 AM »
I'm working on a project with a single computer that has multiple copies of yate (in separate Linux containers) and multiple bladeRFs attached.  My question is where in the code can I differential between the bladeRFs so that each instance of yate connects to a separate Radio and there is no interference?

Interesting your query, you indicate that there is no interference, that points to an interference of emission and reception by bladerf?

If so, you must make a coverage map, to know how far the coverage of emission and reception of bladerf arrives, a spectrum analyzer could help you, they are not cheap devices but it is the most accurate, or maybe you do the tests in a more craft with a phone + software and evaluate its coverage.

Greetings,
Pablo

Ps: are you using LXC or Docker?

5
Yate based projects / Re: About mini cell network
« on: May 30, 2018, 08:00:21 AM »
Hi again

I'm sorry if I was not clear enough in my query, although YatesBTS has a SIP server which can be enabled or not, in my question it pointed out if another SIP server could be used, such as asterisk, freeswitch to name a few.

If the answer is yes, how do I do the routing or mapping between a subscriber of YatesBTS and the external server, since for YatesBTS the subscriber will have an extension X, which I imagine should be mapped to the external SIP server, in order to generate the call to a PSTN.

If the answer is No !, and the SIP Server of YatesBTS should be used in a mandatory way, how is it controlled that some and not all subscribers can make outgoing calls to a PSTN network?

Thanks in advance
Pablo

6
Yate based projects / Re: About mini cell network
« on: May 29, 2018, 09:42:41 AM »
Thanks Monica, about the other questions, it's possible for example using a SIP Server as Asterisk, Freeswitch for incomming and outgoing calls?


Thanks in advance
Pablo

7
Yate based projects / About mini cell network
« on: May 28, 2018, 11:18:26 AM »
Hello, I want to do a small project for a cellular network using 1 yatesbts + 1 BladeRF + 1 Sip Server for incoming and outgoing calls

For this and given that I am new to the use of yatesbts, I would like it in a rural area where there is no other company, to get the cell phones that are on, I understand that using the regular expression .* This is achieved, but as I'm going outgoing call to the SIP server ?, and the same for an incoming call to the cell phone that hooks up with the yatesbts station?

What happens, if I now for the project i use 2 stations yatesbts + 2 BladeRF + 1 Sip Server and the person walks with his cell phone and gets stuck from the first station yatesbts to the second station yatesbts, the call is lost?

Thanks in advance
Pablo

Pages: [1]