aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr19-100/+86
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr2-4/+5
2017-01-23Print subcriber when skipping authMax1-1/+2
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-06Cosmetic fixes around SI generationMax3-7/+9
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 indicationsPhilipp2-32/+47
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-21Improve GPRS loggingMax6-19/+60
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-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 Hofmeyr2-2/+6
2016-12-13oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr2-0/+17
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr1-12/+12
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr4-15/+17
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr3-2/+2
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr2-13/+15
2016-12-13move OAP messages implementations to libosmocoreHarald Welte3-180/+1
2016-12-13gsup client, gsup_test_client: move logging to DLGSUP categoryNeels Hofmeyr2-24/+19
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr4-4/+4
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr3-40/+42
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-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr1-38/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel1-0/+38
2016-12-09channel_mode_from_lchan(): Add missing break statementHarald Welte1-0/+1
2016-12-09cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative valueHarald Welte1-1/+1
2016-12-09mgcp_protocol: Ensure we don't call strtok_r with NULL dataHarald Welte1-0/+1
2016-12-09bsc_ctrl: Ensure we don't pass NULL string into strtok_r()Harald Welte1-0/+1
2016-12-09abisip-find: check bsc_fd_register() resultHarald Welte1-1/+5
2016-12-09Fix TCH/F_PDCH: no need to check ts subslots for PDCHNeels Hofmeyr1-0/+7
2016-12-09cosmetic: chan_alloc: use switch instead of if-cascadeNeels Hofmeyr1-9/+12
2016-12-09Replace duplicated code with macro callMax1-10/+10
2016-12-09lchan release in error state: SACCH deact only for SACCH pchansNeels Hofmeyr2-2/+16
2016-12-05LLC: Fixup element order in LLC-XIDPhilipp1-2/+2
2016-12-02abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_sNeels Hofmeyr1-1/+1
2016-12-02osmo-nitb: exit when MNCC socket init failedNeels Hofmeyr1-3/+7
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr6-11/+37
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr2-64/+64
2016-12-02Move timezone settings up to network levelNeels Hofmeyr4-71/+65
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr2-33/+14