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