aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
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-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 Hofmeyr3-42/+84
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-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
2019-01-04vty cfg: move 'ipa-name' from 'msc' to 'hlr' sectionNeels Hofmeyr1-22/+21
2019-01-04abort assignment on Assignment FailureNeels Hofmeyr2-1/+23
2019-01-04fix: incoming call during ongoing callNeels Hofmeyr1-0/+31
2019-01-04move trans->assignment_done to cc.assignment_startedNeels Hofmeyr1-3/+3
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr2-23/+19
2019-01-04Constify transaction helpers parametersMax1-5/+5
2019-01-04fix vlr ops.subscr_assoc re-associationNeels Hofmeyr1-2/+13
2019-01-03release RTP stream only for matching CC transactionNeels Hofmeyr1-0/+6
2019-01-03cosmetics in msc_mgcp_call_release()Neels Hofmeyr1-8/+8
2018-12-30libmsc/gsm_04_11.c: forward MO SMS messages over GSUPVadim Yanitskiy4-2/+233
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+23
2018-12-23MNCC: use log wrapper for call processingMax1-13/+12
2018-12-21use vty->type instead of local variableStefan Sperling1-1/+1
2018-12-19mgcp log tweak: say RAN, not BTS, like surrounding loggingNeels Hofmeyr1-1/+1
2018-12-19fix msc_mgcp_fsm_evt_names: two missing eventsNeels Hofmeyr1-0/+2
2018-12-19msc_vty: also show IMEI and IMEISVPhilipp Maier1-0/+4
2018-12-19Remove redundancy in LAC processingMax4-6/+6
2018-12-19msc_vty: display current RAN typePhilipp Maier1-0/+2
2018-12-19msc_vty: display subscriber flagsPhilipp Maier1-0/+19
2018-12-18vty: show subscriber: put() before printing the use countNeels Hofmeyr1-2/+5
2018-12-18Use proper type for tch_rtp_connect() parameterMax1-2/+1
2018-12-17CC: log more details about unhandled message/stateMax1-1/+1
2018-12-17cosmetic: drop unused variableMax1-2/+1