aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-23remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2017-01-23msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2017-01-23cut off libbsc paging, pending paging in libmscNeels Hofmeyr5-2/+24
2017-01-23libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr4-13/+68
2017-01-23Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2017-01-23add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr6-0/+56
2017-01-23move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO m...Neels Hofmeyr2-24/+24
2017-01-23msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr2-6/+17
2017-01-23add cscn vty, remove nitb vtyNeels Hofmeyr5-104/+179
2017-01-23add iucs.[hc]Neels Hofmeyr4-0/+181
2017-01-23add DIUCS debug log constantNeels Hofmeyr2-0/+6
2017-01-23gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-01-23gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr3-11/+10
2017-01-23subscr_update_expire_lu(): remove bts argNeels Hofmeyr3-5/+5
2017-01-23move t3212 to network level (periodic lu)Neels Hofmeyr5-11/+15
2017-01-23libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2017-01-23Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr6-0/+149
2017-01-23don't use lchan in libmscNeels Hofmeyr3-14/+12
2017-01-23gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
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 errorsMax2-0/+13
2017-01-19deb: unbreak nightly buildsRuben Undheim2-0/+13
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 Hofmeyr2-9/+0
2017-01-11Turn some warnings into errorsMax2-0/+9
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-21Integrate Debian packaging changesMax4-66/+194
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