aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23SI2q: add support for multiple UARFCNsMax4-34/+107
2017-01-23Prevent segfault in range encodingMax6-37/+78
2017-01-23bsc_control.py: fix blockingMax1-5/+11
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr21-118/+98
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr4-6/+9
2017-01-23Print subcriber when skipping authMax1-1/+2
2017-01-23undup: gtphub_test: use libosmocore's llist_count()Neels Hofmeyr1-17/+5
2017-01-21Turn some compiler warnings into errorsMax1-0/+12
2017-01-15gprs subscr: fix: intended strcmp(), but is strcpy()Neels Hofmeyr1-5/+3
2017-01-13Log expected SRES on GPRS AUTH REJECTMax1-1/+3
2017-01-13Revert "Turn some warnings into errors"Neels Hofmeyr1-8/+0
2017-01-11Turn some warnings into errorsMax1-0/+8
2017-01-06Cosmetic fixes around SI generationMax5-11/+12
2016-12-31fix 'osmo-nitb --version' segfaultNeels Hofmeyr1-1/+1
2016-12-24Pass actual smpp_avail_status through to smpp in alert_all_esme()Keith1-2/+2
2016-12-23cosmetic: Rename phone to msPhilipp1-7/+7
2016-12-23sndcp: Allow empty SNDCP-XID indicationsPhilipp4-42/+61
2016-12-22bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-12-21use new OSMO_VALUE_STRINGNeels Hofmeyr2-13/+11
2016-12-21gitignore: gsup_test_client binaryNeels Hofmeyr1-0/+1
2016-12-21Improve GPRS loggingMax7-20/+63
2016-12-21build: remove obsolete $LIBCRYPT in two placesNeels Hofmeyr2-2/+0
2016-12-21build: osmo-nitb: fix missing LIBCRYPTO_FLAGSNeels Hofmeyr1-0/+1
2016-12-20Fix some typos in stdout outputRuben Undheim6-9/+9
2016-12-19bsc_control.py: remove unused -i optionMax1-5/+0
2016-12-18gtphub: fix possible NULL deref: don't print NULL tunnelNeels Hofmeyr1-0/+3
2016-12-16fix: missing terminator in two value_string arraysNeels Hofmeyr2-0/+2
2016-12-13oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr4-2/+11
2016-12-13oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr4-20/+31
2016-12-13oap_client_test: show bug: disabled state does not reject messageNeels Hofmeyr2-4/+41
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr3-34/+30
2016-12-13oap_client_test: print test descr to stderr, check stderrNeels Hofmeyr5-30/+56
2016-12-13oap_test.c: rename to avoid clash with libosmocore oap_test.cNeels Hofmeyr4-7/+7
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr5-16/+17
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr5-4/+2
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr6-5/+5
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr6-57/+63
2016-12-13move OAP messages implementations to libosmocoreHarald Welte9-256/+3
2016-12-13gsup client, gsup_test_client: move logging to DLGSUP categoryNeels Hofmeyr3-25/+20
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr7-6/+6
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr7-76/+79
2016-12-13comments: gsup client: rename to Generic, adjust copyright and authorsNeels Hofmeyr1-2/+3
2016-12-13add gsup_test_client programHarald Welte3-0/+319
2016-12-13build: bump required libosmocore, libosmogsm to 0.9.4, for GSUPNeels Hofmeyr1-2/+2
2016-12-13bsc_control.py: use ipa.py moduleMax1-61/+28
2016-12-13bsc_control.py: style correctionsMax1-22/+23
2016-12-13Add twisted-based IPA multiplexMax1-0/+373
2016-12-13Use IPA module for vty testsMax1-31/+9