Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC https://osmocom.org/projects/osmo-hlr
Go to file
Neels Hofmeyr d9b3606234 vty: show subscriber: change format of 'last LU seen'
So far, the time string format comes from ctime_r, and we manually add "UTC" to it.

The ctime_r format is wildly chaotic IMHO, mixing weekday, day-of-month and
hour and year in very unsorted ways.

Adding "UTC" to it is non-standard.

Instead use an ISO-8601 standardized time string via strftime().

Change-Id: I6731968f05050399f4dd43b241290186e0c59e1a
2020-04-30 19:22:24 +02:00
contrib mslookup_client_mdns_test: disable by default 2020-02-14 11:16:47 +00:00
debian add libosmo-mslookup abstract client 2020-01-10 16:07:40 +00:00
doc adoc: add D-GSM chapter to osmohlr-usermanual 2020-04-30 19:22:24 +02:00
include D-GSM 3/n: implement roaming by mslookup in osmo-hlr 2020-04-30 19:22:24 +02:00
sql db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy 2020-04-30 19:22:24 +02:00
src vty: show subscriber: change format of 'last LU seen' 2020-04-30 19:22:24 +02:00
tests drop error log for when a subscriber does not exist 2020-04-30 19:22:24 +02:00
.gitignore add osmo-mslookup-client program (#2) 2020-01-13 14:11:48 +01:00
.gitreview Add gerrit settings 2016-12-21 10:35:38 +01:00
COPYING add COPYING file with AGPLv3 license text 2016-11-11 10:17:06 +01:00
Makefile.am Makefile.am: fix pkgconfig_DATA 2020-01-13 14:08:27 +01:00
configure.ac 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name 2020-04-30 19:16:09 +02:00
git-version-gen build with autoconf/automake, add jenkins.sh script 2016-12-11 01:07:26 +01:00
libosmo-gsup-client.pc.in pkg-config: Fix libosmo-gsup-client pkg-config file 2018-07-31 19:37:45 +02:00
libosmo-mslookup.pc.in add libosmo-mslookup abstract client 2020-01-10 16:07:40 +00:00