aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-06Bump version: 1.3.0.1-9fee → 1.3.11.3.1osmith/releaseOliver Smith1-0/+6
2021-09-06debian/control: remove dh-systemd build-dependOliver Smith1-1/+0
2021-02-23Bump version: 1.2.0.78-8c90-dirty → 1.3.01.3.0Pau Espin Pedrol6-16/+115
2021-02-23manuals: generate vty reference xml at build timeHarald Welte3-1778/+7
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-1/+37
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol8-8/+17
2021-02-04.gitignore: Ignore new autofoo tmp filesPau Espin Pedrol1-0/+1
2021-01-30Fix Coverity WarningsKeith1-7/+3
2021-01-29Add vty command to show summary of all or filtered subscribersKeith5-5/+228
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-19Correct vty inline help for show subscriberKeith1-2/+3
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-04auc_test.c: Add some comments on what the test cases actually doHarald Welte1-0/+11
2020-12-28support the XOR algorithm for UMTS AKAHarald Welte5-1/+121
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