aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-13libmsc: Allow different channel types to be requested as silent callstnt/silent-callSylvain Munaut3-20/+151
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 Yanitskiy2-6/+4
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-25debian: depend on libdbd-sqlite3Oliver Smith1-1/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy6-0/+90
2019-02-18a_iface: Fix hexdumping of N-DATA.reqHarald Welte3-5/+5
2019-02-18a_iface: use 'const' qualifier for ran_conn whenever possibleHarald Welte2-4/+4
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte4-11/+27
2019-02-15transaction.h: use #pragma once as include guardVadim Yanitskiy1-4/+1
2019-02-15transaction: fix description of trans_assign_trans_id()Vadim Yanitskiy1-2/+2
2019-02-15transaction: clarify magic 0xff transaction IDMax4-4/+8
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max5-14/+9
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 Yanitskiy2-0/+31
2019-02-13libmsc/gsm_04_80.c: use gsm0480_create_release_complete()Vadim Yanitskiy3-4/+8
2019-02-07a_iface: Include CSFB Indication into BSSMAP CLEAR COMMANDPhilipp Maier1-1/+6
2019-02-06configure.ac: Check for libsctpHarald Welte1-0/+11
2019-02-06debian: depend on libsctp-devHarald Welte1-0/+1
2019-02-05VLR tests: use msgb_eq_data_print() for comparisonMax1-11/+12
2019-02-04Add SGs InterfaceHarald Welte48-22/+2939
2019-02-01libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()Vadim Yanitskiy2-5/+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 Yanitskiy3-6/+7
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-22Bump version: 1.3.0 → 1.3.11.3.1Harald Welte1-0/+7
2019-01-22fix build: apply msgb_wrap_with_TL() renameNeels Hofmeyr1-1/+1
2019-01-21Bump version: 1.2.0.199-45df98-dirty → 1.3.01.3.0Harald Welte2-10/+240
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-16MNCC: use explicit struct type in gsm_callMax1-1/+1
2019-01-16Enable SMS-related log in VLR testsMax8-3/+590
2019-01-16VLR: send CHECK-IMEI to EIR/HLROliver Smith10-57/+918
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-12msc_vlr_tests: tweak logging in verbose modeNeels Hofmeyr1-2/+7
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 Hofmeyr5-20/+18
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr18-11406/+11763
2019-01-12rx CM Service Req: reject double use soonerNeels Hofmeyr2-9/+9
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr19-262/+295