summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mgcp hack: don't change payload type when passing RTP thruneels/mgcpNeels Hofmeyr2017-02-231-0/+2
* mgcp: log payload type changeNeels Hofmeyr2017-02-231-0/+2
* comment: fixme: rab failureNeels Hofmeyr2017-02-231-0/+1
* mgcp parsing, set port from mgcp responseNeels Hofmeyr2017-02-231-2/+4
* mgcp parsing, mgcp testNeels Hofmeyr2017-02-2313-139/+510
* mgcp: handle responses from the MGCP GWNeels Hofmeyr2017-02-238-69/+309
* IuPS: cosmetic: explicitly check RAN type; move commentNeels Hofmeyr2017-02-231-1/+3
* IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr2017-02-2310-5/+88
* IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr2017-02-237-7/+19
* sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr2017-02-233-7/+10
* iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr2017-02-235-22/+34
* iu.h: add missing includes and type defsNeels Hofmeyr2017-02-231-1/+6
* IuCS: rapidly release connectionsNeels Hofmeyr2017-02-234-8/+32
* IuCS: don't remove Iu conn until releaseNeels Hofmeyr2017-02-231-0/+4
* IuCS: detect whether a conn is already secureNeels Hofmeyr2017-02-231-0/+4
* mgcp dbg logNeels Hofmeyr2017-02-232-6/+98
* sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr2017-02-231-5/+13
* IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr2017-02-232-2/+4
* bridge calls via mgcpgwNeels Hofmeyr2017-02-234-2/+35
* also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr2017-02-231-0/+2
* IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr2017-02-234-1/+110
* msc: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr2017-02-234-0/+28
* libmgcp: add mgcpgw client APINeels Hofmeyr2017-02-235-0/+475
* libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr2017-02-233-0/+40
* libmgcp: move mgcp_connection_mode to public headerNeels Hofmeyr2017-02-232-8/+8
* IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2017-02-233-3/+15
* IuCS: send RANAP CommonIDNeels Hofmeyr2017-02-236-0/+48
* cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr2017-02-231-1/+1
* SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte2017-02-231-10/+20
* cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr2017-02-231-1/+1
* LU counters: count completion and failure, not messages sentNeels Hofmeyr2017-02-233-19/+37
* remove handle_abisip_signal()Neels Hofmeyr2017-02-231-71/+0
* gsm0408_clear_request(): actually free the released connNeels Hofmeyr2017-02-231-0/+2
* add iu.h to gsm_subscriber.cNeels Hofmeyr2017-02-231-0/+1
* gsm_04_08.c: iu.hNeels Hofmeyr2017-02-231-0/+1
* temporary dev: set debug log level almost everywhereNeels Hofmeyr2017-02-231-17/+17
* comment on mscsplit, indent commentNeels Hofmeyr2017-02-233-1/+9
* move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr2017-02-233-14/+13
* move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr2017-02-233-23/+21
* gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr2017-02-231-2/+2
* gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr2017-02-231-28/+0
* move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2017-02-232-1/+2
* include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr2017-02-231-0/+2
* complete IuCS paging implementationNeels Hofmeyr2017-02-233-35/+115
* paging: add todo comments for paging and mscsplitNeels Hofmeyr2017-02-232-0/+7
* paging: actually verify subscriber authorizationNeels Hofmeyr2017-02-231-1/+8
* paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr2017-02-232-23/+7
* move subscr auth check to gsm_subscriber.cNeels Hofmeyr2017-02-233-34/+56
* auth logNeels Hofmeyr2017-02-231-1/+3
* iu auth wipNeels Hofmeyr2017-02-231-18/+64