aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr4-180/+0
2016-12-13Add IPA multiplexMax1-0/+278
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel4-0/+180
2016-12-09channel_mode_from_lchan(): Add missing break statementHarald Welte1-0/+1
2016-12-09gsm0408_test.c: Don't pass negative value to strerror()Harald Welte1-1/+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-09sgsn_test: Fix missing = in == type checkHarald Welte1-1/+1
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 Hofmeyr3-2/+17
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-02gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
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 Hofmeyr7-13/+42
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr2-64/+64
2016-12-02Move timezone settings up to network levelNeels Hofmeyr9-99/+98
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr3-35/+14
2016-12-02bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-12-02move to libcommon-cs: network VTY that isn't BSC-specificNeels Hofmeyr3-194/+211
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr3-17/+32
2016-12-02global gsm_network: move allocation further upNeels Hofmeyr2-23/+25
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr4-13/+33
2016-12-02tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr6-43/+20
2016-12-02factor out & introduce struct gsm_encr, in common_cs.hNeels Hofmeyr2-6/+11
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr10-38/+64
2016-11-28IuPS: properly update ra_id on GMM Attach RequestNeels Hofmeyr1-4/+2