aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-11-12mgcp parsing, set port from mgcp responseneels/iu_before_libxsc_renameNeels Hofmeyr1-2/+4
2016-11-12mgcp parsing, mgcp testNeels Hofmeyr11-137/+510
2016-11-12mgcp: handle responses from the MGCP GWNeels Hofmeyr8-69/+309
2016-11-12IuPS: cosmetic: explicitly check RAN type; move commentNeels Hofmeyr1-1/+3
2016-11-12IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr10-5/+88
2016-11-12IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr7-7/+19
2016-11-12sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr3-7/+10
2016-11-12iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr5-22/+34
2016-11-12iu.h: add missing includes and type defsNeels Hofmeyr1-1/+6
2016-11-12IuCS: rapidly release connectionsNeels Hofmeyr4-8/+32
2016-11-12IuCS: don't remove Iu conn until releaseNeels Hofmeyr1-0/+4
2016-11-12IuCS: detect whether a conn is already secureNeels Hofmeyr1-0/+4
2016-11-12mgcp dbg logNeels Hofmeyr2-7/+99
2016-11-12sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr1-5/+13
2016-11-12IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr2-2/+4
2016-11-12bridge calls via mgcpgwNeels Hofmeyr4-2/+35
2016-11-12also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2016-11-12IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr4-1/+110
2016-11-12cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr4-0/+28
2016-11-12libmgcp: add mgcpgw client APINeels Hofmeyr5-0/+475
2016-11-12libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr3-0/+40
2016-11-12libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr2-8/+8
2016-11-12IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr3-3/+15
2016-11-12IuCS: send RANAP CommonIDNeels Hofmeyr6-0/+48
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 Hofmeyr3-19/+37
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 Hofmeyr3-1/+9
2016-11-12move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr3-14/+13
2016-11-12move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr3-23/+21
2016-11-12gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr1-2/+2
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 Hofmeyr3-35/+115
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 Hofmeyr2-23/+7
2016-11-12move subscr auth check to gsm_subscriber.cNeels Hofmeyr3-34/+56
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