aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_gb_parse.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-6/+3
Add 3-digit flags and use the new RAI and LAI API from libosmocore throughout the code base to be able to handle an MNC < 100 that has three digits (leading zeros). Note that in gbproxy_test.ok, 0-0 changes to 000-000 instead of 000-00, because the parsed ra buffer is 000000 which results in 000-000, while 00f000 would result in 000-00. IOW this is expected. Change-Id: I7437dfaa586689e2bef0d4be6537e5577a8f6c26
2017-09-06move include/openbsc to include/osmocom/sgsnNeels Hofmeyr1-3/+3
Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+636
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7