aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-12mgcp parsing, mgcp testNeels Hofmeyr2-23/+39
2016-11-12mgcp: handle responses from the MGCP GWNeels Hofmeyr2-11/+50
2016-11-12IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr3-1/+14
2016-11-12IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr4-1/+9
2016-11-12sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr1-2/+2
2016-11-12iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr1-1/+5
2016-11-12iu.h: add missing includes and type defsNeels Hofmeyr1-1/+6
2016-11-12IuCS: rapidly release connectionsNeels Hofmeyr1-0/+2
2016-11-12IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-11-12bridge calls via mgcpgwNeels Hofmeyr1-0/+1
2016-11-12IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-0/+3
2016-11-12cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+6
2016-11-12libmgcp: add mgcpgw client APINeels Hofmeyr2-0/+48
2016-11-12libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr1-0/+7
2016-11-12libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr2-8/+8
2016-11-12IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-0/+1
2016-11-12IuCS: send RANAP CommonIDNeels Hofmeyr2-0/+3
2016-11-12LU counters: count completion and failure, not messages sentNeels Hofmeyr1-4/+4
2016-11-12comment on mscsplit, indent commentNeels Hofmeyr2-0/+8
2016-11-12move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr1-1/+0
2016-11-12move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr1-4/+0
2016-11-12complete IuCS paging implementationNeels Hofmeyr1-0/+1
2016-11-12paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-0/+2
2016-11-12move subscr auth check to gsm_subscriber.cNeels Hofmeyr1-0/+3
2016-11-12subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr1-2/+2
2016-11-12move subscr_request to gsm_subscriber.hNeels Hofmeyr1-0/+14
2016-11-12add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2016-11-12libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-0/+8
2016-11-12msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-0/+8
2016-11-12add cscn vty, remove nitb vtyNeels Hofmeyr1-0/+3
2016-11-12add iucs.[hc]Neels Hofmeyr2-0/+8
2016-11-12add DIUCS debug log constantNeels Hofmeyr1-0/+1
2016-11-12gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-1/+1
2016-11-12subscr_update_expire_lu(): remove bts argNeels Hofmeyr1-1/+1
2016-11-12move t3212 to network level (periodic lu)Neels Hofmeyr1-0/+3
2016-11-12Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+63
2016-11-12gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-11-12split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-2/+5
2016-11-12Move timezone settings up to network levelNeels Hofmeyr2-8/+14
2016-11-12move to libxsc: network VTY that isn't BSC-specificNeels Hofmeyr1-1/+2
2016-11-12move to libxsc: global vty gsm_network pointerNeels Hofmeyr1-0/+5
2016-11-12split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-1/+2
2016-11-12sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-1/+1
2016-11-12factor out & introduce struct gsm_encr, in xsc.hNeels Hofmeyr2-6/+11
2016-11-12move to libxsc: factor out gen of USSD notify and release completeNeels Hofmeyr1-2/+10
2016-11-12move to libxsc: net init 3: actual moveNeels Hofmeyr1-0/+7
2016-11-12move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr2-5/+5
2016-11-12move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr1-1/+1
2016-11-12define mncc_recv_cb_t to avoid code dupNeels Hofmeyr3-4/+11
2016-11-12Add empty libxscNeels Hofmeyr2-0/+2