aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Add SGs InterfaceHarald Welte11-2/+294
2019-02-01libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()Vadim Yanitskiy1-2/+0
2019-02-01transaction: change arguments of trans_find_by_sm_rp_mr()Vadim Yanitskiy1-1/+2
2019-01-16MNCC: use explicit struct type in gsm_callMax1-1/+1
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith1-0/+2
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr1-2/+4
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr2-8/+8
2019-01-11libmsc/gsm_04_11.c: accept MT SMS messages over GSUPVadim Yanitskiy2-0/+10
2019-01-09VLR: vlr_subscr_{,msisdn_or_}name: const vsub argOliver Smith1-2/+2
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr2-13/+4
2019-01-04abort assignment on Assignment FailureNeels Hofmeyr1-0/+1
2019-01-04move trans->assignment_done to cc.assignment_startedNeels Hofmeyr1-3/+1
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr1-0/+1
2019-01-04Constify transaction helpers parametersMax1-5/+5
2019-01-04fix vlr ops.subscr_assoc re-associationNeels Hofmeyr1-1/+1
2018-12-30libmsc/gsm_04_11.c: forward MO SMS messages over GSUPVadim Yanitskiy3-0/+16
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+8
2018-12-21use vty->type instead of local variableStefan Sperling1-2/+0
2018-12-19Remove redundancy in LAC processingMax1-2/+0
2018-12-18VLR: drop unused struct membersMax1-3/+0
2018-12-13require 'ipa-name' option to be set via config fileStefan Sperling1-0/+2
2018-12-11Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"Neels Hofmeyr2-9/+1
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling2-1/+8
2018-12-10move ASS-COMPL MGCP handling out of a_iface_bssap.cNeels Hofmeyr2-1/+9
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr2-0/+2
2018-11-30move gsm_cbfn to gsm_subscriber.h, the only userNeels Hofmeyr2-6/+4
2018-11-30drop cruft from gsm_subscriber.hNeels Hofmeyr1-23/+0
2018-11-30GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTHNeels Hofmeyr2-7/+6
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr2-10/+11
2018-11-30cosmetic: drop some unused opaque struct defsNeels Hofmeyr2-4/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr6-25/+13
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr9-243/+250
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-26/+24
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr16-123/+116
2018-11-30drop msc_compl_l3() return valueNeels Hofmeyr1-7/+2
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr2-2/+2
2018-11-30drop unused gsm0408_allow_everyone() declarationNeels Hofmeyr1-1/+0
2018-11-30drop unused SUBSCR_CONN_E_INVALIDNeels Hofmeyr1-2/+0
2018-11-30drop unused openbscdefines.hNeels Hofmeyr2-35/+0
2018-11-30drop unused gsm_network->handover.activeNeels Hofmeyr1-3/+0
2018-11-30drop unused gsm_subscr_conn->mncc_rtp_bridgeNeels Hofmeyr1-3/+0
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy1-3/+3
2018-11-29libmsc/transaction: introduce trans_find_by_sm_rp_mr()Ivan Kluchnikov1-0/+5
2018-11-23osmo_msc: remove unused parameter from msc_dtap()Philipp Maier1-2/+1
2018-11-21msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()Vadim Yanitskiy1-1/+0
2018-11-21msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()Vadim Yanitskiy1-2/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+4
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier2-0/+4
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr1-0/+4
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr3-0/+15