aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-24define mncc_recv_cb_t to avoid code dupNeels Hofmeyr5-7/+13
2016-11-24Add empty libcommon-csNeels Hofmeyr7-0/+62
2016-11-23Add support for pdpctx_timer_stopPravin Kumarvel1-1/+10
2016-11-18ussd: Add band-aid for interrogationSSHolger Hans Peter Freyther3-12/+20
2016-11-17Correct Logging macro for pdpctx_timer_startPravin Kumarvel1-1/+1
2016-11-16OM2000: Fix missing dynamic TCH initializationHarald Welte1-0/+12
2016-11-16OM2000: Add three IEs to TCH activation about which we have no clueHarald Welte1-0/+4
2016-11-16rsl: support for ericssons propritary SI13 formatPhilipp1-2/+11
2016-11-16OM2000: Fixup based on Coverity Scan suggestionPhilipp1-2/+2
2016-11-16rbs2000: Add missing bts feature definitionsPhilipp1-0/+2
2016-11-15abisip-find: use protocol constantMax1-2/+2
2016-11-15SNDCP: Fixup based on Coverity Scan suggestionPhilipp1-1/+1
2016-11-15test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann2-0/+276
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann3-13/+27
2016-11-13OM2000: CON MO: Allow larger range for CCP and CI valuesHarald Welte1-2/+2
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte5-69/+235
2016-11-11RBS2000: Ensure the is-connection-list command is only used on RBS2000Harald Welte1-0/+6
2016-11-11RBS2000: Avoid segfault if ts->lapd instance doesn't existHarald Welte1-0/+2
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2