aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-16IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2017-03-16bridge calls via mgcpgwNeels Hofmeyr1-0/+1
2017-03-16IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-0/+3
2017-03-16msc: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr1-0/+6
2017-03-16libmgcp: add mgcpgw client APINeels Hofmeyr2-0/+48
2017-03-16libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr1-0/+7
2017-03-16libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr2-8/+8
2017-03-16IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr1-0/+1
2017-03-16IuCS: send RANAP CommonIDNeels Hofmeyr3-0/+6
2017-03-16LU counters: count completion and failure, not messages sentNeels Hofmeyr1-4/+4
2017-03-16comment on mscsplit, indent commentNeels Hofmeyr2-0/+8
2017-03-16move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr1-1/+0
2017-03-16move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr1-4/+0
2017-03-16paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-0/+2
2017-03-16subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr1-3/+4
2017-03-16move subscr_request to gsm_subscriber.hNeels Hofmeyr1-2/+14
2017-03-16add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2017-03-16libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr1-0/+8
2017-03-16msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-0/+8
2017-03-16add msc vty, remove nitb vtyNeels Hofmeyr1-0/+2
2017-03-16add iucs.[hc]Neels Hofmeyr2-0/+8
2017-03-16add DIUCS debug log constantNeels Hofmeyr1-0/+1
2017-03-16gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-1/+1
2017-03-16move t3212 to network level (periodic lu)Neels Hofmeyr1-0/+3
2017-03-16Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+55
2017-03-16sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr1-2/+2
2017-03-16gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr2-5/+7
2017-03-16vlr: get SMS working, by SMS recipient MSISDN round-robinNeels Hofmeyr1-3/+8
2017-03-16Add msc_vlr test suite for MSC+VLR end-to-end testsNeels Hofmeyr1-0/+2
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr17-172/+150
2017-03-16Add libvlr implementationHarald Welte2-0/+405
2017-03-16Introduce subscriber_connection ref-countingHarald Welte2-1/+7
2017-03-15libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2-1/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr7-11/+75
2017-03-07Add MS time. offset to gsm_lchanMax1-0/+6
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-0/+8
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier1-0/+3
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-1/+6
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr5-10/+44
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr4-13/+13
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr2-1/+1
2017-02-24cosmetic: clarify BSC's remote MSC data vs. OsmoMSCNeels Hofmeyr1-0/+6
2017-02-24cosmetic: gsm_data.h, README: rename CSCN to MSCNeels Hofmeyr1-1/+1
2017-02-23cosmetic: remove unused scall_signal_data.subscrNeels Hofmeyr1-1/+0
2017-02-22debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-11/+1
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr1-15/+0
2017-02-08vty: remove ignored logging parametersMax1-1/+1
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-1/+1
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-4/+4
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr1-1/+2