From Helmanurmawati at gmail.com Sat Nov 16 10:02:28 2019 From: Helmanurmawati at gmail.com (Asephilman) Date: Sat, 16 Nov 2019 03:02:28 -0700 (MST) Subject: Calypso BTS In-Reply-To: <1481479866833-4026755.post@n3.nabble.com> References: <1481445983856-4026753.post@n3.nabble.com> <1481479866833-4026755.post@n3.nabble.com> Message-ID: <1573898548840-0.post@n3.nabble.com> http:// locations/6287716829017 -- Sent from: http://baseband-devel.722152.n3.nabble.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Helmanurmawati at gmail.com Sat Nov 16 10:03:09 2019 From: Helmanurmawati at gmail.com (Asephilman) Date: Sat, 16 Nov 2019 03:03:09 -0700 (MST) Subject: Calypso BTS In-Reply-To: <1481479866833-4026755.post@n3.nabble.com> References: <1481445983856-4026753.post@n3.nabble.com> <1481479866833-4026755.post@n3.nabble.com> Message-ID: <1573898589824-0.post@n3.nabble.com> http:// http:// locations/6287716829017 -- Sent from: http://baseband-devel.722152.n3.nabble.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mg at sms-arsia.fr Thu Nov 28 11:59:35 2019 From: mg at sms-arsia.fr (MG - SMS ARSIA) Date: Thu, 28 Nov 2019 11:59:35 +0000 Subject: add 2 mobiles in osmocomBB Message-ID: <44e96884f5354999b5d53a22e33a61bf@sms-arsia.fr> Hello all, I would like to add two (fake) mobiles by using the osmocomBB platform. Can you help by indicating how or web pages where I can find useful information. Actually I follow these instructions found here : https://osmocom.org/projects/baseband/wiki/FakeTRX Thanks, BR MaGo -------------- next part -------------- An HTML attachment was scrubbed... URL: From axilirator at gmail.com Thu Nov 28 14:04:22 2019 From: axilirator at gmail.com (Vadim Yanitskiy) Date: Thu, 28 Nov 2019 21:04:22 +0700 Subject: add 2 mobiles in osmocomBB In-Reply-To: <44e96884f5354999b5d53a22e33a61bf@sms-arsia.fr> References: <44e96884f5354999b5d53a22e33a61bf@sms-arsia.fr> Message-ID: 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.