blob: e78680a6b273c753de5f770ab2dd3036be6a7660 [file] [log] [blame]
Harald Welte9bce2bd2017-10-28 11:19:03 +02001osmo-bsc (1.1.0) unstable; urgency=medium
2
3 [ Alexander Couzens ]
4 * Initial release.
5 * debian/rules: show testsuite.log when tests are failing
6
7 [ Neels Hofmeyr ]
8 * jenkins: fix build: osmo-mgw from master, not pre_release
9 * drop files unrelated to osmo-bsc
10 * rename openbsc.pc to osmo-bsc.pc
11 * rewrite README
12 * move include/openbsc to include/osmocom/bsc
13 * drop MGCP client from osmo-bsc
14 * fix vty tests: vty no longer goes to parent node implicitly
15 * doc/examples: tweak osmo-bsc.cfg, add osmo-bsc_custom-sccp.cfg
16 * add ';' after OSMO_ASSERT()
17
18 [ Harald Welte ]
19 * configure.ac: No more libosmogb dependency
20 * configure.ac: remove --enable-osmo-bsc, --enable-nat
21 * configure.ac: remove smpp_mirror, which has no relation to a BSC
22 * contrib/jenkins.sh: MGCP is unconditional now
23 * configure.ac: Remove --enable-mgcp-transcoding
24 * configure.ac: Remove --enable-iu
25 * configure.ac: Remove checks for libgtp + c-ares
26 * configure.ac: Remove check for GMTOFF
27 * configure.ac: Package is now called osmo-bsc, not openbsc
28 * libbsc: document arguments of generate_bcch_chan_list()
29 * Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'
30 * gsm0408_test: Verify that BA-IND is 0 in SI2xxx and 1 in SI5xxx
31 * .gitignore: Update to post-NITB-split realities
32 * Remove any references to RANAP and Iu
33 * Fix nanobts_omlattr unit test
34 * nanobts_omlattra_test: Initialize logging before executing tests
35 * osmo-bsc: Initialize logging before initializing rate_ctr
36 * Rename osmo_fsm to avoid illegal space in name + more meaningful name
37
38 [ Max ]
39 * Make TRX rf locking more visible
40 * SI13: drop PBCCH-related bits
41 * Wrap channel state assignment in macro
42 * Further cleanup leftovers from BSC/MSC split
43 * CTRL: cleanup write-only command functions
44 * Show OML link uptime in vty
45 * Fix repo split aftermath
46 * SI2q: cleanup UARFCN addition
47 * OML: consider RSL link state
48 * SI2q: fix generation for multiple UARFCNs
49 * Remove pkg-config file
50 * ctrl: add oml-uptime command
51 * SI1q: fix EARFCN appender
52
53 [ Pau Espin Pedrol ]
54 * Remove unneeded dbi dependency
55 * bsc_api: Fix NULL secondary_lchan access in handle_ass_fail
56 * libbsc: Use correct printf formatting for uint64_t
57 * bsc_vty: Improve description of mid-call-text cmd
58
59 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 11:19:03 +0200
60
Alexander Couzens77ac7af2017-08-07 07:57:20 +000061osmo-bsc (0.1.0) UNRELEASED; urgency=low
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +020062
Harald Welte9bce2bd2017-10-28 11:19:03 +020063 [ Alexander Couzens ]
64 * Initial release.
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +020065
Alexander Couzens77ac7af2017-08-07 07:57:20 +000066 -- Alexander Couzens <lynxis@fe80.eu> Tue, 08 Aug 2017 01:12:56 +0000