aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-09sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr2-5/+8
2017-03-09iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr4-21/+29
2017-03-09IuCS: rapidly release connectionsNeels Hofmeyr3-4/+26
2017-03-09IuCS: don't remove Iu conn until release FIXMENeels Hofmeyr1-0/+6
2017-03-09mgcp dbg logNeels Hofmeyr2-6/+98
2017-03-09sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr1-5/+13
2017-03-09IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-2/+3
2017-03-09bridge calls via mgcpgwNeels Hofmeyr2-2/+30
2017-03-09also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-03-09IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2017-03-09msc: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr3-0/+22
2017-03-09libmgcp: add mgcpgw client APINeels Hofmeyr3-0/+427
2017-03-09libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr2-0/+33
2017-03-09IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2017-03-09IuCS: send RANAP CommonIDNeels Hofmeyr2-0/+38
2017-03-09cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr1-1/+1
2017-03-09SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
2017-03-09cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-03-09LU counters: count completion and failure, not messages sentNeels Hofmeyr2-8/+4
2017-03-09remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-03-09gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-03-09add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2017-03-09gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-03-09temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2017-03-09move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr2-13/+13
2017-03-09move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr2-19/+21
2017-03-09gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-03-09move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
2017-03-09include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-03-09complete IuCS paging implementationNeels Hofmeyr2-32/+82
2017-03-09paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2017-03-09paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-03-09paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-26/+5
2017-03-09Iu auth wipNeels Hofmeyr1-0/+25
2017-03-09subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+6
2017-03-09move subscr_request to gsm_subscriber.hNeels Hofmeyr1-15/+0
2017-03-09osmo-nitb becomes osmo-mscNeels Hofmeyr5-96/+335
2017-03-09cut off libbsc paging, pending paging in libmscNeels Hofmeyr2-0/+16
2017-03-09libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-6/+51
2017-03-09Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2017-03-09move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO m...Neels Hofmeyr2-24/+24
2017-03-09msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-10/+12
2017-03-09add msc vty, remove nitb vtyNeels Hofmeyr3-10/+175
2017-03-09add iucs.[hc]Neels Hofmeyr2-0/+198
2017-03-09add DIUCS debug log constantNeels Hofmeyr1-0/+5
2017-03-09gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-03-09gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-2/+1
2017-03-09move t3212 to network level (periodic lu)Neels Hofmeyr3-8/+9
2017-03-09libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-0/+91
2017-03-09Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86