aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-28support the XOR algorithm for UMTS AKAlaforge/xor3gHarald Welte5-9/+79
2020-11-17USSD: add special 'idle' handler to IUSE for testingVadim Yanitskiy4-4/+24
2020-11-17USSD: fix handle_ussd(): do not free() unconditionallyVadim Yanitskiy1-16/+23
2020-11-17doc/manuals: re-organize description of internal USSD handlersVadim Yanitskiy1-2/+14
2020-11-17doc/manuals: fix s/There/The/ in 'USSD Configuration'Vadim Yanitskiy1-1/+1
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-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
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 Pedrol8-8/+66
2020-08-18doc: Update VTY reference xml filePau Espin Pedrol1-7/+313
2020-08-18configure.ac: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-06-29manual: describe subscriber import by SQLNeels Hofmeyr2-1/+81
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-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-0/+2
2020-05-19contrib: integrate RPM specOliver Smith3-7/+11
2020-05-19contrib: import RPM specOliver Smith1-0/+189
2020-05-12doc: do not use loglevel info for log category ssPhilipp Maier2-2/+2
2020-05-09esme_dgsm.py: add --always-fail option for debugging SMPPNeels Hofmeyr1-0/+26
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 Hofmeyr2-30/+4
2020-04-30adoc: add D-GSM chapter to osmohlr-usermanualNeels Hofmeyr3-0/+515
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 Hofmeyr21-9/+2006
2020-04-30D-GSM 2/n: implement mDNS method of mslookup serverNeels Hofmeyr11-1/+605
2020-04-30D-GSM 1/n: add mslookup server in osmo-hlrNeels Hofmeyr8-0/+537
2020-04-30test_nodes.vty: remove cruftNeels Hofmeyr1-64/+1
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 Hofmeyr5-14/+75
2020-04-30gsup client: add up_down_cb(), add osmo_gsup_client_create3()Neels Hofmeyr2-20/+74
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr17-52/+217
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr37-865/+1692
2020-04-16Cosmetic: mention OS#4491 in location cancel codeOliver Smith2-2/+2
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-02-14mslookup_client_mdns_test: no automatic skipOliver Smith1-2/+2
2020-02-14mslookup_client_mdns_test: disable by defaultOliver Smith4-8/+27
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