aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-12IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2016-11-12cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr3-0/+22
2016-11-12libmgcp: add mgcpgw client APINeels Hofmeyr3-0/+427
2016-11-12libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr2-0/+33
2016-11-12IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2016-11-12IuCS: send RANAP CommonIDNeels Hofmeyr3-0/+39
2016-11-12cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr2-2/+2
2016-11-12SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
2016-11-12cosmetic: remove legacy comment from gsm0408_loc_upd_rej()Neels Hofmeyr1-1/+1
2016-11-12cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2016-11-12LU counters: count completion and failure, not messages sentNeels Hofmeyr2-15/+33
2016-11-12remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2016-11-12gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2016-11-12add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2016-11-12gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2016-11-12temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2016-11-12comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2016-11-12move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr2-13/+13
2016-11-12move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr2-19/+21
2016-11-12gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2016-11-12move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
2016-11-12include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2016-11-12complete IuCS paging implementationNeels Hofmeyr2-35/+114
2016-11-12paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2016-11-12paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2016-11-12paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-23/+5
2016-11-12move subscr auth check to gsm_subscriber.cNeels Hofmeyr2-34/+53
2016-11-12auth logNeels Hofmeyr1-1/+3
2016-11-12iu auth wipNeels Hofmeyr1-18/+64
2016-11-12Iu auth wipNeels Hofmeyr2-10/+73
2016-11-12cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2016-11-12subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2016-11-12move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0
2016-11-12osmo-nitb becomes osmo-cscnNeels Hofmeyr5-98/+338
2016-11-12msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2016-11-12cut off libbsc paging, pending paging in libmscNeels Hofmeyr3-1/+21
2016-11-12libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-13/+61
2016-11-12Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2016-11-12move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to...Neels Hofmeyr2-24/+24
2016-11-12msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2016-11-12add cscn vty, remove nitb vtyNeels Hofmeyr4-104/+176
2016-11-12add iucs.[hc]Neels Hofmeyr2-0/+174
2016-11-12add DIUCS debug log constantNeels Hofmeyr1-0/+5
2016-11-12gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-11-12gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr2-10/+9
2016-11-12subscr_update_expire_lu(): remove bts argNeels Hofmeyr2-4/+4
2016-11-12move t3212 to network level (periodic lu)Neels Hofmeyr4-11/+12
2016-11-12libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2016-11-12Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2016-11-12don't use lchan in libmscNeels Hofmeyr3-14/+12