aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2016-09-29move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr1-0/+13
2016-09-29move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr1-0/+21
2016-09-29move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr1-1/+0
2016-09-29paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2016-09-29move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to...Neels Hofmeyr1-24/+0
2016-09-29move t3212 to network level (periodic lu)Neels Hofmeyr1-7/+5
2016-09-29split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-5/+9
2016-09-29split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-6/+5
2016-09-29move to libxsc: net timezone VTY configNeels Hofmeyr1-64/+0
2016-09-29Move timezone settings up to network levelNeels Hofmeyr1-32/+33
2016-09-29reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-33/+0
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 Hofmeyr1-192/+3
2016-09-29move to libxsc: global vty gsm_network pointerNeels Hofmeyr1-17/+3
2016-09-29move to libxsc: factor out gen of USSD notify and release complete -- TODO su...Neels Hofmeyr2-1/+41
2016-09-29move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr1-33/+0
2016-09-29move to libxsc: net init 3: actual moveNeels Hofmeyr1-34/+3
2016-09-29move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr2-2/+4
2016-09-29define mncc_recv_cb_t to avoid code dupNeels Hofmeyr2-3/+2
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 Hofmeyr1-6/+1
2016-09-28dyn TS: fix: abis_om2000: also handle dyn TS as TCHNeels Hofmeyr1-2/+16
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr4-29/+6
2016-09-27cosmetic: comment typo on e1_config.cNeels Hofmeyr1-1/+1
2016-09-27log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr1-6/+6
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-09-26mscsplit: abis vty: decouple from global bsc_gsmnet variableNeels Hofmeyr2-4/+4
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr2-3/+5
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr2-7/+4
2016-09-26mscsplit: bsc_init: don't pass telnet dummy connNeels Hofmeyr1-4/+1
2016-09-23bts: extend bts_chan_load to allow counting tch onlyAlexander Couzens4-6/+29
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-1/+0
2016-09-18remove unused bsc_copyright from bsc_vty.cNeels Hofmeyr1-1/+0
2016-09-17Modify SI 13 field for control_ack_typeMax3-2/+44
2016-09-17log causing rx event for lchan_lookup errorsNeels Hofmeyr1-8/+14
2016-09-17log: abis_rsl: don't log 'error' when there is no errorNeels Hofmeyr1-1/+5
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-25/+50
2016-08-30bsc/netinit: correct mistyped rate counterAlexander Couzens1-1/+1
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens7-25/+26
2016-08-27log: rsl notice: tiny tweak for readabilityNeels Hofmeyr1-1/+1
2016-08-27log: improve for rsl_lchan_mark_broken()Neels Hofmeyr1-9/+3
2016-08-27dyn TS: debug log: if still in use, also log lchan type and stateNeels Hofmeyr1-3/+5
2016-08-27dyn TS: debug log 'switchover complete' only when there was a switchoverNeels Hofmeyr1-2/+3
2016-08-27dyn TS: fix OS#1798: on late RF CHAN REL ACK, activate PDCHNeels Hofmeyr1-0/+2
2016-08-27dyn TS: fix: properly run an lchan activation timeoutNeels Hofmeyr1-0/+7
2016-08-27dyn TS: clearly use lchan[0], fixing minor confusionNeels Hofmeyr2-41/+55
2016-08-27dyn TS: fix error recovery: switch to PDCH after lchan error stateNeels Hofmeyr1-0/+3
2016-08-27dyn TS: move check whether to switch to PDCH to separate functionNeels Hofmeyr1-17/+33