aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-27libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMMVadim Yanitskiy1-3/+3
2020-01-27libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()Vadim Yanitskiy1-2/+3
2020-01-05libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp()Vadim Yanitskiy1-0/+36
2019-11-19Fix some typosMartin Hauke1-2/+2
2019-09-02log, cosmetic: add "RR" to "Ciphering Mode Complete"Neels Hofmeyr1-1/+1
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr1-3/+3
2019-08-05do not force encryption on UTRANNeels Hofmeyr1-3/+3
2019-07-16fix spelling detected by lintianThorsten Alteholz1-3/+3
2019-06-15libmsc/gsm_04_08.c: clean up unused leftover includesVadim Yanitskiy1-13/+0
2019-05-12libmsc/gsm_04_08.c: clarify IMEI rejection in gsm48_rx_mm_serv_req()Vadim Yanitskiy1-1/+2
2019-05-12libmsc/gsm_04_08.c: refactor CM Service Request parsingVadim Yanitskiy1-19/+38
2019-05-12libmsc/gsm_04_08.c: fix: print proper length valueVadim Yanitskiy1-2/+2
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-931/+423
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-6/+7
2019-03-19libvlr: Allow 2G auth tuples to be re-used without going through AUTHSylvain Munaut1-0/+5
2019-02-04Add SGs InterfaceHarald Welte1-5/+14
2019-01-12gsm_04_08: Fix nullpointer derefPhilipp Maier1-2/+5
2019-01-12err log: fully log MS supported A5 algos on mismatchNeels Hofmeyr1-2/+38
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 Hofmeyr1-29/+16
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 Hofmeyr1-34/+31
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 Yanitskiy1-0/+5
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-9/+9
2019-01-04fix vlr ops.subscr_assoc re-associationNeels Hofmeyr1-2/+13
2018-12-30libmsc/gsm_04_11.c: forward MO SMS messages over GSUPVadim Yanitskiy1-0/+8
2018-12-11provide software version information to gsup peerStefan Sperling1-0/+1
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-2/+8
2018-12-10drop gsm48 RR ciph mode compl from permitted initial messagesNeels Hofmeyr1-1/+2
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-3/+3
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-7/+7
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-71/+71
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr1-5/+5
2018-11-30populate gsm_subscriber_connection->encr during CiphNeels Hofmeyr1-0/+7
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr1-0/+21
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-46/+88
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr1-49/+60
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy1-1/+7
2018-07-29libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy1-0/+13
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte1-2066/+20
2018-06-12libmsc/gsm_04_08.c: expose gsm48_tx_simple()Vadim Yanitskiy1-4/+8
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy1-2/+2
2018-04-24setup_trig_pag_evt: Fix heap-use-after-freePau Espin Pedrol1-1/+1
2018-04-24setup_trig_pag_evt: Always log correct paging failure casePau Espin Pedrol1-2/+3
2018-04-24setup_trig_pag_evt: Remove uneeded default case in switch statementPau Espin Pedrol1-4/+2
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-30/+5