blob: 772dddf050d603c8fd1c735fbc8688e60083f097 [file] [log] [blame]
Oliver Smitha6e983b2023-05-26 14:54:12 +02001osmo-hlr (1.6.2) unstable; urgency=medium
2
3 * systemd: depend on networking-online.target
4
5 -- Oliver Smith <osmith@sysmocom.de> Fri, 26 May 2023 14:54:12 +0200
6
Oliver Smithc9b80362023-02-23 10:23:04 +01007osmo-hlr (1.6.1) unstable; urgency=medium
8
9 * Run struct_endianness.py
10 * tests: adjust to XOR-3G rename in libosmocore
11
12 -- Oliver Smith <osmith@sysmocom.de> Thu, 23 Feb 2023 10:23:04 +0100
13
Pau Espin Pedroled939152023-02-07 16:49:14 +010014osmo-hlr (1.6.0) unstable; urgency=medium
15
16 [ Vadim Yanitskiy ]
17 * db_auc: hexparse_stmt(): check value returned by osmo_hexparse()
18
19 [ Max ]
20 * Set working directory in systemd service file
21 * Ignore .deb build byproducts
22 * Debian: bump copyright year to match current
23 * Debian: reformat package description
24 * systemd: enable basic hardening
25 * Debian: install osmo-hlr-dgsm.cfg as example config
26 * hlr_vty.c: fix typo
27 * ctrl: take both address and port from vty config
28
29 [ Harald Welte ]
30 * Support building with -Werror=strict-prototypes / -Werror=old-style-definition
31 * Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
32
33 [ arehbein ]
34 * osmo-hlr: Transition to use of 'telnet_init_default'
35
36 [ Oliver Smith ]
37 * osmo_mdns_rfc_record_decode: check ret of talloc
38 * osmo_mdns_rfc_record_decode: proper free on err
39 * mslookup: use apn functions from libosmocore
40 * osmo_mdns_rfc_record/question_encode: remove ctx
41
42 [ Keith ]
43 * Vty: Fixup config shown/written from vty
44
45 [ Neels Hofmeyr ]
46 * fix memleak of proxy_subscr_listentry
47
48 [ Alexander Couzens ]
49 * Add vty `reject-cause` to set the reject cause
50
51 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 16:49:14 +0100
52
Pau Espin Pedrol65f51532022-06-28 18:38:31 +020053osmo-hlr (1.5.0) unstable; urgency=medium
54
55 [ Oliver Smith ]
56 * treewide: remove FSF address
57
58 [ Vadim Yanitskiy ]
59 * fixup: debian: remove unneeded dependency libdbd-sqlite3
60 * debian: add new 'osmo-mslookup-utils' package
61 * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
62
63 [ Pau Espin Pedrol ]
64 * ctrl: Mark function as static
65 * tests: Allow specyfing specific ctrl test to run
66 * tests/ctrl: Move ERROR test scenario to proper file
67 * Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber create cmd
68 * ctrl: Introduce cmd SET subscriber.create <imsi>
69 * ctrl: Introduce CTRL command subscriber.by-*.msisdn
70 * cosmetic: hlr_vty_subscr.c: Fix trailing whitespace
71 * ctrl: Introduce cmd SET subscriber.delete <imsi>
72 * ctrl: Introduce CTRL command subscriber.by-*.aud2g <algo[,ki]>
73 * ctrl: Introduce CTRL command subscriber.by-*.aud3g <algo[,KI,(op|opc),OP_C[,ind_bitlen]]>
74 * doc: Document new subscriber CTRL commands
75
76 [ Harald Welte ]
77 * update git URLs (git -> https; gitea)
78
79 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 18:38:31 +0200
80
Pau Espin Pedrol4d7cbfc2021-11-16 14:56:41 +010081osmo-hlr (1.4.0) unstable; urgency=medium
82
83 [ Keith ]
84 * Correct configuration written from vty
85 * vty: enable show subscribers filtered by IMEI
86
87 [ Harald Welte ]
88 * add README.md file as customary for cgit, github, gitlab, etc.
89
90 [ Oliver Smith ]
91 * Add post-upgrade script for automatic db upgrade
92 * debian/control: remove dh-systemd build-depend
93
94 [ Pau Espin Pedrol ]
95 * db: Avoid use uninitialized rc if running 0 statements
96
97 [ Neels Hofmeyr ]
98 * db v6: determine 3G AUC IND from VLR name
99
100 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 14:56:41 +0100
101
Pau Espin Pedrol62404652021-02-23 18:13:53 +0100102osmo-hlr (1.3.0) unstable; urgency=medium
103
104 [ Alexander Couzens ]
105 * hlr: respect the num_auth_vectors requested
106 * hlr: remove unused internal USSD list
107
108 [ Oliver Smith ]
109 * add libosmo-mslookup abstract client
110 * add mDNS lookup method to libosmo-mslookup
111 * Makefile.am: fix pkgconfig_DATA
112 * add mDNS lookup method to libosmo-mslookup (#2)
113 * contrib/dgsm/ add example esme and dialplan
114 * mslookup_client.c: fix dereferencing null pointer
115 * mdns_msg.c: always call va_end
116 * mslookup_client_mdns.c: fix dereferencing null
117 * osmo-mslookup-client.c: fix dereferencing null
118 * osmo-mslookup-client: fix dereferencing null
119 * mdns_sock.c: fix resource leak of sock
120 * mdns_rfc.c: fix possible access of uninit. mem
121 * mslookup_client_mdns_test: disable by default
122 * mslookup_client_mdns_test: no automatic skip
123 * Cosmetic: mention OS#4491 in location cancel code
124 * hlr_vty_subscr: prettier output for last LU seen
125 * contrib: import RPM spec
126 * contrib: integrate RPM spec
127 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
128 * contrib/jenkins: don't build osmo-gsm-manuals
129 * configure.ac: set -std=gnu11
130
131 [ Neels Hofmeyr ]
132 * add osmo-mslookup-client program
133 * add osmo-mslookup-client program (#2)
134 * fix missing braces in LOGP_GSUP_FWD
135 * gsup_client.c: fix deprecation for client create func
136 * 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name
137 * 2/2: wrap ipa_name in osmo_cni_peer_id with type enum and union
138 * gsup client: add up_down_cb(), add osmo_gsup_client_create3()
139 * db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy
140 * enlarge the GSUP message headroom
141 * test_nodes.vty: remove cruft
142 * D-GSM 1/n: add mslookup server in osmo-hlr
143 * D-GSM 2/n: implement mDNS method of mslookup server
144 * D-GSM 3/n: implement roaming by mslookup in osmo-hlr
145 * gsup_server: send routing error back to the correct peer
146 * adoc: add D-GSM chapter to osmohlr-usermanual
147 * drop error log for when a subscriber does not exist
148 * vty: show subscriber: change format of 'last LU seen'
149 * vty: show subscriber: show lu d,h,m,s ago, not just seconds
150 * auc3g: officially wrap IND around IND_bitlen space
151 * make osmo_cni_peer_id_cmp() NULL safe
152 * osmo_gsup_req_new(): require from_peer != NULL
153 * gsup_server.c: properly handle negative rc from osmo_gsup_conn_ccm_get()
154 * osmo_mslookup_server_mdns_rx(): handle read() rc == 0
155 * hlr_subscr_nam(): fix condition to fix nam=false notifications
156 * esme_dgsm.py: add --always-fail option for debugging SMPP
157 * osmo-mslookup-client: fix segfault for respond_error() caller
158 * manual: describe subscriber import by SQL
159
160 [ Harald Welte ]
161 * Revert "add osmo-mslookup-client program"
162 * Revert "add mDNS lookup method to libosmo-mslookup"
163 * Use OSMO_FD_* instead of deprecated BSC_FD_*
164 * support the XOR algorithm for UMTS AKA
165 * auc_test.c: Add some comments on what the test cases actually do
166 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
167 * manuals: generate vty reference xml at build time
168
169 [ Vadim Yanitskiy ]
170 * db: fix possible SQLite3 allocated memory leak in db_open()
171 * gsup_server: fix typo: s/omso_gsup_message/osmo_gsup_message/
172 * debian/control: change maintainer to the Osmocom team / mailing list
173 * cosmetic: fix spelling in logging message: existAnt -> existEnt
174 * doc/manuals: fix s/There/The/ in 'USSD Configuration'
175 * doc/manuals: re-organize description of internal USSD handlers
176 * USSD: fix handle_ussd(): do not free() unconditionally
177 * USSD: add special 'idle' handler to IUSE for testing
178
179 [ Eric ]
180 * configure.ac: fix libtool issue with clang and sanitizer
181
182 [ Philipp Maier ]
183 * doc: do not use loglevel info for log category ss
184
185 [ Pau Espin Pedrol ]
186 * configure.ac: Fix trailing whitespace
187 * doc: Update VTY reference xml file
188 * Support setting rt-prio and cpu-affinity mask through VTY
189 * Set TCP NODELAY sockopt to GSUP cli and srv connections
190 * contrib/jenkins: Enable parallel make in make distcheck
191 * .gitignore: Ignore new autofoo tmp files
192 * tests: Replace deprecated API log_set_print_filename
193
194 [ Keith ]
195 * osmo-hlr-db-tool: Make import from osmo-nitb less "lossy"
196 * Correct vty inline help for show subscriber
197 * Add vty command to show summary of all or filtered subscribers
198 * Fix Coverity Warnings
199
200 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 18:13:53 +0100
201
Pau Espin Pedrol3a666982020-01-03 12:37:35 +0100202osmo-hlr (1.2.0) unstable; urgency=medium
203
204 [ Ruben Undheim ]
205 * Fix test for return codes on mipsel and alpha archs
206
207 [ Thorsten Alteholz ]
208 * fix spelling errors detected by lintian
209
210 [ Pau Espin Pedrol ]
211 * tests: Fix db_test err file to expect error code name instead of value
212
213 [ Oliver Smith ]
214 * tests/test_nodes.vty: check less libosmocore cmds
215 * tests/db_upgrade: disable for old sqlite versions
216 * gitignore: add tests/db_upgrade/*.dump
217 * gsup_client.h: fix license header: GPLv2+
218 * tests/auc: change back to python3
219
220 [ Neels Hofmeyr ]
221 * fix double free in osmo_gsup_client_enc_send()
222 * db upgrade to v2: log version 2, not 1
223 * fix upgrade to version 2: imei column default value
224 * add --db-check option
225 * hlr.sql: move comment
226 * add db_upgrade test
227 * hlr db schema 3: hlr_number -> msc_number
228 * db.c: code dup: add db_run_statements() for arrays of statements
229 * move headers to include/osmocom/hlr
230 * fix upgrade test in presence of ~/.sqliterc
231 * db upgrade: remove some code dup
232 * add osmo_gsup_msgb_alloc()
233 * Makefile convenience: add VTY_TEST var to run only one test
234 * remove gsup_test
235 * test_nodes.vty: tweak: add some '?' checks
236 * db v4: add column last_lu_seen_ps
237
238 [ Harald Welte ]
239 * AUC: Add support for setting the AMF separation bit to '1' for EUTRAN
240 * hlr: exit(2) on unsupported positional arguments on command line
241
242 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 12:37:35 +0100
243
Pau Espin Pedrol9cf00302019-08-07 16:14:23 +0200244osmo-hlr (1.1.0) unstable; urgency=medium
245
246 [ Oliver Smith ]
247 * docs: running: document --db-upgrade
248 * Add IMEI column to subscriber table
249 * Optionally store IMEI in subscriber table
250 * VTY tests: fill DB before running test
251 * VTY: integrate IMEI
252 * hlr.c: replace deprecated osmo_gsup_get_err_msg_type()
253 * hlr.c: move hlr_ctx to the top
254 * tests: use -no-install libtool flag to avoid ./lt-* scripts
255 * Cosmetic: gsup_route_find: comment addr, addrlen
256 * USSD: save MO USSD's originating MSC's vlr_number
257 * USSD: don't use gsm0480_msgb_alloc_name()
258 * hlr.c: forward GSUP messages between clients
259 * db_hlr.c: db_subscr_create(): add flags argument
260 * db_hlr.c: add db_subscr_exists_by_imsi()
261 * Create subscribers on demand
262 * Document subscribers create on demand feature
263 * debian: create -doc subpackage with pdf manuals
264 * db_test: set timezone to work around mktime bug
265 * db_hlr: zero-initialize "struct tm"
266 * rx_check_imei_req(): fix IMEI bounds checking
267 * contrib/jenkins.sh: run "make maintainer-clean"
268 * VTY: add subscriber update network-access-mode
269 * manuals: improve subscribers create on demand
270 * gitignore: ignore everything generated in db_test
271 * db_auc.c: verify hex key sizes read from DB
272
273 [ Max ]
274 * Log ip:port when adding GSUP routes
275 * Add link to project wiki to .service file
276 * Enable statsd support
277
278 [ Vadim Yanitskiy ]
279 * hlr.c: properly terminate the process on SIGTERM
280 * hlr.c: fix: also store the session state in read_cb_forward()
281 * hlr.c: fix: properly print the original message type in read_cb_forward()
282 * hlr.c: check the presence of msgb->l2h in read_cb()
283 * hlr.c: fix possible msgb memleaks in read_cb()
284 * db_hlr.c: add db_subscr_exists_by_msisdn()
285 * src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size
286 * src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2()
287 * hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()
288 * hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference
289 * build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'
290 * tests/db_test: close the database when test is finished
291 * src/db.c: integrate SQLite3 with talloc allocator
292
293 [ Neels Hofmeyr ]
294 * USSD: fix routing to multiple MSC
295 * fix error logging for GSUP route
296 * add missing error log: invalid IMSI
297 * osmo-hlr: allow configuring db path from cfg file
298 * use new OSMO_IMSI_BUF_SIZE
299
300 [ Daniel Willmann ]
301 * manuals: Add script to update vty/counter documentation from docker
302 * manuals: Update vty documentation
303
304 [ Pau Espin Pedrol ]
305 * Remove undefined param passed to logging_vty_add_cmds
306 * configure.ac: Require libosmocore 1.2.0
307
308 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 16:14:23 +0200
309
Harald Weltee0c6fe52019-01-20 19:29:59 +0100310osmo-hlr (1.0.0) unstable; urgency=medium
311
312 [ Stefan Sperling ]
313 * move creation of insert subscriber data messages to a common function
314
315 [ Harald Welte ]
316 * Return proper GSUP error in case of too short IMSI
317 * disable blind subscriber insertion into every VLR/SGSN
318 * gsup_server: Add "priv" pointer and make it point to 'struct hlr'
319 * move osmo_gsup_addr_send() declaration from luop.h to gsup_router.h
320 * gsup_router: Use "#pragma once" and add missing #includes
321 * Add "show gsup-connections" VTY command
322 * import gsup_client.c as new libosmo-gsup-client
323 * gsup_client: rename gsup_client_* to osmo_gsup_client_*
324 * GSUP: Log GSUP route add/remove
325 * hlr: Export + Declare global g_hlr symbol
326 * USSD: Add Core USSD handling + VTY routing config to HLR
327 * USSD: Add basic dispatch + decode of GSUP-encapsulated SS/USSD
328 * hlr_ussd: Introduce LOGPSS() macro
329 * USSD: Send ReturnError component if USSD Code unknown / EUSE disconnected
330 * USSD: Further unification of log output; Use LOGPSS when possible
331 * osmo-hlr.cfg: Don't enable DEBUG logging by default
332 * USSD: Add new "DSS" logging category and use it appropriately
333 * USSD: fix null-pointer deref in "default-route" vty/config cmd
334 * Add osmo-euse-demo as minimalistic test of a External USSD (EUSE) handler
335 * USSD: Add support for internal USSD handlers
336 * debian: Add sub-package for libosmo-gsup-client
337 * pkg-config: Fix libosmo-gsup-client pkg-config file
338 * gitignore: Add .tarball-version
339 * debian: Make libosmo-gsup-client-dev depend on libosmo-gsup-client0
340 * USSD: Fix "ussd default-route"
341 * libosmo-gsup-client: License is GPLv2-or-later
342 * osmo-hlr.cfg: Ensure well-formed config file example
343 * test_nodes.vty: Since libosmocore 1.0.0, we only have one space
344
345 [ Martin Hauke ]
346 * sql/Makefile.am: Make docsdir completely configurable
347 * debian: Fix typo in package description
348
349 [ Pau Espin Pedrol ]
350 * debian: Avoid installing duplicate cfg file in /etc
351 * sql/Makefile: Install hlr_data.sql as example together with hlr.sql
352 * sql/Makefile: Install sql files under doc/.../sql subdir
353 * sql/Makefile: Create empty /var/lib/osmocom directory at install time
354 * Install systemd services with autotools
355 * Move doc/Makefile.am to doc/examples/Makefile.am
356 * Install sample cfg file to /etc/osmocom
357
358 [ Vadim Yanitskiy ]
359 * hlr.c: move deinitialization code from SIGINT handler
360 * hlr.c: free root talloc context on exit
361 * hlr.c: track the use of talloc NULL memory contexts
362 * src/db.c: fix: make sure the database is properly closed
363 * src/db.c: don't ignore the result of db_bootstrap()
364 * hlr_vty_subscr.c: fix subscriber creation command help
365 * Update .gitignore: add missing build products
366 * tests/Makefile.am: also remove temporary sqlite files
367 * hlr_ussd.h: add #pragma once include guard
368 * hlr_ussd.h: use proper libc headers
369 * Update .gitignore: ignore osmo-euse-demo
370 * hlr_ussd.h: drop meaningless forward declaration
371 * USSD/hlr_vty.c: print error if EUSE is not found
372 * hlr_ussd.c: fix: properly print a EUSE / IUSE name
373 * hlr_ussd.c: avoid using CR and NL in IUSE responses
374
375 [ Neels Hofmeyr ]
376 * fix build: adjust test_nodes.vty to logging change
377 * tweak example config
378 * make: always allow running python tests manually
379
380 -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 19:29:58 +0100
381
Pau Espin Pedrol78f43012018-05-04 18:41:35 +0200382osmo-hlr (0.2.1) unstable; urgency=medium
383
384 [ Neels Hofmeyr ]
385 * fix luop crash: use buffer for APN that remains valid
386 * add gsup_test to catch OS#3231
387 * add error handling to osmo_gsup_configure_wildcard_apn()
388
389 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 04 May 2018 18:41:35 +0200
390
Pau Espin Pedrolcb360f02018-05-03 16:27:14 +0200391osmo-hlr (0.2.0) unstable; urgency=medium
392
393 [ Neels Hofmeyr ]
394 * vty: skip installing cmds now always installed by default
395 * hlr_db_tool: fix error log strerror invocation
396 * cosmetic: add comment on ignored return value
397 * db-tool: add command 'create'
398 * db-tool: cosmetic: tweak printf output
399 * db-tool: error-exit on too many arguments
400 * add --enable-sanitize config option
401 * db_test: don't verify SQLite issued error messages, they might change
402 * cosmetic: rx_send_auth_info(): decide error cause with switch()
403 * return GMM_CAUSE_IMSI_UNKNOWN if there is no auth data
404 * db_get_auth_data / db_get_auc: clarify return values
405 * osmo-hlr: log details for unknown IMSI / no auth data / db error
406 * db_test: also test db_get_auc() return values
407 * fix test_subscriber_errors.ctrl after libosmocore change
408 * fix debug log: put 'deriving 2G from 3G' in proper place
409 * ctrl test: fix: adjust expectations after stricter ctrl parsing
410 * fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS
411 * configure: add --enable-werror
412 * jenkins.sh: use --enable-werror configure flag, not CFLAGS
413
414 [ Harald Welte ]
415 * hlr.c: Avoid overflow of lu_operation.subscr.imsi
416 * Fix expected test output after new 'logging print file 1' vty command
417 * osmo-hlr: Add talloc context introspection via VTY
418 * vty: Don't print error if removing auth data while none present
419 * Fix responses to PURGE MS
420
421 [ Alexander Couzens ]
422 * debian: include systemd service osmo-hlr.service
423 * doc: install example .cfg files to $(docdir)/examples/
424 * debian: install osmo-hlr.cfg to /etc/osmocom
425
426 [ Max ]
427 * Remove unused check
428 * Remove unused ipa.py
429 * Enable sanitize for CI tests
430
431 [ Pau Espin Pedrol ]
432 * luop.c: Transform FIXME from warning to pragma message
433 * contrib:jenkins.sh: Enable Werror
434 * use osmo_init_logging2
435 * Remove unused src/db_test.c
436
437 [ Alexander Huemer ]
438 * Add missing build products in .gitignore
439
440 [ Stefan Sperling ]
441 * more robust usage of osmo_timer API for osmo-hlr luop timer
442 * notify GSUP clients when HLR subscriber information changes
443 * rewrite subscriber_update_notify() without calls into luop
444 * don't forget to mark luop as a packet switched connection
445
446 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:27:13 +0200
447
Harald Welte0dcbd472017-10-28 20:37:34 +0200448osmo-hlr (0.1.0) unstable; urgency=medium
449
450 [ Neels Hofmeyr ]
451 * build with autoconf/automake, add jenkins.sh script
452 * fix build on FreeBSD: eliminate implicitly declared functions
453 * fix various compiler warnings
454 * fix DLGSUP logging cat after change in libosmocore
455 * build: recoin db_test as non-installable program
456 * build: actually make sqlite mandatory
457 * bump required libosmocore version to 0.9.5
458 * gsup: send subscriber MSISDN
459 * debug log: log computed vector kinds
460 * log: move a log from info to debug level
461 * hlr.sql: typo in comment
462 * auc.c: typo in comment
463 * main: add and use root talloc ctx
464 * main: add option parsing with db file and default options
465 * main: add VTY and '-c config-file' option
466 * sql: fix 3g_auc's column K data type
467 * cosmetic: sql: indicate VARCHAR size of key columns as 32
468 * sql: auc_3g: set sqn NOT NULL DEFAULT 0
469 * comment: sql: describe auc_2g and auc_3g columns
470 * Add test suite skeleton with empty test (auc_3g_test)
471 * tests: auc_3g_test: implement vector generation test
472 * auth: verify test sets from 3GPP TS 55.205
473 * sql: add unique constraints to IMSI and MSISDN
474 * UMTS AKA resync: fix argument ordering
475 * auc_3g_test: add AUTS resync test
476 * auc_gen_vectors(): ensure sane arguments, test
477 * auc_3g_test: allow to inc fake rand bytes upon rand request
478 * auc_3g_test: add AUTS test with N vectors, to show bug
479 * cosmetic: refactor auc_compute_vectors(), add debug log
480 * auc_compute_vectors(): fix AUTS resync for multiple vectors
481 * cosmetic: auc_3g_test: improve test debugging tools
482 * cosmetic: rename auc_3g_test.c to auc_test.c
483 * fix: properly handle error rc by osmo_gsup_conn_ccm_get()
484 * auc tests: adjust cosmetically to prepare for SQN changes
485 * auc tests: fix after SQN scheme changes from libosmocore
486 * fix debug log: adjust to new SQN increment scheme
487 * UMTS AKA: implement SQN increment according to SEQ and IND
488 * debug log: output ind slot, previous sqn, and sqn db update
489 * jenkins: add value_string termination check
490 * fix db_subscr_ps error handling
491 * add config example (mostly empty)
492 * install hlr.sql in prefix/doc/osmo-hlr/
493 * use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222
494 * add basic CTRL interface tests
495 * add CTRL tests for enable-/disable-/status-ps
496 * cosmetic: prepend DB_STMT_ to enum stmt_idx entries
497 * cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi()
498 * cosmetic: refactor db_bind_imsi() as db_bind_text()
499 * cosmetic: multi-line DB_STMT_AUC_BY_IMSI
500 * cosmetic: log IMSI='<imsi>', log "no such subscriber"
501 * cosmetic: log: "SQLite" with capital L
502 * cosmetic: db_hlr: SL3_TXT: clarify indenting
503 * ctrl_test_runner.py: use proper constant as test db path
504 * gitignore: tests/package.m4
505 * cosmetic: don't log about missing SQLite log cb
506 * add db_bind_int() and db_bind_int64()
507 * add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi()
508 * add initial db_test: creating and deleting subscribers
509 * less noise: simplify db_remove_reset()
510 * db: use int64_t as subscriber id
511 * add db_subscr_get_by_msisdn() and db_subscr_get_by_id()
512 * refactor db_subscr_ps() to db_subscr_nam()
513 * refactor db_subscr_lu()
514 * refactor db_subscr_purge
515 * add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()
516 * refactor db_get_auth_data return val
517 * code undup: use db_remove_reset() in db_auc.c
518 * fix db_update_sqn(): reset stmt in all error cases
519 * code undup: use db_bind_text() in db_get_auth_data()
520 * debian: 'make check' needs sqlite3, add to Build-Depends
521 * fix db_subscr_get_by_*(): clear output data; test in db_test.c
522 * implement subscriber vty interface, tests
523 * add test_nodes.vty
524 * replace ctrl_test_runner.py with transcript test_subscriber.ctrl
525 * add lu_op_free(), use in luop.c
526 * luop: fix mem leak upon error in lu_op_alloc_conn()
527 * fix mem leak in handle_cmd_ps(): free luop
528 * api doc: say that lu_op_tx_del_subscr_data() doesn't free
529 * add hlr_subsrc_nam to put GSUP client notification in proper API
530 * vty: fix output of empty IMSI
531 * db api: fix/add API docs
532 * cosmetic: tweak params of hlr_controlif_setup()
533 * ctrl: completely replace all CTRL commands
534 * test_subscriber.ctrl: test against octal/hex interpretation of id
535 * jenkins: use osmo-clean-workspace.sh before and after build
536 * tests/Makefile: use test db var instead of repeating the path
537 * db_test: fix *FLAGS
538 * automatically create db tables on osmo-hlr invocation
539 * cosmetic: sql/hlr.sql: move comments
540 * cosmetic: rename SL3_TXT macro, use osmo_strlcpy()
541 * fix default logging levels to NOTICE, not DEBUG
542 * add osmo-hlr-db-tool, program to migrate from osmo-nitb db
543
544 [ Max ]
545 * Add gerrit settings
546 * Add hardcoded APN
547 * Log error cause as a string
548 * Move GSUP msg init into separate function
549 * Use strings for GSUP message type
550 * Move lu_operation into separate file
551 * db: move duplicated code into helper functions
552 * Fix compiler's warning about printf security
553 * Add routines to update nam_ps
554 * Add global HLR struct
555 * Make subscr parameter to db_subscr_get() optional
556 * Add CTRL interface
557 * CTRL: add enable/disable packet service cmds
558 * Add .deb packaging
559 * deb: fix OBS build
560 * debian: remove obsolete dependency
561 * Attempt to fix .deb package
562 * deb: use python in shebang
563 * Another attempt at fixing .deb
564 * Use release helper from libosmocore
565 * Use value string check from osmo-ci
566
567 [ Daniel Willmann ]
568 * Add systemd service file
569 * hlr_data.sql: Insert ki and opc instead of op to example data
570 * tests/auc: Don't require python3
571
572 [ Pau Espin Pedrol ]
573 * VTY: Add hlr node and bind ip field
574 * debian: remove unneeded dependency libdbd-sqlite3
575
576 [ Harald Welte ]
577 * jenkins.sh: Proper error message if local environment isn't set up
578
579 [ Alexander Couzens ]
580 * debian/rules: show testsuite.log when tests are failing
581
582 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 20:37:33 +0200
583
Maxe9d37db2017-03-13 16:08:11 +0100584osmo-hlr (0.0.1) UNRELEASED; urgency=low
585
586 * Initial release (Closes: OS#1948)
587
588 -- Max Suraev <msuraev@sysmocom.de> Mon, 13 Mar 2017 16:26:41 +0200