aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-18replace osmo_counter with stat_itemsAlexander Couzens1-2/+20
2019-07-16fix spelling detected by lintianThorsten Alteholz2-2/+2
2019-05-29Use GSM23003_MSISDN_MAX_DIGITS from libosmogsmVadim Yanitskiy1-2/+1
2019-05-27sgs_iface: detect and react to VLR/HLR failurePhilipp Maier1-0/+1
2019-05-26transaction: accept trans_type enum in trans_log_subsys()Vadim Yanitskiy1-4/+2
2019-05-21Request Osmux CID and forward it in Assign Req and Assign ComplPau Espin Pedrol3-0/+16
2019-05-19libmsc/gsm_04_11.c: properly handle MMTS indicationVadim Yanitskiy3-1/+5
2019-05-19bssap: Detect BSC Osmux support on RESET (ACK) recvPau Espin Pedrol1-0/+3
2019-05-19vty: Add option to enable osmux towards BSCsPau Espin Pedrol3-0/+16
2019-05-15remove msc specific db countersAlexander Couzens1-6/+0
2019-05-15vlr: fix IMEI lengthOliver Smith1-1/+1
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