aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-1/+37
2021-01-30Fix Coverity WarningsKeith1-7/+3
2021-01-29Add vty command to show summary of all or filtered subscribersKeith3-5/+215
2021-01-19Correct vty inline help for show subscriberKeith1-2/+3
2020-12-28support the XOR algorithm for UMTS AKAHarald Welte2-1/+51
2020-11-17USSD: add special 'idle' handler to IUSE for testingVadim Yanitskiy2-2/+20
2020-11-17USSD: fix handle_ussd(): do not free() unconditionallyVadim Yanitskiy1-16/+23
2020-10-29cosmetic: fix spelling in logging message: existAnt -> existEntVadim Yanitskiy1-1/+1
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-3/+3
2020-10-12Set TCP NODELAY sockopt to GSUP cli and srv connectionsPau Espin Pedrol2-0/+33
2020-09-23osmo-hlr-db-tool: Make import from osmo-nitb less "lossy"Keith1-5/+98
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-06-03osmo-mslookup-client: fix segfault for respond_error() callerNeels Hofmeyr1-2/+2
2020-05-31gsup_server: fix typo: s/omso_gsup_message/osmo_gsup_message/Vadim Yanitskiy1-1/+1
2020-05-04hlr_subscr_nam(): fix condition to fix nam=false notificationsNeels Hofmeyr1-2/+2
2020-05-04osmo_mslookup_server_mdns_rx(): handle read() rc == 0Neels Hofmeyr1-1/+1
2020-05-04gsup_server.c: properly handle negative rc from osmo_gsup_conn_ccm_get()Neels Hofmeyr1-1/+1
2020-05-04osmo_gsup_req_new(): require from_peer != NULLNeels Hofmeyr1-2/+7
2020-05-04make osmo_cni_peer_id_cmp() NULL safeNeels Hofmeyr1-0/+6
2020-04-30auc3g: officially wrap IND around IND_bitlen spaceNeels Hofmeyr1-8/+9
2020-04-30vty: show subscriber: show lu d,h,m,s ago, not just secondsNeels Hofmeyr1-2/+14
2020-04-30vty: show subscriber: change format of 'last LU seen'Neels Hofmeyr1-11/+7
2020-04-30drop error log for when a subscriber does not existNeels Hofmeyr1-4/+4
2020-04-30hlr_vty_subscr: prettier output for last LU seenOliver Smith1-2/+7
2020-04-30gsup_server: send routing error back to the correct peerNeels Hofmeyr1-3/+14
2020-04-30D-GSM 3/n: implement roaming by mslookup in osmo-hlrNeels Hofmeyr10-8/+1427
2020-04-30D-GSM 2/n: implement mDNS method of mslookup serverNeels Hofmeyr4-1/+545
2020-04-30D-GSM 1/n: add mslookup server in osmo-hlrNeels Hofmeyr4-0/+435
2020-04-30enlarge the GSUP message headroomNeels Hofmeyr1-1/+1
2020-04-30db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxyNeels Hofmeyr2-4/+53
2020-04-30gsup client: add up_down_cb(), add osmo_gsup_client_create3()Neels Hofmeyr1-20/+49
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr9-41/+178
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr13-744/+1235
2020-04-16Cosmetic: mention OS#4491 in location cancel codeOliver Smith2-2/+2
2020-02-09db: fix possible SQLite3 allocated memory leak in db_open()Vadim Yanitskiy1-1/+3
2020-01-31mdns_rfc.c: fix possible access of uninit. memOliver Smith1-1/+6
2020-01-29gsup_client.c: fix deprecation for client create funcNeels Hofmeyr1-8/+9
2020-01-14mdns_sock.c: fix resource leak of sockOliver Smith1-5/+7
2020-01-14osmo-mslookup-client: fix dereferencing nullOliver Smith1-0/+5
2020-01-14osmo-mslookup-client.c: fix dereferencing nullOliver Smith1-3/+4
2020-01-13mslookup_client_mdns.c: fix dereferencing nullOliver Smith1-0/+1
2020-01-13mdns_msg.c: always call va_endOliver Smith1-1/+1
2020-01-13mslookup_client.c: fix dereferencing null pointerOliver Smith1-1/+1
2020-01-13fix missing braces in LOGP_GSUP_FWDNeels Hofmeyr1-5/+5
2020-01-13add osmo-mslookup-client program (#2)Neels Hofmeyr2-0/+888
2020-01-13add mDNS lookup method to libosmo-mslookup (#2)Oliver Smith6-0/+1335
2020-01-12Revert "add mDNS lookup method to libosmo-mslookup"Harald Welte6-1335/+0
2020-01-12Revert "add osmo-mslookup-client program"Harald Welte2-888/+0
2020-01-11hlr: remove unused internal USSD listAlexander Couzens1-1/+0
2020-01-10add osmo-mslookup-client programNeels Hofmeyr2-0/+888