aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Hofmeyr2-193/+209
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr2-17/+27
2016-12-02global gsm_network: move allocation further upNeels Hofmeyr2-23/+25
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr3-12/+31
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr4-39/+16
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr9-36/+57
2016-11-28IuPS: properly update ra_id on GMM Attach RequestNeels Hofmeyr1-4/+2
2016-11-27sndcp: fixup for coverity scan defect CID 149097Philipp2-0/+2
2016-11-26bsc_msc.c: Check setsockopt() return valueHarald Welte1-1/+7
2016-11-26abis_nm: ceck fseek() return code in is_last_line()Harald Welte1-1/+3
2016-11-26ipaccess-proxy: Check setsockopt() return valueHarald Welte1-1/+7
2016-11-26ipaccess-config: Handle setsockopt return valueHarald Welte1-1/+6
2016-11-26Fix possible non-null-terminated bufferHarald Welte1-0/+1
2016-11-26libmsc/db: avoid subscr->name without terminating NULL charHarald Welte1-1/+3
2016-11-26abis_nm: Fix non-null terminated bufferHarald Welte1-0/+1
2016-11-26abis_nm: Fix possible not-null-terminated bufferHarald Welte1-0/+1
2016-11-24move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr3-34/+34
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr7-34/+70
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr3-3/+3
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr4-4/+6