RangeNetworks / NodeManager

JSON Config API Server Library
10 stars 29 forks source link

IMSI Configuration #5

Open apromenschenkel opened 6 years ago

apromenschenkel commented 6 years ago

According to the docs that I read here: http://openbts.org/site/wp-content/uploads/2014/07/OpenBTS-4.0-Manual.pdf on page 38 and the code here: https://github.com/RangeNetworks/subscriberRegistry/blob/master/SubscriberRegistry.cpp in the functions imsiGet, the username in the database should be "IMSI" followed by the actual IMSI value. The code in the JSONDB/JSONDB.cpp file simply concatenates the numeric value without appending "IMSI" to the front. Which method is correct?