blob: d5e9e715b9e4f4d59e23aa66fb371f029a268759 [file] [log] [blame]
Pau Espin Pedrolde169192021-02-23 16:21:49 +01001libosmo-abis (1.1.0) unstable; urgency=medium
2
3 [ Harald Welte ]
4 * trau_frame: New API
5 * trau_frame: Introduce support for Downlink Time Alignment
6 * osmo_trau_frame_encode(): Check for sufficiently sized output buffer
7 * Add new TRAU frame sync code
8 * TRAU frame RTP conversion
9 * Add 'trau2rtp' demo program illustrating the use of new TRAU code
10 * Add missing build dependency to libosmocodec-dev
11 * trau_frame: Fix computation of odd parity while encoding HR frames
12 * trau_sync: Check return value of osmo_fsm_register()
13 * trau_frame: Add missing break statement in osmo_trau_frame_encode()
14 * Fix RPM spec file (.so.6 -> .so.9)
15 * debian: Build libosmo-abis with osmo-e1d support
16 * Revert "debian: Build libosmo-abis with osmo-e1d support"
17 * Use OSMO_FD_* instead of deprecated BSC_FD_*
18 * Use osmo_fd_setup() wherever applicable
19 * e1_input: Support I.460 timeslot type
20 * osmo_ortp: Don't print ERROR message for every missing RTP frame
21 * migrate to osmo_fd_{read,write}_{enable,disable}()
22
23 [ Philipp Maier ]
24 * trau_sync: prevent false positive synchronization on startup
25 * trau_sync: make sync pattern configurable
26 * vty: add attributes to VTY commands indicating when they apply
27
28 [ Vadim Yanitskiy ]
29 * debian/control: change maintainer to the Osmocom team / mailing list
30 * vty: use install_lib_element() and install_lib_element_ve()
31 * cosmetic: fix spelling in logging messages: existAnt -> existEnt
32 * ipaccess: fix verbosive logging in __handle_ts1_write()
33
34 [ Pau Espin Pedrol ]
35 * tests: Disable stderr log color in trau_sync_test
36 * contrib/jenkins: Enable parallel make in make distcheck
37 * ipaccess: Use LOGPITS macro in __handle_ts1_write
38 * ipaccess: Fix log error printed on wrong conditional branch
39 * ipaccess: Fix wrong assertion in ipaccess_drop() when used by BTS code
40 * tests: trau_sync: Explicitly drop category from log
41 * gitignore: Ignore autofoo files *~
42
43 [ Oliver Smith ]
44 * configure.ac: set -std=gnu11
45
46 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 16:21:49 +0100
47
Harald Welte2a8a34c2020-08-13 12:09:39 +020048libosmo-abis (1.0.0) unstable; urgency=medium
49
50 [ Neels Hofmeyr ]
51 * add/clean big-endian packed structs (struct_endianess.py)
52
53 [ Harald Welte ]
54 * dahdi: Don't use perror() directly, use osmocom logging instead
55 * introduce and use logging macros with context on E1 line / timeslot
56 * e1d: Use HAVE_E1D in C source, not ENABLE_E1D
57 * e1d: add missing forward-declaration of e1inp_e1d_init()
58 * e1d: Don't use perror() directly, use osmocom logging instead
59 * e1d: Remove EXCEPTFD handling
60 * e1d: Remove bogus vty_show function.
61 * e1d: Use line->port_nr to specify e1d interface/line
62 * e1d: Use LOGPIL/LOGPITS logging macros to give context
63 * e1d: Don't connect to e1d at program start time
64 * e1d: Implement varions non-LAPD timeslot modes
65 * Add rtp_test to show the double-bind bug of OS#4444
66 * ortp: disable SO_REUSEADDR + SO_REUSEPORT
67 * subchan_demux: Use 'ubit_t' for unpacked bit buffer; use const
68 * trau_frame: use 'ubit_t' for unpacked bits
69 * subchan_demux: Use ubit_t where appropriate
70 * trau_frame.h: Fix definition of TRAU_FT_OM_UP
71 * Fix subchan_demux_test compiler warning on some gcc versions
72 * trau_frame: Fix AMR frame decoding
73 * lapd: Always print context information when logging
74 * fix compilation with --enable-e1d
75 * lapd: Replace magic numbers with #defines
76 * input/lapd.c: Enlarge message buffers for DL-SAP primitives
77 * input/dahdi.c: Don't simply read beyond end of msgb
78 * subchan_demux: Fix out-of-bounds write
79 * e1d: Add new osmo_e1dp_client_ts_open() argument
80 * e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6
81 * contrib/jenkins.sh: Test builds with --enable-e1d
82 * dahdi: Use osmo_revbytebits_buf() instead of local flip table
83 * input/e1d: Fix support for TRAU slots
84 * input/e1d: Add missing "RAW" timeslot support
85 * e1_input_vty: Fix VTY help strings
86
87 [ Sylvain Munaut ]
88 * e1d: Initial osmo-e1d support
89 * e1_input: Allow to change the pcap fd and/or unset it
90 * e1_input: Add VTY command to enable PCAP debug output
91
92 [ Oliver Smith ]
93 * ipaccess.c: line_already_initialized: int -> bool
94 * osmo_ortp: add osmo_rtp_socket_set_dscp()
95 * contrib: import RPM spec
96 * contrib: integrate RPM spec
97 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
98 * src/input/ipaccess.c: set TCP_NODELAY
99
100 [ Eric Wild ]
101 * add ipa ping/pong keepalive for OML/RSL links between bts and bsc
102
103 [ Eric ]
104 * configure.ac: fix libtool issue with clang and sanitizer
105
106 [ Pau Espin Pedrol ]
107 * e1_input: refcount inc line during e1_sign_link_create, not during line update
108 * ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error path
109 * ipaccess: Fix log formatting of RESP_ID IPA attributes
110 * cosmetic: e1_input.h: Fix trailing whitespace
111 * e1_input: Use osmo_use_count in e1inp_line
112 * ipaccess: Drop e1inp_line reference in ipacess_drop()
113 * ipacces: Fix e1inp_line reference put in ipaccess_close
114 * ipaccess: Set bfd->data to NULL before releasing its reference
115 * ipaccess_recvmsg: Clean up release steps upon error condition
116 * ipaccess_recvmsg: Assert the new bfd from new line differs from the old one
117 * ipaccess_recvmsg: Untangle code updating line
118 * cosmetic: lapd: Fix trailing whitespace
119 * lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_init
120 * tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_put
121 * ipaccess: Fix use-after-free in ipaccess_drop()
122
123 -- Harald Welte <laforge@osmocom.org> Thu, 13 Aug 2020 12:09:39 +0200
124
Pau Espin Pedrolc313d442020-01-02 20:53:32 +0100125libosmo-abis (0.8.0) unstable; urgency=medium
126
127 [ Alexander Couzens ]
128 * ipa: ipa_server_link_close() add checks of link state
129
130 [ Pau Espin Pedrol ]
131 * ipa: Allow setting local addr and port for struct ipa_client_conn
132
133 [ Harald Welte ]
134 * dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%u
135 * Enable DAHDI support by default; require --disable-dahdi otherwise
136
137 [ Vadim Yanitskiy ]
138 * input/ipaccess.c: propagate errors from ipa_parse_unitid()
139 * input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET
140 * e1_input.c: make reference counting get() / put() more verbose
141 * input/ipa_keepalive.c: make sure IPA keepalive FSM is registered
142
143 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 02 Jan 2020 20:53:32 +0100
144
Harald Welte30249a12019-07-21 21:32:08 +0200145libosmo-abis (0.7.0) unstable; urgency=medium
146
147 [ Max ]
148 * Set local IP in ipa_server_link properly
149 * Log peer's port in accept callback
150
151 [ Harald Welte ]
152 * ipa: Make ipa_server_conn_destroy() re-entrant
153 * Add IPA keep-alive FSM implementation
154 * ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate event
155 * ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transition
156 * ipaccess.c: Avoid calling close(-1) on error path
157
158 [ Oliver Smith ]
159 * tests: use -no-install libtool flag to avoid ./lt-* scripts
160 * contrib/jenkins.sh: run "make maintainer-clean"
161
162 [ Sylvain Munaut ]
163 * rtp: Add 'autoconnect' feature to the osmo_rtp_socket
164
165 [ Eric Wild ]
166 * ipaccess: allow tcp keepalive for ipa clients
167 * add TCP_USER_TIMEOUT to keepalive
168 * extend the ipa keepalive fsm
169
170 [ Debian Mobcom Maintainers ]
171 * spelling
172
173 -- Harald Welte <laforge@gnumonks.org> Sun, 21 Jul 2019 21:32:08 +0200
174
Harald Welte176a1fb2019-01-19 22:20:47 +0100175libosmo-abis (0.6.0) unstable; urgency=medium
176
177 [ Neels Hofmeyr ]
178 * fix strncpy bugs in ipaccess.c, ipa_proxy.c
179 * ipa: don't crash on missing IPA ID GET message
180
181 [ Harald Welte ]
182 * Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()
183 * debian/rules: Don't overwrite .tarball-version
184
185 [ Pau Espin Pedrol ]
186 * ipaccess: Use osmo_fd_setup to set up callbacks
187 * ipaccess_rcvmsg: Fix bug introduced in previous commit
188 * ipa: Simplify code in ipa_client_read
189 * ipa: Simplify code in ipa_server_conn_read
190 * ipa: Allow signalling fd destroyed in ipa_client_read
191 * ipa: Allow signalling fd destroyed in ipa_server_conn_read
192 * ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb
193 * ipaccess: Allow passing return code in e1inp_line_ops->sign_link()
194 * debian: Fix libosmoabis soname package version
195 * debian: Conflict libosmoabis6 with libosmoabis5
196 * ipacces: Log correct trx_nr during IPA GET
197 * ipaccess: Simplify handling of ipaccess e1line ts
198 * e1_input.h: Set correct type for input_signal_data->link_type
199 * osmo_ortp: Log domain and fix strings without endl char
200
201 [ Stefan Sperling ]
202 * Properly deal with sockaddr_un socket path length limitations.
203 * ensure unix socket paths are NUL-terminated for bind/connect
204
205 -- Harald Welte <laforge@gnumonks.org> Sat, 19 Jan 2019 22:20:46 +0100
206
Pau Espin Pedrol026ff452018-07-27 18:15:19 +0200207libosmo-abis (0.5.1) unstable; urgency=medium
208
209 [ Pau Espin Pedrol ]
210 * ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy
211 * ipaccess: Avoid using released line and bfd in ipaccess_fd_cb
212 * e1_input.c: Replace '.' in counter names with ':'
213
214 [ Stefan Sperling ]
215 * fix double-free/use-after-free of pointers in struct e1inp_line
216
217 [ Philipp Maier ]
218 * ortp: make sure the ortp scheduler is started
219 * ortp: reset rtp session on SSRC changes
220 * ortp: detect ssrc changes immediately
221 * ortp: enable scheduled mode on rtp socket creation
222 * Revert "ortp: make sure the ortp scheduler is started"
223 * Revert "ortp: enable scheduled mode on rtp socket creation"
224
225 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 18:15:18 +0200
226
Pau Espin Pedrol7b89f122018-05-03 16:12:04 +0200227libosmo-abis (0.5.0) unstable; urgency=medium
228
229 [ Max ]
230 * Use value string check from osmo-ci
231 * cosmetic: update ipaccess_bts_handle_ccm()
232 * IPA: log remote address
233
234 [ Neels Hofmeyr ]
235 * cosmetic: ipa.c: use msgb_dequeue(), drop local var
236 * jenkins: use osmo-clean-workspace.sh before and after build
237 * vty: skip installing cmds now always installed by default
238 * add --enable-sanitize config option
239 * configure: add --enable-werror
240 * jenkins.sh: use --enable-werror configure flag, not CFLAGS
241
242 [ Alexander Couzens ]
243 * debian/rules: show testsuite.log when tests are failing
244 * unixsocket: fix a potential string overflow
245
246 [ Harald Welte ]
247 * debian/copyright: fix upstream-name
248 * Add SPDX-License-Identifier to all source files
249 * Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES items
250 * debian/control: Fix Vcs-Browser
251
252 [ Pau Espin Pedrol ]
253 * contrib: jenkins.sh: Disable doxygen in libosmocore build
254 * e1_input.h: Remove dead declaration of unexistent API ipaccess_setup
255 * configure.ac: Fix condition check for RTP_SIGNAL_PTR_CAST define
256 * use osmo_init_logging2
257 * git-version-gen: Check first for new tag format
258
259 [ Stefan Sperling ]
260 * preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()
261
262 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:12:04 +0200
263
Max7f17b8c2017-08-25 16:09:48 +0200264libosmo-abis (0.4.0) unstable; urgency=medium
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200265
266 * Move forward towards a new release.
Max7f17b8c2017-08-25 16:09:48 +0200267 * libosmo-abis API change major: add parameter to struct
268 input_signal_data
269 * libosmo-trau API change major: add parameters to rx_cb()
270 callack in osmo_ortp.h
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200271
Max7f17b8c2017-08-25 16:09:48 +0200272 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Fri, 25 Aug 2017 16:09:46 +0200
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200273
274libosmo-abis (0.3.2) unstable; urgency=medium
Holger Hans Peter Freyther3cef39b2015-11-03 09:40:00 +0100275
276 * Bump so version to re-link libosmovty
277
278 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:42:01 +0100
279
280libosmo-abis (0.3.1) unstable; urgency=medium
Holger Hans Peter Freyther2f0dd0c2015-01-18 19:27:07 +0100281
282 * New upstream release of libosmo-abis
283
284 -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:26:40 +0100
285
Holger Hans Peter Freytherb6d28342014-09-08 07:29:50 +0200286libosmo-abis (0.3.0) unstable; urgency=medium
Holger Hans Peter Freytherecd0a362014-03-31 15:49:13 +0200287
288 * New upstream release of libosmo-abis
289
Holger Hans Peter Freytherb6d28342014-09-08 07:29:50 +0200290 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:39 +0200
291
292libosmo-abis (0.2.0) unstable; urgency=medium
293
294 * New upstream release of libosmo-abis
295
296 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:19 +0200
Holger Hans Peter Freytherecd0a362014-03-31 15:49:13 +0200297
298libosmo-abis (0.1.6) unstable; urgency=medium
Holger Hans Peter Freytherf6415ea2014-01-20 10:33:52 +0100299
300 * New upstream release of libosmo-abis
301
302 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 20 Jan 2014 10:33:36 +0100
303
Holger Hans Peter Freyther91de2d02013-12-12 11:47:39 +0100304libosmo-abis (0.1.5+git1) unstable; urgency=low
305
306 * Rebuild 0.1.5 with the right libosmocore depedency
307
308 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 12 Dec 2013 11:47:01 +0100
309
Holger Hans Peter Freyther2dfcd9e2012-11-06 13:34:34 +0100310libosmo-abis (0.1.4) unstable; urgency=low
311
312 * New upstream release
313
314 -- Holger Hans Peter Freyther <holger@freyther.de> Tue, 06 Nov 2012 13:33:45 +0100
315
Eric Butlerd11a5c12012-08-14 20:56:26 -0700316libosmo-abis (0.1.3+git3-1) precise; urgency=low
317
318 * Fix version issue.
319
320 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 20:50:50 -0700
321
Eric Butler91ffa2b2012-08-14 18:07:48 -0700322libosmo-abis (0.1.3+git3) precise; urgency=low
323
324 Created new Ubuntu package.
325
326 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 13:00:18 -0700