aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-13libmsc: Allow different channel types to be requested as silent callstnt/silent-callSylvain Munaut2-19/+147
2019-02-28Don't deliver alert notifications to ESME not yet bound. Keith1-0/+5
2019-02-28libmsc/msc_vty.c: drop dead comparison against nullVadim Yanitskiy1-1/+1
2019-02-28libmsc/sgs_vty.c: always write server address and VLR nameVadim Yanitskiy1-6/+3
2019-02-26libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter referenceVadim Yanitskiy1-1/+1
2019-02-26libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGSVadim Yanitskiy1-0/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy3-0/+78
2019-02-18a_iface: Fix hexdumping of N-DATA.reqHarald Welte1-1/+1
2019-02-18a_iface: use 'const' qualifier for ran_conn whenever possibleHarald Welte1-3/+3
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte1-11/+15
2019-02-15transaction: fix description of trans_assign_trans_id()Vadim Yanitskiy1-2/+2
2019-02-15transaction: clarify magic 0xff transaction IDMax3-4/+5
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max4-13/+8
2019-02-14libmsc/osmo_msc.c: move connection ref-counting code to 'ran_conn.c'Vadim Yanitskiy2-111/+111
2019-02-13libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()Vadim Yanitskiy1-0/+28
2019-02-13libmsc/gsm_04_80.c: use gsm0480_create_release_complete()Vadim Yanitskiy2-3/+6
2019-02-07a_iface: Include CSFB Indication into BSSMAP CLEAR COMMANDPhilipp Maier1-1/+6
2019-02-04Add SGs InterfaceHarald Welte21-20/+2555
2019-02-01libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()Vadim Yanitskiy1-3/+29
2019-02-01libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactionsVadim Yanitskiy1-0/+2
2019-02-01transaction: change arguments of trans_find_by_sm_rp_mr()Vadim Yanitskiy2-5/+5
2019-01-26libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spacesVadim Yanitskiy1-1/+1
2019-01-26transaction.c: cosmetic: use 'default' branch in trans_free()Vadim Yanitskiy1-1/+4
2019-01-24Various logging fixesMax3-5/+5
2019-01-24Handle LCLS-NOTIFICATION message from BSSMax1-0/+25
2019-01-22fix build: apply msgb_wrap_with_TL() renameNeels Hofmeyr1-1/+1
2019-01-17vty: make 'sh connect/transact' readable againMax1-9/+24
2019-01-17Cosmetic: Fix spelling in smpp vtyKeith1-2/+2
2019-01-17Make alert notifications vty configurable per ESMEKeith4-2/+35
2019-01-17SMS: remove code duplication in transaction initMax1-24/+27
2019-01-16Enable SMS-related log in VLR testsMax1-2/+1
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith3-1/+63
2019-01-14Fix trans_has_conn() doxygen descriptionMax1-1/+1
2019-01-12gsm_04_08: Fix nullpointer derefPhilipp Maier1-2/+5
2019-01-12gsm_04_08_cc.c: drop non-sensible error messagegsmevent admin1-2/+0
2019-01-12err log: fully log MS supported A5 algos on mismatchNeels Hofmeyr1-2/+38
2019-01-12tweak fsm_msc_mgcp FSM and FI nameNeels Hofmeyr1-6/+4
2019-01-12mm_rx_id_resp(): use osmo_mi_name()Neels Hofmeyr1-6/+4
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr5-53/+111
2019-01-12rx CM Service Req: reject double use soonerNeels Hofmeyr1-7/+8
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr4-35/+50
2019-01-12use osmo_lu_type_name() from libosmocoreNeels Hofmeyr1-12/+3
2019-01-11libmsc/gsm_04_11.c: accept MT SMS messages over GSUPVadim Yanitskiy3-4/+154
2019-01-10Use explicit protocol discriminator for NC SS/USSD sessionMax1-6/+5
2019-01-09VLR: vlr_subscr_{,msisdn_or_}name: const vsub argOliver Smith1-2/+2
2019-01-09vlr_core.h: remove duplicate declarationsOliver Smith1-2/+0
2019-01-09msc_vty.c: make check-imei-rqd configurableOliver Smith1-0/+16
2019-01-09Cosmetic: msc_vty: remove redundant "0 =", "1 ="Oliver Smith1-2/+2
2019-01-05use mgcp-client configured endpoint domain nameneels/mgw_domainNeels Hofmeyr1-7/+6
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr10-42/+35