aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-23mgcp: log payload type changeneels/sysmocom_iu_before_cscn_renameNeels Hofmeyr1-0/+2
2017-02-23comment: fixme: rab failureNeels Hofmeyr1-0/+1
2017-02-23mgcp parsing, set port from mgcp responseNeels Hofmeyr1-2/+4
2017-02-23mgcp parsing, mgcp testNeels Hofmeyr3-104/+236
2017-02-23mgcp: handle responses from the MGCP GWNeels Hofmeyr5-54/+251
2017-02-23IuPS: cosmetic: explicitly check RAN type; move commentNeels Hofmeyr1-1/+3
2017-02-23IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr7-4/+74
2017-02-23IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr3-6/+10
2017-02-23sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr2-5/+8
2017-02-23iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr4-21/+29
2017-02-23IuCS: rapidly release connectionsNeels Hofmeyr2-8/+27
2017-02-23IuCS: don't remove Iu conn until releaseNeels Hofmeyr1-0/+4
2017-02-23IuCS: detect whether a conn is already secureNeels Hofmeyr1-0/+4
2017-02-23mgcp dbg logNeels Hofmeyr2-6/+98
2017-02-23sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr1-5/+13
2017-02-23IuCS: store assigned rab_id in gsm_subscriber_connectionNeels Hofmeyr1-2/+3
2017-02-23bridge calls via mgcpgwNeels Hofmeyr2-2/+30
2017-02-23also do call assignment for MT calls, upon Call ConfirmedNeels Hofmeyr1-0/+2
2017-02-23IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr1-1/+81
2017-02-23cscn: add mgcpgw client (with dummy read cb so far)Neels Hofmeyr3-0/+22
2017-02-23libmgcp: add mgcpgw client APINeels Hofmeyr3-0/+427
2017-02-23libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr2-0/+33
2017-02-23IuCS: cosmetic prep for msc_call_assignment()Neels Hofmeyr2-3/+14
2017-02-23IuCS: send RANAP CommonIDNeels Hofmeyr3-0/+39
2017-02-23cosmetic: msc_handler, bsc_handler: drop extra whitespaceNeels Hofmeyr1-1/+1
2017-02-23SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
2017-02-23cosmetic: make gsm0408_loc_upd_rej() staticNeels Hofmeyr1-1/+1
2017-02-23LU counters: count completion and failure, not messages sentNeels Hofmeyr2-15/+33
2017-02-23remove handle_abisip_signal()Neels Hofmeyr1-71/+0
2017-02-23gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-02-23add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2017-02-23gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-02-23temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2017-02-23comment on mscsplit, indent commentNeels Hofmeyr1-1/+1
2017-02-23move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr2-13/+13
2017-02-23move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr2-19/+21
2017-02-23gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-02-23move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
2017-02-23include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-02-23complete IuCS paging implementationNeels Hofmeyr2-35/+114
2017-02-23paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2017-02-23paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-02-23paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-23/+5
2017-02-23move subscr auth check to gsm_subscriber.cNeels Hofmeyr2-34/+53
2017-02-23auth logNeels Hofmeyr1-1/+3
2017-02-23iu auth wipNeels Hofmeyr1-18/+64
2017-02-23Iu auth wipNeels Hofmeyr2-8/+73
2017-02-23cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2017-02-23subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2017-02-23move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0