aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-23Enabling/disabling 4G RAN for given subscriberneels/36c3Piotr Krysik3-6/+75
2019-12-23AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte1-1/+3
2019-12-23Revert "mention *#201#, *#301# in USSD get_ran (HACK)"Neels Hofmeyr1-2/+1
2019-12-23mention *#201#, *#301# in USSD get_ran (HACK)Neels Hofmeyr1-1/+2
2019-12-23send GMM_CAUSE_ROAMING_NOTALLOWED instead of GMM_CAUSE_IMSI_UNKNOWN HARDCODEDgsmevent admin3-4/+4
2019-12-23add USSD handlers to enable/disable 2G accessNeels Hofmeyr2-1/+61
2019-12-23for ussd_get_ran, show current RATNeels Hofmeyr2-11/+16
2019-12-23add column 'last_lu_rat', show last RAN typeNeels Hofmeyr4-12/+60
2019-12-23SS/USSD: add IUSEs to enable / disable UMTSVadim Yanitskiy2-2/+64
2019-12-23SS/USSD: implement an IUSE for getting RAN type(s)Vadim Yanitskiy2-2/+42
2019-12-23Add DB storage for enabling / disabling arbitrary RAT types.Neels Hofmeyr4-4/+223
2019-12-23trial: SMS-over-GSUPNeels Hofmeyr3-0/+431
2019-12-23db v6: determine 3G AUC IND from VLR nameNeels Hofmeyr4-3/+146
2019-12-16auc3g: officially wrap IND around IND_bitlen spaceNeels Hofmeyr1-8/+9
2019-12-16vty: show subscriber: show lu d,h,m,s ago, not just secondsNeels Hofmeyr1-2/+14
2019-12-16vty: show subscriber: change format of 'last LU seen'Neels Hofmeyr1-10/+10
2019-12-16drop error log for when a subscriber does not existNeels Hofmeyr1-4/+4
2019-12-16hlr_vty_subscr: prettier output for last LU seenOliver Smith1-2/+7
2019-12-16gsup_server: send routing error back to the correct peerNeels Hofmeyr1-3/+14
2019-12-16proxy routing refactorNeels Hofmeyr7-191/+267
2019-12-16D-GSM 3/n: implement roaming by mslookup in osmo-hlrNeels Hofmeyr10-5/+1350
2019-12-16D-GSM 2/n: implement mDNS method of mslookup serverNeels Hofmeyr4-1/+545
2019-12-16D-GSM 1/n: add mslookup server in osmo-hlrNeels Hofmeyr4-0/+431
2019-12-16enlarge the GSUP message headroomNeels Hofmeyr1-1/+1
2019-12-16db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxyNeels Hofmeyr2-4/+53
2019-12-16gsup client: add up_down_cb(), add osmo_gsup_client_create3()Neels Hofmeyr1-20/+49
2019-12-162/2: fixup: add osmo_gsup_peer_id with type enum and unionNeels Hofmeyr9-41/+169
2019-12-161/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr15-791/+1182
2019-12-16add osmo-mslookup-client programNeels Hofmeyr2-0/+888
2019-12-16add mDNS lookup method to libosmo-mslookupOliver Smith6-0/+1335
2019-12-16add libosmo-mslookup abstract clientOliver Smith6-2/+818
2019-12-03hlr: exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte2-2/+12
2019-11-27db v4: add column last_lu_seen_psNeels Hofmeyr3-22/+61
2019-11-25add osmo_gsup_msgb_alloc()Neels Hofmeyr4-14/+16
2019-11-25db upgrade: remove some code dupNeels Hofmeyr1-33/+15
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr29-648/+59
2019-11-12db.c: code dup: add db_run_statements() for arrays of statementsNeels Hofmeyr1-74/+34
2019-11-12hlr db schema 3: hlr_number -> msc_numberNeels Hofmeyr1-1/+144
2019-10-31add --db-check optionNeels Hofmeyr1-6/+23
2019-10-31fix upgrade to version 2: imei column default valueNeels Hofmeyr1-1/+1
2019-10-31db upgrade to v2: log version 2, not 1Neels Hofmeyr1-2/+2
2019-10-30fix double free in osmo_gsup_client_enc_send()Neels Hofmeyr1-1/+2
2019-08-12fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol3-4/+4
2019-07-30src/db.c: integrate SQLite3 with talloc allocatorVadim Yanitskiy4-0/+107
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy1-15/+0
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith1-29/+40
2019-07-24hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereferenceVadim Yanitskiy1-6/+16
2019-07-23hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()Vadim Yanitskiy1-2/+2