add 2 mobiles in osmocomBB

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Vadim Yanitskiy axilirator at gmail.com
Thu Nov 28 14:04:22 UTC 2019


Hello,

> I would like to add two (fake) mobiles by using the osmocomBB platform.

a single process of mobile app can serve several MS instances, see an example:

https://git.osmocom.org/osmocom-bb/tree/doc/examples/mobile/multi_ms.cfg

but you will still need to run two instances of trxcon:

$ ./trxcon -s /tmp/osmocom_l2.one

and

$ ./trxcon -s /tmp/osmocom_l2.two --trx-port 6703

and finally, fake_trx.py needs to know about the second transceiver:

$ ./fake_trx.py --trx MS at 127.0.0.1:6000

After that you can manage both virtual mobile phones using the VTY interface:

$ telnet localhost 4247
OsmocomBB> en
OsmocomBB# sim testcard one
OsmocomBB# sim testcard two

NOTE: in the mentioned config file, change 'sim reader' to 'sim none'
in order to use the virtual SIM cards.

Good luck!

With best regards,
Vadim Yanitskiy.



More information about the baseband-devel mailing list