aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
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 Hofmeyr15-35/+84
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr9-8/+17
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr7-8/+10