aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-29IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-09-29bridge calls via mgcpgwNeels Hofmeyr1-0/+1
2016-09-29IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-0/+3
2016-09-29cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+6
2016-09-29libmgcp: add mgcpgw client APINeels Hofmeyr2-0/+48
2016-09-29libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr1-0/+7
2016-09-29libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr2-8/+8
2016-09-29IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-0/+1
2016-09-29IuCS: send RANAP CommonIDNeels Hofmeyr2-0/+3
2016-09-29LU counters: count completion and failure, not messages sentNeels Hofmeyr1-4/+4
2016-09-29comment on mscsplit, indent commentNeels Hofmeyr2-0/+8
2016-09-29move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr1-1/+0
2016-09-29move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr1-4/+0
2016-09-29complete IuCS paging implementationNeels Hofmeyr1-0/+1
2016-09-29paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-0/+2
2016-09-29move subscr auth check to gsm_subscriber.cNeels Hofmeyr1-0/+3
2016-09-29subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr1-2/+2
2016-09-29move subscr_request to gsm_subscriber.hNeels Hofmeyr1-0/+14
2016-09-29add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2016-09-29libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-0/+8
2016-09-29msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-0/+8
2016-09-29add cscn vty, remove nitb vtyNeels Hofmeyr1-0/+3
2016-09-29add iucs.[hc]Neels Hofmeyr2-0/+8
2016-09-29add DIUCS debug log constantNeels Hofmeyr1-0/+1
2016-09-29gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-1/+1
2016-09-29subscr_update_expire_lu(): remove bts argNeels Hofmeyr1-1/+1
2016-09-29move t3212 to network level (periodic lu)Neels Hofmeyr1-0/+3
2016-09-29Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+63
2016-09-29gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-09-29split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-1/+2
2016-09-29split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-2/+5
2016-09-29Move timezone settings up to network levelNeels Hofmeyr2-8/+14
2016-09-29move to libxsc: network VTY that isn't BSC-specificNeels Hofmeyr1-1/+2
2016-09-29move to libxsc: global vty gsm_network pointerNeels Hofmeyr1-0/+5
2016-09-29sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-1/+1
2016-09-29factor out & introduce struct gsm_encr, in xsc.hNeels Hofmeyr2-6/+11
2016-09-29move to libxsc: factor out gen of USSD notify and release complete -- TODO su...Neels Hofmeyr1-2/+11
2016-09-29move to libxsc: net init 3: actual moveNeels Hofmeyr1-0/+7
2016-09-29move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr2-5/+5
2016-09-29move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr1-1/+1
2016-09-29define mncc_recv_cb_t to avoid code dupNeels Hofmeyr3-4/+11
2016-09-29Add empty libxscNeels Hofmeyr2-0/+2
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr1-0/+1
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr1-1/+1
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+2
2016-09-26mscsplit: abis vty: decouple from global bsc_gsmnet variableNeels Hofmeyr1-0/+2
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-26mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctxNeels Hofmeyr1-0/+2
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-1/+4
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr2-2/+3