aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-14make LOG_TRANS() NULL-safe againSylvain Munaut1-1/+1
2019-05-12add DSS logging categoryNeels Hofmeyr2-4/+2
2019-05-10call_leg: document the parent_event_* itemsNeels Hofmeyr1-0/+1
2019-05-10call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASEDNeels Hofmeyr2-6/+2
2019-05-10LOG_TRANS: store subsys in trans, unify USSD logging back to DMMNeels Hofmeyr1-3/+9
2019-05-09comment: apply function renames to message cycle explanationNeels Hofmeyr1-12/+12
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr51-726/+2470
2019-04-26vlr subscr get/put: also check against NULLNeels Hofmeyr1-2/+2
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr1-0/+30
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr5-16/+36
2019-04-08msc/gsm_data.h: drop unused SMS_HDR_SIZE macroVadim Yanitskiy1-1/+0
2019-03-19libvlr: Allow 2G auth tuples to be re-used without going through AUTHSylvain Munaut1-0/+2
2019-03-14libmsc: Allow different channel types to be requested as silent callsSylvain Munaut1-1/+4
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy2-0/+4
2019-02-18a_iface: use 'const' qualifier for ran_conn whenever possibleHarald Welte1-1/+1
2019-02-15transaction.h: use #pragma once as include guardVadim Yanitskiy1-4/+1
2019-02-15transaction: clarify magic 0xff transaction IDMax1-0/+3
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max1-1/+1
2019-02-13libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()Vadim Yanitskiy1-0/+3
2019-02-13libmsc/gsm_04_80.c: use gsm0480_create_release_complete()Vadim Yanitskiy1-1/+2
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