osmo-hnodeb (0.2.1) unstable; urgency=medium

  [ Oliver Smith ]
  * contrib/jenkins: libosmo-sccp -> libosmo-sigtran

  [ Pau Espin Pedrol ]
  * jenkins.sh: libosmo-netif no longer depends on libosmo-abis
  * Avoid linking libosmoabis.so
  * jenkins.sh: No need to build libosmo-sigtran with doxygen

 -- Oliver Smith <osmith@sysmocom.de>  Wed, 12 Feb 2025 14:41:11 +0100

osmo-hnodeb (0.2.0) unstable; urgency=medium

  [ Vadim Yanitskiy ]
  * vty: fix incomplete docs for 'asn-debug' command
  * tests/ctrl_test_runner.py: fix wrong CTRL port
  * tests: enable commented-out 'python-tests' target

  [ Harald Welte ]
  * Use 'iuh/local-ip' as local IP for RTP sockets

  [ Andreas Eversberg ]
  * Use uniform log format for default config files

  [ Pau Espin Pedrol ]
  * iuh: Name stream_cli connection
  * Name llsk prim_srv{_link}
  * cosmetic: Fix typo in comment
  * llsk: Add APIs to interact with llsk->link
  * Free UE contexts when starting shutdown procedure
  * Close LLSK during shutdown procedure

  [ Max ]
  * .deb/.rpm: add osmocom user during package install

  [ Oliver Smith ]
  * .deb/.rpm: various fixes related to non-root
  * contrib: remove rpm spec file
  * debian/postinst: add checks, be verbose

 -- Oliver Smith <osmith@sysmocom.de>  Thu, 25 Jul 2024 10:29:29 +0200

osmo-hnodeb (0.1.2) unstable; urgency=medium

  [ arehbein ]
  * Transition to use of 'telnet_init_default'

  [ Vadim Yanitskiy ]
  * build: remove $(COVERAGE_LDFLAGS) from osmo_hnodeb_LDADD
  * tests: make 'vty-test' target depend on the respective binary
  * tests: do not depend on undefined $(BUILT_SOURCES)
  * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH

  [ Oliver Smith ]
  * debian: set compat level to 10
  * systemd: depend on networking-online.target

  [ Pau Espin Pedrol ]
  * rua: Fix null ptr access in hnb->llsk.srv

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 12 Sep 2023 17:22:10 +0200

osmo-hnodeb (0.1.1) unstable; urgency=medium

  [ Vadim Yanitskiy ]
  * configure.ac: do not require unused dlopen

  [ Max ]
  * Set working directory in systemd service file

  [ Oliver Smith ]
  * contrib/jenkins.sh: use --enable-werror

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 07 Feb 2023 18:03:48 +0100

osmo-hnodeb (0.1.0) unstable; urgency=medium

  [ Pau Espin Pedrol ]
  * Move Iuh code to its own module
  * Introduce SCTP log category
  * iuh: Improve logging of SCTP notifications
  * Fix typos and non-related test content
  * Implement initial shutdown + reconnect FSM
  * hnbap: Improve rx path and implement HnbRegisterReject
  * Drop NAS and RANAP code and VTY commands
  * Initial implementation of LowerLayer UD Socket
  * First implementation of the LLSK audio SAPI
  * First implementation of the LLSK gtp SAPI
  * Fix several Coverity found issues
  * Update AUDIO and GTP SAPs to support multiple conns per UE
  * rtp: Use dynamic Payload Type 96
  * llsk_gtp: Early return if conn alloc fails
  * llsk_audio: Fix false positive about uninitialized var access
  * contrib/osmo-hnodeb.spec.in: Fix missing dep libosmotrau
  * gtp: Fix possible null pointer dereference
  * Add example default config file
  * Add initial support for IuUP RTP based Transport Layer
  * Get rid of libgtp for GTP-U
  * gtp: Fix uninitialized var if no extension flags set in gtp header
  * Do not turn some compiler warnings into errors by default
  * rtp: Update code to libosmogsm IuUP API changes
  * llsk: Fix typo in log message
  * hnb: move llsk fields inside substruct
  * llsk: Validate received SAPI versions at startup
  * audio: Introduce SAPI v1 with unordered RFCI support
  * llsk: Fix previous audio sapi version passed instead of current

  [ Harald Welte ]
  * update git URLs (git -> https; gitea)

  [ Michael Iedema ]
  * typo: SAC needs 16bit range, not 8bit as copied from RAC entry

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 29 Jun 2022 12:37:29 +0200

osmo-hnodeb (0.0.1) unstable; urgency=medium

  [ Pau Espin Pedrol ]
  * configure: link against libsctp
  * Import hnb-test from osmo-iuh.git
  * Move existing vty code to its own vty.c/h file
  * main.c: Drop commented out code
  * Move rua related code to rua.c/h
  * Move hnbap related code to hnbap.c/h
  * Allocate g_hnb as a pointer, move code to hnb.c/h
  * Move protocol related code in main.c to related proto files
  * main.c: Fix cap in naming for vty_info.name
  * More work on main.c to add osmocom functionalitites
  * Set up Iuh conn params through VTY
  * Drop unused fields in struct hnb
  * hnb: Move wqueue to .iuh, add wrapper to use it
  * Use osmocom logging in non-main files
  * use osmo_stream_cli to manage sctp Iuh conn
  * Send HnbRegisterRequest when HnodeB connects on Iuh
  * Configure PLMN over VTY and use it in HnbRegisterRequest
  * Configure CI,LAC,RAC,SAC over VTY and use it in HnbRegisterRequest
  * Configure HNB-Identity over VTY and use it in HnbRegisterRequest
  * Generate proper rnc_id and plmn in LuRequest
  * hnb.c: Fix memleak in hnb_iuh_read_cb
  * ranap: Fix compiler warnings passing func callback

  [ Oliver Smith ]
  * d/control, spec: add missing builddeps
  * rpm spec: fix invalid file paths
  * gitignore: add src/osmo-hnodeb/osmo-hnodeb

 -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 16 Nov 2021 18:29:42 +0100

osmo-hnodeb (0.0.0) unstable; urgency=medium

  * Initial debian package

 -- Harald Welte <laforge@osmocom.org>  Mon, 01 Nov 2021 16:13:40 +0200