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

