aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-09-29msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr2-6/+17
2016-09-29add cscn vty, remove nitb vtyNeels Hofmeyr5-104/+179
2016-09-29add iucs.[hc]Neels Hofmeyr4-0/+182
2016-09-29add DIUCS debug log constantNeels Hofmeyr2-0/+6
2016-09-29gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-09-29gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr3-11/+10
2016-09-29subscr_update_expire_lu(): remove bts argNeels Hofmeyr3-5/+5
2016-09-29move t3212 to network level (periodic lu)Neels Hofmeyr5-11/+15
2016-09-29libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2016-09-29Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr6-0/+149
2016-09-29don't use lchan in libmscNeels Hofmeyr3-14/+12
2016-09-29gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-35/+1
2016-09-29gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-09-29osmo-nitb: exit when MNCC socket init failedNeels Hofmeyr1-1/+5
2016-09-29split bsc_bootstrap_network() in alloc and configNeels Hofmeyr4-13/+33
2016-09-29split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr7-13/+42
2016-09-29move to libxsc: net timezone VTY configNeels Hofmeyr2-64/+64
2016-09-29Move timezone settings up to network levelNeels Hofmeyr7-83/+83
2016-09-29reinvent connection_for_subscr() and move to libmscNeels Hofmeyr3-35/+14
2016-09-29bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-09-29move to libxsc: network VTY that isn't BSC-specificNeels Hofmeyr3-194/+211
2016-09-29move to libxsc: global vty gsm_network pointerNeels Hofmeyr3-17/+32
2016-09-29tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-09-29sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr6-43/+20
2016-09-29factor out & introduce struct gsm_encr, in xsc.hNeels Hofmeyr2-6/+11
2016-09-29fix build: osmo-bsc_nat: change linking orderNeels Hofmeyr1-1/+1
2016-09-29move to libxsc: factor out gen of USSD notify and release complete -- TODO su...Neels Hofmeyr11-39/+106
2016-09-29move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr2-33/+33
2016-09-29move to libxsc: net init 3: actual moveNeels Hofmeyr15-35/+84
2016-09-29move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr6-7/+9
2016-09-29move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr7-8/+10
2016-09-29define mncc_recv_cb_t to avoid code dupNeels Hofmeyr5-7/+13
2016-09-29Add empty libxscNeels Hofmeyr7-0/+62
2016-09-29fix: send SNDCP XID only on GERAN Gb contextsNeels Hofmeyr1-5/+7
2016-09-28vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retryNeels Hofmeyr1-5/+22
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte5-7/+7
2016-09-28cosmetic: bs11: also use ts_is_tch()Neels Hofmeyr1-7/+1
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr3-6/+18
2016-09-28dyn TS: fix: abis_om2000: also handle dyn TS as TCHNeels Hofmeyr1-2/+16
2016-09-28dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr2-7/+21
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr5-30/+7
2016-09-28channel_test: test nr of subslots for dyn pchan, with errorNeels Hofmeyr2-0/+32
2016-09-28channel test: prepare to add another test functionNeels Hofmeyr1-3/+8
2016-09-27cosmetic: comment typo on e1_config.cNeels Hofmeyr1-1/+1
2016-09-27SLHC: Improving slhc (RFC1144) testcasePhilipp2-56/+130
2016-09-27log VTY telnet bind only onceNeels Hofmeyr6-12/+0
2016-09-26vty_test_runner.py: raise exception when MSC socket connection failsNeels Hofmeyr1-0/+4
2016-09-26cosmetic: vty_test_runner.py: add comment for vim auto settingsNeels Hofmeyr1-0/+2
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr5-60/+53
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr2-0/+3