aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/sgs_iface.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19Fix some typosMartin Hauke1-4/+4
2019-09-26paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeoutPhilipp Maier1-0/+22
2019-09-24sgs_iface: Accept messages with unknown TLV elementsPhilipp Maier1-4/+2
2019-08-16sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB returnPhilipp Maier1-4/+4
2019-05-27sgs_iface: detect and react to VLR/HLR failurePhilipp Maier1-0/+16
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-76/+76
2019-04-13Allow MME name preformatted as FQDN in SGsAPOmar Ramadan1-0/+6
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-28/+24
2019-04-11sgs_iface: fix nullpointer dereferencePhilipp Maier1-2/+2
2019-03-28libmsc: fix: properly initialize the SGs serverVadim Yanitskiy1-2/+0
2019-03-28libmsc/sgs_iface.c: register sgs_vlr_reset_fsm on DSO loadVadim Yanitskiy1-1/+5
2019-03-28libmsc/sgs_iface.c: fix copy-paste errorVadim Yanitskiy1-1/+1
2019-02-26libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter referenceVadim Yanitskiy1-1/+1
2019-02-04Add SGs InterfaceHarald Welte1-0/+1265