From: Javier V. <jav...@po...> - 2018-06-12 16:29:21
|
Hi all, I have been working for a while with USRP 2901 and finally got UHD and OpenBTS compiled. However, I can not get the phone registered on the network. I am guessing sipauthserve is not working right but I am not sure. OS - Ubuntu Server 12.04 LTS 32 bits UHD: Installed with Ettus repo (adding repo and installing with package manager) - libuhd-dev 3.9.5-0ubuntu1~precise1 - libuhd003 3.9.5-0ubuntu1~precise1 - uhd-host 3.9.5-0ubuntu1~precise1 OpenBTS - ./switchto 5.0 - ./build B210 The logs from my console: uhd_find_devices: linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.009.005-release -------------------------------------------------- -- UHD Device 0 -------------------------------------------------- Device Address: type: b200 name: NI2901 serial: 310C575 product: B210 When I start my device, I stop all the services (they start from boot) and then start them again once I connect my USRP. sudo start sipauthserve sudo start smqueue sudo start asterisk sudo start openbts Then I go to my phone, and I see the "Test PLMN 001-01", so I try to register and I get a Registration Failure. So I go to OpenBTSCLI and I can not see anything in tmsis OpenBTS> tmsis IMSI TMSI IMEI AUTH CREATED ACCESSED TMSI_ASSIGNED I also registered my IMSI into my test network properly (yes, I changed the XXXX to my IMSI) ./dev/NodeManager/nmcli.py sipauthserve subscribers create "PodIMSI" IMSIXXXXXXXXXXXXXXX 666777888 And I can see the changes in the database by doing nmcli read: $ ./dev/NodeManager/nmcli.py sipauthserve subscribers read raw request: {"command":"subscribers","action":"read","key":"","value":""} raw response: { "code" : 200, "data" : [ { "imsi" : "IMSIXXXXXXXXXXXXXXX", "msisdn" : "666777888", "name" : "PodIMSI" } ] } But still I do not see anything in "tmsis" or in the logs. Does anybody have an idea of what can be happening? Regards, *Javier Vargas* Research and Innovation Pod Group jav...@po... www.podgroup.com <https://podgroup.com/> www.podm2m.com <https://podm2m.com/> www.pod.solutions <https://pod.solutions/> UK: +44 (0)1223 850 900 <+44%201223%20850900> USA: +1 415 7070 500 Spain: +34 954 050 200 <+34%20954%2005%2002%2000> [image: Facebook] <https://www.facebook.com/PodM2M/> [image: Twitter] <https://twitter.com/podm2m> [image: LinkedIn] <https://linkedin.com/company-beta/236154/> [image: Instagram] <https://www.instagram.com/podm2m/> Pod Group (formerly Podsystem) has offices in the UK (Cambridge), Spain (Seville) and the US (San Francisco). From these offices we serve customers across Europe and the US and we are able to provide coverage at a global level in specific countries throughout Asia, Australia and Africa. |