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