blob: bac901e7caac8a869cb295c93639b71586e621aa [file] [log] [blame]
Pau Espin Pedrol342a9a92023-02-07 16:58:42 +01001osmo-mgw (1.11.0) unstable; urgency=medium
2
3 [ Pau Espin Pedrol ]
4 * mgcp-client: Remove impossible code path
5 * mgcp_osmux: Drop duplicated conn_osmux_release_cid() in code path
6 * Use Osmux default port define from libosmo-netif
7 * osmux: Use new osmux APIs to let libosmo-netif alloc struct osmux_out_handle
8 * mgw: Fix osmux conn local IP selection
9 * cosmetic: osmux: Fix wrong indentation
10 * mgw: Use X-Osmux string define
11 * Add Osmux log category
12 * cosmetic: main: Properly format log_info_cat
13 * osmux: Use better name for function which may allocate a new struct
14 * osmux: Use osmo_sockaddr wherever possible
15 * osmux: Log refcounting of osmux_handle_list
16 * osmux: Fix memleak on error code path
17 * osmux: don't store conn ptr inside shared osmux_handle
18 * osmux: set log level of expected code path to INFO
19 * cosmetic: vty: Fix indentation whitespace
20 * osmux: Log sendto() error
21 * cosmetic: mgcp_conn.h: fix indentation whitespace
22 * osmux: Attach osmux to virtual trunk
23 * osmux: Clean up helper macro osmux_chunk_length()
24 * osmux: Get rid of static NULL talloc context
25 * Fix typo in ratectr description
26 * mgcp_conn: rename field s/rate_ctr_group/ctrg/g
27 * Use 'static const' instead of 'const static' everywhere
28 * osmux: Add connection and global rate counters
29 * cosmetic: osmux: Fix formatting of if-else brackets
30 * osmux: Rename field osmux usage policy and define it with proper type
31 * Use bool type instead of int in config field
32 * osmux: Support local CID != remote CID
33 * osmux: Fix incorrect rate_ctr_group used in mgcp_osmux.c
34 * osmux: Improve per-conn tx rate counters
35 * vty: show per-connection Osmux VTY stats
36 * osmux: Rename field s/init/initialized
37 * osmux: Allocate rate counters during initialization of osmux conn
38 * cosmetic: osmux: Drop extra empty line
39 * osmux: Drop unneeded comment block
40 * osmux: Lower log level when osmux batch received for unknown CID
41 * osmux: Keep decoding osmux pkt if a batch contains an unknown CID
42 * Allocate struct osmux_in_handle through new libosmo-netif APIs
43 * osmux: Drop logging of osmux internal counters
44 * osmux: cleanup misleading code calling rtp_bridge_cb
45 * osmux: Unify rtp_conn osmux type into a single type
46 * osmux: Match remote address in osmux_conn_lookup()
47 * osmux: Fill in from_addr in struct osmo_rtp_msg_ctx
48 * osmux: Log remote address upon rx of osmux pkt
49 * send_dummy: Use proper condition to test if conn is osmux
50 * Fix regression in detection of legacy dummy packets
51 * Use new libosmocore API osmo_sockaddr_is_any()
52 * Get rid of separate rtp_port field
53 * osmux: Use available API to check if remote end is known
54 * Add Osmux IPv6 support
55 * Clean up local var pointers in mgcp_get_local_addr()
56 * osmux: Change couple log lines to OSMUX category
57 * osmux: Add square brackets around IPv6 address to distinguish port in log line
58 * osmux: Drop unused role parameter
59 * osmux: cosmetic: Fix indentation
60 * Check once if remote addr is available when sending dummy packet
61 * osmux: Simplify and constify param passing
62 * osmux: Set conn->type during osmux_init_conn()
63 * osmux: Make conn_osmux_{allocate,release}_local_cid() APIs static
64 * osmux: Define osmux_dummy cfg as boolean
65 * osmux: Move setting OSMUX_STATE_DISABLED to initializer function
66 * osmux: Erase references to bsc-nat
67 * mgcp_conn_dump(): Separate dump for osmux and iuup connections
68 * osmux: Introduce osmux peer-behind-nat (on|off) and rework conn activation
69 * osmux: Clean up mgcp_config osmux fields
70 * cosmetic: Fix typo in comment
71 * mgcp-client: pool: Improve documentation of some internal fields
72 * mgcp-client: Avoid double iteration picking client from pool
73 * mgcp-client: Fix typo in internal function name
74 * mgcp-client: Rename internal field in mgcp_client_pool
75 * mgcp-client: Move & rename helper function outside of vty code
76 * mgcp-client: Create alloc() and free() internal APIs for mgcp_client_pool_member
77 * mgcp-client: Move internal API acting on mgcp_client_pool to the correct file section
78 * mgcp-client: Refactor reinit of mgcp clients
79 * mgcp-client: Rearrange order of structs and APIs in header
80 * mgcp-client: Rearrange internal backpointers
81 * mgcp-client: Introduce APIs to manually select mgcp_client from pool
82 * mgcp-client: vty: Write deprecation warning using non-mgw nodes
83 * mgcp-client: Use random free local port by default
84 * mgcp-client: Convert users supporting new MGW Pool VTY node during write-config
85 * mgcp-client: Introduce API mgcp_client_pool_config_write
86 * mgcp-client: Add new VTY commands under mgw node without mgw prefix
87 * mgcp-client: Fix 'mgw endpoint-range' command dropped from old VTY node
88 * mgcp-client: Refactor system keeping old users not calling mgcp_client_pool_config_write() working
89 * mgcp-client: Fix no 'mgw ' prefix written in old VTY node
90 * Fix misleading error log
91 * mgcp_send: Use mgcp_conn_rtp_is_iuup() helper
92 * cosmetic: Clarify and fix typos in comment
93 * mgw: Log unexpected RTP AMR OA-vs-BE payload
94 * Rename and move func checking if amr mode is explicitly configured
95 * mgw: rx_rtp(): reorder checks and handlings
96 * mgw: Rename s/mgcp_send_rtp/mgcp_conn_rtp_dispatch_rtp/
97 * osmux: Rename function and pass msgb directly to it
98 * osmux: Make sure RTP AMR feed to osmux is in octet-aligned mode
99 * Improve logging on AMR OA<->BWE conversion failure
100 * osmux: Rotate over available Osmux CID when allocating a new one
101 * osmux: Use new osmux_xfrm_input API to set name on each link
102 * iuup: Use osmo_amr_ft_valid() API
103
104 [ Vadim Yanitskiy ]
105 * libosmo-mgcp-client: add -no-undefined to *_la_LDFLAGS
106
107 [ Philipp Maier ]
108 * mgcp_e1: fix apidoc
109 * mgcp_network: improve coment
110
111 [ Max ]
112 * Set working directory in systemd service file
113 * Add realtime scheduling and set priority in service file
114 * ctrl: take both address and port from vty config
115
116 [ Harald Welte ]
117 * Make osmo_mgcpc_ep_fsm_pre_term() static
118 * Support building with -Werror=strict-prototypes / -Werror=old-style-definition
119 * Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
120 * update outdated vty copyright statement
121
122 [ Oliver Smith ]
123 * mgcp_client_pool.h: add missing stdbool include
124 * Fix various typos
125 * mgcp_client: add new clearmode codec
126
127 [ Neels Hofmeyr ]
128 * AMR->IuUP: do not crash on AMR data before IuUP Init
129 * AMR->IuUP: properly translate Q -> FQC
130 * IuUP->AMR: do not patch payload type a second time
131 * IuUP->AMR: log whether converting to AMR OA or BE
132 * AMR->IuUP: log conversion, like for the flipside
133
134 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 16:58:41 +0100
135
Pau Espin Pedrolcfef3682022-06-28 18:50:25 +0200136osmo-mgw (1.10.0) unstable; urgency=medium
137
138 [ Eric ]
139 * adjust mgcp response context
140 * rework message handling
141 * add a lock-free bounded spsc interthread queue
142 * clang-format: remove foreach macros
143 * fix mgcp_conn_free_all ubsan complaints
144
145 [ Philipp Maier ]
146 * configuration: point out difference between trunk-nr and e1 line nr
147 * mgcp_client: add new codec IUFP as VND.3GPP.IUFP
148 * mgcp_codec: do not differentiate between oa and bwe when comparing codec
149 * mgcp_network: do not try to convert RTCP packets
150 * mgcp_network: fix typo RTPC -> RTCP
151
152 [ Oliver Smith ]
153 * treewide: remove FSF address
154
155 [ Pau Espin Pedrol ]
156 * mgcp_network.c: Set proper CRC Header for ACK Initialization
157 * cosmetic: Rename variable payload=>payload_type
158 * mgcp_network.c: Fix byte alignment of CRC Header for ACK Initialization
159 * Define mgcp_rtp_end.output_enabled as bool
160 * cosmetic: mgcp_codec.c: Fix typo in comment
161 * Drop unneeded ax_check_compile_flag.m4
162 * Make function amr_is_octet_aligned publicly available
163 * Initial IuUP support using proper FSMs
164 * IuUP: Support RFCI ID != RFCI Index
165 * iuup: Fix caps in logging message
166 * iuup: Check for IuUP Initialization retrans
167
168 [ Alexander Couzens ]
169 * doc/overview: fix wrong project page link
170
171 [ Vadim Yanitskiy ]
172 * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
173 * libosmo-mgcp: e1: fix memleaks in e1_recv_cb()
174
175 [ Harald Welte ]
176 * update git URLs (git -> https; gitea)
177
178 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 18:50:25 +0200
179
Pau Espin Pedrol58dc88b2021-11-16 16:59:21 +0100180osmo-mgw (1.9.0) unstable; urgency=medium
181
182 [ Harald Welte ]
183 * TOS bits != DSCP
184 * manual: don't define fig-bsc twice
185 * switch from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()
186 * mgw: Add support for setting socket priority from VTY
187 * manual: Include QoS chapter and add osmo-mgw specific example
188
189 [ Keith ]
190 * Add vty command 'show mgcp active'
191 * Log some useful messages at ERROR/INFO instead of DEBUG
192
193 [ Neels Hofmeyr ]
194 * send DLCX only once
195 * tweak termination DLCX log msg
196 * add osmo_mgcpc_ep_ci_get_remote_rtp_info()
197 * check_rtp_destin(): clarify log msg
198 * mgcp_client_fsm delete: set mgcp_client as ctx, not NULL
199 * mgcp_client_endpoint_fsm: on term, still let conns wait for DLCX OK
200 * mgcp_client_fsm: add missing log_subsys
201 * mgcp_client: add logging on received MGCP messages
202
203 [ Philipp Maier ]
204 * mgcp_network: fix implicit address loopback
205 * mgcp_common, mgcp_udp_send: make parameter buf const
206 * mgcp_network: refactor MGCP_DUMMY_LOAD
207 * mgcp_client: drop nunnecessary else statement
208 * mgcp_client: fix error handling in mgcp message generation
209 * mgcp_protocol: fix loop that sends dummy RTP packets
210 * mgw_main: fix loop that resets all endpoints
211 * mgcp_trunk: drop ws line
212 * mgcp_ratectr: drop ws line
213 * mgcp_ratectr: fix sourcecode formatting
214 * mgcp_trunk: add value string for trunk type.
215 * mgcp_ratectr: refactor rate counter and set group name
216 * mgcp_protocol: forward declare mgcp_endpoint
217 * mgcp_endp: make wildcarded detection separate
218 * mgcp_protocol: refactor request handler array
219 * mgcp_trunk: use unsigned int instead of int as trunk_nr
220 * mgcp_protocol: refactor MGCP request handling
221 * mgcp_ratectr: add stats items to monitor trunk usage
222 * mgcp_msg: add trunk parameter to mgcp_check_param for logging
223 * mgcp_protocol: refactor function create_response_with_sdp
224 * mgcp_protocol: add support for wildcarded DLCX
225 * remove struct member wildcarded_req from struct mgcp_endpoint
226 * mgcp_lient: remove unsubstantial FIXME note
227 * mgcp_protocol: assert endp when it becomes mandatory
228 * mgcp_trunk: check MGW domain name earlier
229 * mgcp_ratectr: add stats items to monitor trunk usage
230 * mgcp_client: fix typo Initalize -> Initialize
231 * mgcp_protocol: get rid of policy_cb and change_cb
232 * mgcp_ratectr: do not set talloc destructor on library allocated item
233 * mgcp_client: allow to reset endpoints on startup
234 * mgcp_client_vty: remove unnecessary checks
235 * mgcp_client: do not print (null) when address is ANY
236 * mgcp_client: refactor function init_socket
237 * libosmo-mgcp-client: extend the mgcp_client for MGW pooling
238 * mgcp_client_vty: add missing docstrings
239 * mgcp_client_vty: add OSMO_ASSERT on pool parameter
240 * mgcp_client_vty: fix docstrings for mgw-pool
241 * mgcp_client_vty: cosmetic: doc string should terminated with \n
242 * mgcp_client_vty: fixing docstring
243 * mgcp_ratectr: remove unusued rate counters
244 * mgcp_client: fix typo in doxygen comment
245 * mgcp_client: add MGW name as logging context
246
247 [ Pau Espin Pedrol ]
248 * Use new stat item/ctr getter APIs
249 * constify arg in addr_is_any()
250 * Define patch_ssrc as bool type
251 * constify some function arg pointers
252 * mgcp_network.c: Reorder some functions in file
253 * mgcp_send_dummy: Check RTP destination is available before attempt tx
254 * mgw: rx CRCX: Avoid sending dummy rtp if remote address not provided
255 * Fail rx MDCX sendrecv with invalid remote addr
256 * Take into account Marker bit when patching RTP stream
257 * Use DLMGCP instead of DLGLOBAL in log lines
258 * Fix attribute parsing on gcc 11.1.0
259
260 [ neels ]
261 * Revert "mgcp_ratectr: add stats items to monitor trunk usage"
262
263 [ Daniel Willmann ]
264 * contrib/jenkins: Use ASAN for osmo-mgw
265
266 [ Oliver Smith ]
267 * mgcp_client_vty: add missing NO_STR
268 * Revert "Turn some compiler warnings into errors"
269
270 [ Eric ]
271 * add vscode stuff to gitignore
272 * configure.ac: fix maybe-uninitialized for clang
273 * fix missing includes and forward declarations
274 * rename do_retransmission
275 * mgcp_sdp: fix potential leak
276 * stats: make sanitizers happy
277 * libosmo-mgcp: cleanup audio codex alloc
278 * libosmo-mgcp: atomic rate counter group indexes
279 * libosmo-mgcp: do not use the default msgb talloc context
280 * globally lock the portrange when trying to grab a port to prep for multithreading
281 * embed strings into structs
282 * adjust talloc context
283 * endp: do not cache cfg pointer
284 * add modified .clang-format
285 * rename strip_epname and find_specific_endpoint and make them available
286 * fix mgcp_conn_free_all
287 * fix up some docstrings that lost their dot
288
289 [ Vadim Yanitskiy ]
290 * libosmo-mgcp: use OSMO_STRLCPY_ARRAY in mgcp_codec_add()
291
292 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 16:59:21 +0100
293
Harald Welte9ffaba72021-02-24 10:56:17 +0100294osmo-mgw (1.8.1) unstable; urgency=medium
295
296 * attempt to fix RPM spec file after recent soversion bump
297
298 -- Harald Welte <laforge@osmocom.org> Wed, 24 Feb 2021 10:56:17 +0100
299
Pau Espin Pedrol6ccdaa22021-02-23 18:28:45 +0100300osmo-mgw (1.8.0) unstable; urgency=medium
301
302 [ Harald Welte ]
303 * Fix number of endpoints of default trunk
304 * Add CTRL interface to osmo-mgw
305 * Update per-trunk global packet/byte counters in real-time
306 * remove accidential TODO-RELEASE entry
307 * mgcp_protocol: Avoid code duplication between virtual + other trunks
308 * osmo-mgw.spec.in: Use %config(noreplace) to retain current config file
309 * mgcp_client_init(): consider "talloc returns NULL" case
310 * mgcp_client_pending_add(): Consider "talloc returns NULL" case
311 * libosmo-mgcp-client: fix memleak in case if no response is received
312 * debian/control + SPEC: Add missing build dependency to libosmo-abis
313 * osmo-mgw.spec.in: Fix dependency to libosmoabis
314 * osmo-mgw.spec.in: Add missing dependency to libosmotrau
315 * Add example osmo-mgw configuration file for Abis/E1
316 * use osmo_fd_setup() whenever applicable
317
318 [ Neels Hofmeyr ]
319 * fix vty dump_trunk: start from zero, do not omit first CONN
320 * allow larger MGCP client wqueue: 10 -> 1024
321 * add osmo-mgw --vty-ref-xml: dump VTY ref XML to stdout
322 * manuals: generate vty reference xml at build time
323 * refactor: use msgb to receive, pass and send RTP packets
324 * change timer T2427001 to X2427
325
326 [ Philipp Maier ]
327 * doc: do not bind osmo-mgw to random ip-address
328 * cosmetic: remove excess newlines
329 * mgcp: remove unused callback pointer
330 * mgcp: find better locations for LOGPCONN and LOGPENDP
331 * vty: fix unreachable code (error msg on trunk alloc fail)
332 * mgcp_vty: fix indentation
333 * osmo-mgw: rename struct mgcp_trunk_config and symbol tcfg
334 * mgcp_vty: fix indentation in VTY config write
335 * osmo-mgw: refactor endpoint and trunk handling
336 * mgcp_trunk: remove audio_name and audio_payload
337 * ratectr: move rate counter definitions into mgcp_ratectr.h
338 * cosmetic: fix doxygen
339 * cosmetic: fix doxygen
340 * cosmetic: fix doxygen for mgcp_cleanup_rtp_bridge_cb()
341 * trunk: get rid of virt_trunk pointer
342 * cosmetic: remove excess space
343 * endp: move endpoint name generation into mgcp_endp.c
344 * endp: add name generator function for E1 endpoints
345 * mgcp_client: add docstring for mgcp_client_rtpbridge_wildcard()
346 * mgcp_trunk: fix docstring for mgcp_trunk_alloc()
347 * mgcp_osmux: remove unused define constants
348 * mgcp_trunk: move enum mgcp_trunk_type to mgcp_trunk.h
349 * mgcp_trunk: use enum type for trunk type variable
350 * trunk: parse E1 trunk number
351 * endp: add typeset for e1-endpoints
352 * mgcp_conn: move struct mgcp_conn mgcp_conn.h
353 * mgcp_internal: remove forward declaration struct mgcp_endpoint_type
354 * endp: add E1 endpoint interlocking
355 * endp: require domain name also for E1 endpoints
356 * mgcp_trunk: pick trunk by number and type
357 * mgcp_client: add function to generate e1-endpoint names
358 * mgcp_endp: use define constant to define max number of E1 subslots
359 * mgcp_endp.c: cosmetic: fix sourcecode formatting
360 * mgcp_trunk: remove double check
361 * mgcp_test: do not access endpoint array elements directly
362 * mgcp_vty: fix endpoint number configuration
363 * mgcp_test: remove trunk2 from unit-test
364 * mgcp_trunk: use talloc_zero_array instead of _talloc_zero_array
365 * mgcp_protocol: remove unused variable
366 * mgcp_e1: finish E1 support, add E1 support from libosmoabis
367 * get rid of mgcp_internal.h
368 * mgcp_ratectr: fix comments in header file
369 * mgcp_e1: use return value of e1inp_line_update()
370 * mgcp_protocol: log when endpoint is unavailable
371 * cosmetic: add missing new-line
372 * mgcp_trunk: drop "trunk 0" limitation
373 * mgcp_e1: make E1 ts initalization more debugable
374 * mgcp_e1: remove unused struct member trunk->e1.line
375 * mgcp_endp: use NUM_E1_TS from e1_input.h
376 * mgcp_trunk: increase default number of virtual endpoints
377 * cosmetic: mgcp_client_fsm: change error message.
378 * mgcp_vty: remove remains of loopback functionality
379 * mgcp_vty: deprecate bind early command
380 * mgcp_e1: do not expose function mgcp_e1_init()
381 * mgcp_vty: add user attributes to configuration commands
382 * overview: update section limitations.
383 * overview: fix graph "OsmoMGW used with OsmoBSC"
384 * overview: fix graph "OsmoMGW used with OsmoMSC"
385 * overview: add graph to show E1 integration
386 * configuration: remove hint towards trunk 0 limit
387 * configuration: drop note about lackin E1 support
388 * configuration: add note that changes to trunks need a restart
389 * mgcp_vty: fix config write for trunk 0
390 * mgcp_vty: add missing VTY commands for E1 trunks
391 * mgcp_trunk: get rid of magic numbers for E1 slots
392 * configuration: add section about E1 trunks
393 * usermanual: add chapter about mgcp endpoints
394 * mgcp_client: get rid of magic numbers for E1 slots
395
396 [ Eric ]
397 * tests: dlopen does not imply availability of dlsym..
398 * configure.ac: fix libtool issue with clang and sanitizer
399
400 [ Alexander Chemeris ]
401 * vty: Prepend VTY output of counters for better visual separation.
402 * counters: Implement more useful counters.
403 * mgcp_network: Fix a typo in the comment bahviour -> behaviour
404 * rtp_bridge: Demote a chatty ERROR log message to DEBUG level.
405
406 [ Pau Espin Pedrol ]
407 * Use OSMO_FD_* instead of deprecated BSC_FD_*
408 * Support setting rt-prio and cpu-affinity mask through VTY
409 * cosmetic: Rename main talloc ctx
410 * mgcp-client: Support IPv6 in osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr() implementation
411 * mgcp-client: Fix trailing whitespace in mgcp_client_fsm.h
412 * mgcp_client: Use INET6_ADDRSTRLEN to store addresses in str format
413 * mgcp_client: Allow submitting and parsing IPv6 addr in SDP
414 * mgcp_client: Allow setting IPv6 addresses
415 * mgcp_client: Make MGCP_CLIENT_LOCAL_ADDR_DEFAULT IPv6 compatible
416 * mgcp_client: Support validating IPv6 addresses in CRCX and MDCX commands
417 * mgcp_client: Deprecate unused IPv4-only API
418 * mgcp_client: copy back Connection Information from MDCX ACK
419 * mgw: Fix mgcp_rtp_end field description comment
420 * mgw: Initial IPv6 support
421 * mgw: Introduce VTY cmd 'rtp bind-ip-v6' command
422 * mgw: Find and store RTP conn local_addr once during CRCX handling
423 * mgw: Announce and rebind new local address if change required during MDCX
424 * mgw: osmux: Avoid sending packets on recvonly connection
425 * mgw: Release endpoint after last conn times out
426 * mgw: osmux: Fix conn watchdog timeout not updated
427 * mgw: Don't be case-sensitive when parsing X-Osmo-IGN param
428 * cosmetic: Fix typo in comment
429 * mgw: Avoid logging notice message each time we receive nt param in LCO
430 * mgw: Fix return value documentation for API mgcp_verify_call_id
431 * cosmetic: Fix typo in comment
432 * contrib/jenkins: Enable parallel make in make distcheck
433 * .gitignore: Ignore new autofoo tmp files
434 * tests: Replace deprecated API log_set_print_filename
435
436 [ Oliver Smith ]
437 * contrib: import RPM spec
438 * contrib: integrate RPM spec
439 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
440 * contrib/jenkins: don't build osmo-gsm-manuals
441 * configure.ac: set -std=gnu11
442
443 [ Vadim Yanitskiy ]
444 * libosmo-mgcp-client: fix use-after-free in mgcp_client_tx()
445 * libosmo-mgcp-client: fix use-after-free in mgcp_msg_gen()
446 * libosmo-mgcp: fix unsigned compared against 0 in mgcp_trunk_by_name()
447 * libosmo-mgcp: fix unused extra argument to printf() in add_fmtp()
448 * libosmo-mgcp: always check result of msgb_printf() in add_fmtp()
449 * libosmo-mgcp-client: mgcp_client_tx(): return rc on error
450 * debian/control: change maintainer to the Osmocom team / mailing list
451 * vty: use install_lib_element() and install_lib_element_ve()
452 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
453 * fixup mgcp_trunk: increase default number of virtual endpoints
454
455 [ Alexander Couzens ]
456 * configure.ac: require libosmoabis + libosmotrau >= 1.0.0
457
458 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 18:28:45 +0100
459
Pau Espin Pedrolec450682020-01-03 13:35:10 +0100460osmo-mgw (1.7.0) unstable; urgency=medium
461
462 [ Neels Hofmeyr ]
463 * rename codecs_cmp() to codecs_same()
464 * mgcp_codec: constify 'param' arg
465 * fix crashes: don't assert on incoming RTP packet size
466 * mgcp_send(): stop looping on conversion error
467 * mgcp_codec: split codec_free() off of codec_init()
468 * fix memleak: actually free strings in mgcp_codec_reset_all()
469 * mgcp_test: extend / rewrite test_mgcp_codec_pt_translate()
470 * test_mgcp_codec_pt_translate(): more tests
471 * differentiate AMR octet-aligned=0 vs =1
472 * ptmap: implicitly match '/8000' and '/8000/1'
473 * mgcp_codec: codec_set(): log about all possible errors
474 * mgcp_codec_add: fix audio_name size check
475 * explicitly free codecs in mgcp_rtp_conn_cleanup()
476 * tweak mgcp_parse_audio_ptime_rtpmap()
477 * SDP: store all ptmap entries
478 * mgcp_client_fsm cleanup: Do not assert on DLCX failure
479 * clear pending requests on MGCP failure
480 * client: endp fsm: add notify struct, prep for cancel-notify
481 * client: endp fsm: clear ci[] before dispatching DLCX success
482 * client: endp fsm: allow cancelling a notify event
483 * client: endp fsm: add osmo_mgcpc_ep_ci_ep()
484 * accept MGCP without SDP
485 * fix use-after-free: require new fsm deferred dealloc, check for term
486
487 [ Pau Espin Pedrol ]
488 * mgcp_test: Correctly release all endpoints allocated
489 * mgw: Allocate mgcp_conn instance under tcfg->endpoints
490
491 [ Harald Welte ]
492 * manual: Fix copy+paste error
493 * mgcp_client: Check for osmo_fsm_register() error return value
494 * Move fsm_mgcp_client regstration to __attribute__((contructor))
495 * exit(2) on unsupported positional arguments on command line
496
497 [ Oliver Smith ]
498 * osmoappdesc.py: switch to python 3
499
500 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 13:35:09 +0100
501
Pau Espin Pedrol50e52e42019-08-07 16:52:58 +0200502osmo-mgw (1.6.0) unstable; urgency=medium
503
504 [ Oliver Smith ]
505 * Cosmetic: fix spaces/tabs in mgcp_requests[]
506 * Inactive connection cleanup (disabled by default)
507 * debian: create -doc subpackage with pdf manuals
508 * vty: allow 0 as conn-timeout to disable it
509 * vty: update desc of conn-timeout
510 * manuals: update VTY documentation
511 * "make dist" fix for: no rule to make mgcp_common.h
512 * contrib/jenkins.sh: run "make maintainer-clean"
513
514 [ Philipp Maier ]
515 * Add option to GSM HR frames to RFC5593 representation
516 * mgcp_sdp: cosmetic: correct typo in comment
517 * mgco_client: cosmetic: remove excess whitespace
518 * mgcp_sdp: mgcp_sdp.c does not include own header file
519 * mgcp_sdp: untangle parsing of a= parameters
520 * mgcp_network: use mgcp_rtp_codec in downlink format callback
521 * AMR: Add function to convert between bw-effient and octet aligned mode
522
523 [ Neels Hofmeyr ]
524 * log: don't spam with "can not patch PT" messages
525 * mgcp client: allow setting conn mode for CRCX and MDCX
526 * make codec_table public as osmo_mgcpc_codec_names
527 * move MGW endpoint FSM from osmo-bsc to here
528 * fix: multiple initial CRCX
529 * constify map_codec_to_pt() ptmap arg
530
531 [ Pau Espin Pedrol ]
532 * mgcp-client: whitespace cleanup in mgcp_client.c
533 * mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcard
534 * libosmo-mgcp: Use trunk type during endpoint allocation
535 * cosmetic: Fix typos in comment
536 * cosmetic: tests: mgcp_client_test: clean trailing whitespace
537 * mgcp_msg: Log faulty line on Osmux parsing error
538 * cosmetic: handle_modify_con: Fix indentation level
539 * Introduce log fmt helpers LOGPENDP and LOGPCONN
540 * create_response_with_sdp: Fix inclusion of X-Osmux
541 * osmux: Cleanup of CID alloc pool APIs
542 * mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return check
543 * osmux: Log osmux socket during osmux_init
544 * mgcp-cli: Change osmo_mgcpc_ep_fsm name to avoid collision with old osmo-bsc
545 * osmux: Document func and return different rc upon osmux init failure
546 * osmux: Fix reception of legacy dummy payloads
547 * osmux: Use LOGPCONN in several log calls
548 * cosmetic: mgcp_udp_send: Document port param is in network byte order
549 * cosmetic: osmux: Document network byte order in port variable
550 * vty: Allow enabling Osmux
551 * osmux: Allocate CID during CRCX
552 * osmux: Introduce mgcp_conn_rtp_is_osmux() helper
553 * osmux: Mark conn_rtp->type as osmux during CRCX
554 * mgcp-cli: Allow submitting X-Osmux on CRCX request
555 * mgcp-cli: Parse X-Osmux on CRCX response
556 * osmux: Handle Osmux MGCP extension in MDCX messages
557 * mgcp-cli: Allow submitting X-Osmux on MDCX request
558 * mgcp-cli: Parse X-Osmux on MDCX response
559 * osmux: Drop unneeded OSMUX_STATE_NEGOTIATING
560 * mgcp-cli: endpoint_fsm: Add API to retrieve Osmux CID from MGW
561 * osmux: Provide correct local port during mgcp resp
562 * osmux: Use remote port to send osmux frames
563 * osmux: Improve logging around osmux enabling events
564 * osmux: Delay osmux enable of conn until remote addr is configured by MDCX
565 * osmux: Redo read/write osmux glue code to have data routed correctly
566 * mgw, mgcp-li: Handle X-Osmux param name as case insensitive
567 * osmux: Use DUMMY ft msg as per Osmux spec
568 * osmux: Fix loopback for Osmux connections
569 * osmux: Fix CID release for non-enabled connections
570 * osmux: Fix hardcoded rtp payload_type 98 in osmux conn
571 * mgcp-cli: Validate osmux cid value during mgcp_msg_gen
572 * mgw: Support uppercase LCO options
573 * mgw: Support lowercase header parameters
574 * mgcp-cli: Support lowercase header parameters
575 * mgw: Support receiving uppercase connection mode
576 * mgw: Support receiving lowercase LCO codec
577 * mgw: Make check of duplicated LCO fields case insensitive
578 * mgw: Allow receiving lowercase MGCP header keyword
579 * mgw: Allow receiving lowercase X-Osmo-Ign Callid field
580 * mgw: Allow receiving uppercase noanswer keyword
581 * doc: X-Osmo-IGN: small formatting and typo fixes
582 * doc: Add Osmux documentation to OsmoMGW User Manual
583 * Catch unsigned integer MGCP parsing errors with strtoul
584 * Fix return variable of strtoul()
585 * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
586 * configure.ac: Require libosmo-netif 0.6.0
587
588 [ Alexander Couzens ]
589 * mgcp_internal: LOGPENDP: ensure *endp is not NULL
590
591 [ Harald Welte ]
592 * handle NULL return of rate_ctr_group_alloc()
593 * update .gitignore
594 * mgcp_sdp: Don't check if an unsigned int is below 0
595
596 [ Vadim Yanitskiy ]
597 * configure.ac: drop useless check for -fvisibility=hidden
598
599 [ Daniel Willmann ]
600 * manuals: Add script to regenerate vty/counter documentation
601 * manuals: Update vty/counter documentation
602
603 [ Hoernchen ]
604 * turn -Werror=null-dereference into a warning
605
606 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 16:52:58 +0200
607
Harald Weltee81c1172019-01-20 15:02:19 +0100608osmo-mgw (1.5.0) unstable; urgency=medium
609
610 [ Pau Espin Pedrol ]
611 * gitignore: Filter *.pc
612 * configure: Find correct libgsm's gsm.h header
613 * vty: Fix typo writing bts-jitter-buffer-delay-{min,max}
614 * Remove libosmo-legacy-mgcp and osmo-bsc-mgcp
615 * debian: Remove dangling symlink to osmo-bsc-mgcp.service
616 * Install systemd services with autotools
617 * Install sample cfg file to /etc/osmocom
618 * mgcp: Fix osmux_cid_bitmap static array size calculation
619 * mgcp_osmux: Use define to calculate rtp_ssrc_winlen
620 * osmux: Avoid initing output without enabling osmux
621 * mgcp: Log endpoint nr consistently as hex
622 * osmux_send_dummy: Avoid logging incorrectly and sending if osmux not enabled
623 * osmux: Don't process regular osmux frames if disabled by cfg
624 * osmux: Move parse_cid of legacy dummy frames to own function
625 * osmux: Make func handling dummy frames independent of endp type
626 * osmux: allow enabling osmux only on correct activating state
627 * osmux: Improve checks around activating and using enabled osmux
628 * osmux.h: Document enum osmux_state
629 * osmux: Avoid processing further frames if conn not found
630
631 [ Philipp Maier ]
632 * mgcp_client_fsm: allow ptmap in mgcp_client_fsm as well
633 * mgcp_network: translate payload type numbers in RTP packets
634 * mgcp_client: use IETF source port as for MGCP
635 * mgcp_client: increment local port number when port is in use
636 * mgcp_test: release endpoints after use
637 * network: do not patch PT of RTCP packets
638 * network: check packets before further processing
639 * Cosmetic: remove misplaced line break
640 * mgcp_sdp: restructure mgcp_write_response_sdp() (rtpmap)
641 * mgcp_sdp: restructure mgcp_write_response_sdp() (audio)
642 * mgcp_client: check local port only once
643 * mgcp_client_fsm: switch to MGCP_CONN_RECV_SEND in add_audio()
644 * mgcp_protocol: increase buffer space for codec name in LCO
645 * osmo-mgw: Add vty reference manual
646
647 [ Neels Hofmeyr ]
648 * fix handling of "Wrong domain name" error
649 * interpret domain '*' as 'allow any domain'
650 * cosmetic: log: fix "CallIDs does not match"
651 * fix 3G hack: allow any IP for loopback and 0.0.0.0
652 * cosmetic: drop code dup in mgcp_client_fsm.c CRCX
653 * add X-Osmo-IGN MGCP header to ignore CallID
654 * X-Osmo-IGN: rather parse items by token, not char
655 * mgcp_test: fix log of conn_id presence
656 * mgcp_test: fix get_conn_id_from_response() CI length
657 * mgcp_client_test: cosmetically re-arrange reply_to() args
658 * mgcp_client_test: use "\r\n\r\n" instead of "\n\n"
659 * mgcp_client_test: also verify received conn_id
660 * mgcp_client_test: test long conn_id
661 * mgcp_client: error on too long conn id
662 * mgcp_common: rename to MGCP_CONN_ID_MAXLEN
663 * doc: fix mgcp_verify_ci() return val doc
664 * mgcp_verify_ci(): return meaningful error codes
665 * fix mgcp_verify_ci(): off-by-one in max len check
666 * generate shorter 'I:' conn IDs
667 * mgcp_conn_get(): compare conn Id ('I:') case insensitively
668 * mgcp_conn_get(): match conn Id ('I:') despite leading zeros
669 * cosmetic: mgcp_test: fix get_conn_id_from_response()
670 * comment: indicate struct type for mgcp_endpoint.conns
671 * log: avoid logging early media as error
672 * fix osmo-mgw -s; fixes osmo-mgw.service using -s
673 * Importing history from osmo-gsm-manuals.git
674 * OsmoMGW: update VTY reference
675 * OsmoMGW: document the 'X-Osmo-IGN' MGCP extension
676 * mgw: update vty reference
677 * drop/replace very weird logging in mgcp_client.c
678 * check_rtp: on IP:port errors, log the IP and port
679 * osmo-mgw: err-log: include expected domain name
680 * mgcp_client_vty: fix missing talloc_free
681 * mgcp_client: drop a bunch of dead code
682 * mgcp_client: logging tweaks
683 * mgcp_client: make domain part of endpoint configurable
684 * mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR}
685
686 [ Stefan Sperling ]
687 * add VTY commands which show specific mgcp endpoints
688 * add MGCP CRCX command statistics to osmo-mgw
689 * show RTP TX/RX stats in 'mgcp show stats' output
690 * use local variable for rate counters in handle_create_con()
691 * add more mgcp crxc error counters
692 * add MDCX command statistics to osmo-mgw
693 * add aggregated rtp connection stats to osmo-mgw
694 * add DLCX command statistics to osmo-mgw
695
696 [ Harald Welte ]
697 * debian/rules: Don't overwrite .tarball-version
698 * check_rtp_origin(): Don't memcmp sockadd_in and in_addr
699 * check_rtp_origin(): Avoid using memcmp for comparing integer types
700 * vty-ref: Update URI of docbook 5.0 schema
701
702 [ Daniel Willmann ]
703 * mgw: Add new VTY reference
704 * Add initial OsmoMGW manual
705
706 [ Oliver Smith ]
707 * build manuals moved here from osmo-gsm-manuals.git
708 * jenkins.sh: remove leftover MGCP env variable
709 * Fix DISTCHECK_CONFIGURE_FLAGS override
710 * contrib/jenkins.sh: build and publish manuals
711 * contrib: fix makedistcheck with disabled systemd
712
713 -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 15:02:18 +0100
714
Pau Espin Pedrol304b3eb2018-07-27 19:05:23 +0200715osmo-mgw (1.4.0) unstable; urgency=medium
716
717 [ Philipp Maier ]
718 * network: independently initalize state->out_stream
719 * stats: use libosmocore rate counter for in/out_stream.err_ts_counter
720 * mgcp_sdp: correct apidoc of mgcp_parse_sdp_data
721 * vty: clean up rtp port-range command
722 * sdp: remove unused alt_codec field from struct mgcp_rtp_end
723 * sdp: remove circular inclusion
724 * protocol: Try whole port range on port allocation
725 * client: do not start connections in loopback mode
726 * mgcp_network: do not log destination invalid ip/port as error
727 * cosmetic: fix log output
728 * conn: call talloc_free before setting the pointer to NULL
729 * protocol: do not change LCO, when no LCO are present
730 * protocol: reject illegal lco options
731 * cosmetic: fix typo
732 * mgw: clean up codec negotiation (sdp)
733 * client: add features to generate and parse codec information
734 * mgcp_internal: remove unused struct member
735 * stats: replace packet statistic counters with libosmocore rate counters
736 * stat+vty: fix printing of rate counter values
737 * protocol: prevent unnecessary null pointer deref
738
739 [ Pau Espin Pedrol ]
740 * legacy-mgcp: Add jitter buffer on the uplink receiver
741 * legacy-mgcp: switch to new osmux output APIs
742 * mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_nat
743 * mgcp: switch to new osmux output APIs
744 * debian: Package installed example doc files
745 * gitignore: Add m4 scripts from m4 subdir
746
747 [ Neels Hofmeyr ]
748 * api doc: fix parameter name for mgcp_conn_create()
749 * mgcp-client: add mgcp_conn_get_ci()
750 * mgcp_client_fsm: improve error logging
751 * cosmetic: fix doxygen comment markers
752 * cosmetic: mgcp_network.c: merge one LOGPC to its preceding LOGP
753 * IuUP hack: make RTP patching less general
754
755 [ Harald Welte ]
756 * cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'
757
758 [ Daniel Willmann ]
759 * git-version-gen: Don't check for .git directory
760
761 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 19:05:22 +0200
762
Pau Espin Pedrold761d352018-05-03 17:40:35 +0200763osmo-mgw (1.3.0) unstable; urgency=medium
764
765 [ Pau Espin Pedrol ]
766 * contrib: Add osmo-mgw systemd service
767 * legacy: mgcp_protocol: Don't print osmux stats if it is off
768 * mgcp_stat: Don't print osmux stats if it is off
769
770 [ Neels Hofmeyr ]
771 * fix segfault: DLCX for unknown endpoint: dont try to log NULL endpoint
772 * MGCP endpoints: parse as decimal, not hex
773 * add --enable-sanitize config option
774 * legacy_mgcp: mgcp_test: sanitize: free msgb_ctx
775 * mgcp_test: test_packet_error_detection: sanitize: free all conns
776 * mgcp_test: test_no_cycle: sanitize: free endp
777 * mgcp_test: sanitize: free msgb_ctx
778 * mgcp_client: don't configure "bts base"
779 * Revert "mgcp_client: don't configure "bts base"" until osmo-msc is ready
780 * mgcp_client: add transaction cleanup
781 * mgcp_client_test makefile: add update_exp target
782 * cosmetic: mgcp_network: typo in log
783 * osmo-mgw: Add talloc context introspection via VTY
784 * mgcp_client: show failure by MGCP SDP section parsing test
785 * mgcp_client: cosmetic: clean up SDP params parsing
786 * mgcp_client: detect SDP section-start parsing errors
787 * compiler warning: ignore deprecated in mgcp_client_test.c
788 * configure: add --enable-werror
789 * jenkins.sh: add --enable-werror to configure flags
790 * cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitions
791 * use osmo_init_logging2() with proper talloc ctx
792
793 [ Philipp Maier ]
794 * osmux: fix nullpointer dereference
795 * cosmetic: guard dead osmux vty code with ifdef
796 * cosmetic: remove prefix "net" from rtp related vty commands
797 * doc: update sample config file
798 * cosmetic: use correct VTY port number constant
799 * vty: simplify endpoint allocation
800 * vty: do not change number_endpoints at runtime
801 * MGCP: Connection Identifiers are hex strings
802 * libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA
803 * client: use osmo_strlcpy instead of strncpy
804 * cosmetic: fix sourcecode formatting
805 * cosmetic: clearly mark endpoint numbers as hex
806 * client: use string as connection identifier
807 * conn: remove assertions
808 * mgcp_test: fix wrong strcmp() parameters
809 * mgcp_test: fix nullpointer dereference
810 * mgcp_test: add returncode check
811 * mgcp_test: fix possible double free
812 * mcgp_client: mgcp_msg_gen(): add checks to verify params
813 * network: use originating RTP packet address for loopback
814 * client: mgcp_response_parse_params: check rtp port
815 * mgcp: allow endpoints beginning from zero
816 * client/common: move constant MGCP_ENDPOINT_MAXLEN
817 * mgcp: make domain name configurable
818 * cosmetic: protocol: remove unnecessary nul termination
819 * client: do not insist on \n\n when parsing MGCP messages
820 * main: display mgcp ip/port
821 * client: make callid in MDCX mandatory
822 * client: add missing mandatory SDP fields
823 * mgcp: permit wildcarded endpoint assignment (CRCX)
824 * mgcp: add prefix to virtual trunk
825 * client: eliminate destructive parameter parsing
826 * client: eliminate destructive head parsing
827 * cosmetic: client: add doxygen comments
828 * protocol: fix problem with line break and OSMUX
829 * protocol: fix missing carriage return
830 * client: fix sdp parameter ordering
831 * protocol: check the packetization in local cx options
832 * cosmetic: remove spaces from pointer symbol
833 * client: Do not accept endpoint ids with wildcards in responses
834 * client: do not accept endpoint ids without @ character in responses
835 * client: prohibit endpoint ids without @ character
836 * protocol: on wildcarded CRCX return endpoint number as hex
837 * msg: fix response code on exhausted endp resources
838 * cosmetic: move mgcp_release_endp() to mgcp_ep.c
839 * client: use heap to store mgcp_response
840 * ep: move endpoint struct and define to mgcp_ep.h
841 * cosmetic: rename mgcp_release_endp to mgcp_endp_release
842 * cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h
843 * protocol: reject DLCX/CRCX/MDCX on unsupported parameters
844 * protocol: exit cleanly when local cx options check fails
845 * cosmetic: Add missing \n on log line
846 * protocol: check requested connection mode
847 * protocol: fix tagging of wildcarded requests
848 * protocol: prohibit wildcarded requests for MDCX and DLCX
849 * mgcp: fix use-after-free and add callback for endpoint cleanup
850 * client: add an optional FSM interface
851 * mgcp_client_fsm: Add FSM event names
852 * cosmetic: mgcp_client_fsm: rename enums
853 * cosmetic: rename function .._conn_reset() to .._conn_init()
854 * mgcp_conn: do not touch u.rtp in mgcp_conn_alloc()
855 * cosmetic: rename .._codec_reset() to .._codec_init()
856 * mgcp_conn: add function mgcp_rtp_conn_cleanup()
857 * stats: use libosmocore rate counter for in/out_stream.err_ts_counter
858
859 [ Alexander Couzens ]
860 * debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1
861 * debian: include systemd service osmo-mgw.service
862 * Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter"
863
864 [ Harald Welte ]
865 * cosmetic: fix whitespaces; we use tabs for indentation
866 * Fix possible buffer overflow in mgcp_conn_dump()
867 * osmo-mgw: Update copyright statement
868 * osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfg
869 * osmo-mgw: Fix copyright notice
870 * strct mgcp_rtp_state: Group + document struct members related to patching
871 * mgcp_rtp_state: grup 'stats' members into sub-structure
872 * mgcp_rtp_end: Group statistics members into 'stats' sub-struct
873 * libosmo-mgcp: Cosmetic spelling fixes in comments
874 * mgcp_msg: We must parse endpoint numbers as hex, not decimal!
875 * mgcp_internal.h: document more struct members with comments
876 * centralize handling of common errors like "endpoint not found"
877 * Return proper MGCP Error codes, as per spec
878 * osmo-mgw: Use libosmocore socket abstraction
879 * osmo-bsc_mgcp: Add LIBOSMONETIF_{CFLAGS,LIBS}
880 * libosmo-mgcp-client is GPLv2+, not AGPLv3+
881 * Turn libosmo-mgcp into local, non-installed library
882
883 [ Stefan Sperling ]
884 * enable osmo_fsm vty commands in libosmo-mgcp-client vty
885
886 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 17:40:35 +0200
887
Harald Weltee7d27ae2017-11-10 11:21:40 +0900888osmo-mgw (1.2.0) unstable; urgency=medium
889
890 [ Neels Hofmeyr ]
891 * jenkins: use osmo-clean-workspace.sh before and after build
892 * vty: skip installing cmds now always installed by default
893 * mgcp-client vty: use name 'mgw' instead of 'mgcpgw'
894 * mgcp client: vty: tweak doc strings
895
896 [ Philipp Maier ]
897 * sdp: refactoring sdp parser/generator
898 * cosmetic: rename bts_codec to codec_str
899 * cosmetic: fix coding style for mgcp_parse_sdp_data()
900 * cosmetic: fix commenting style
901 * cosmetic: correct whitespaces
902 * client: fix stderror logging in unit-test
903 * client: add unified function to generate MGCP messages
904 * client: add ip address parsing to the client
905 * protocol: allow wildcarded DLCX
906 * mgcp: remove port/timeslot calculator functions from mgcp.h
907 * network: add separate log category
908 * cosmetic: make dummy packet handling more explicit
909 * network: autdetect rtp bind ip-address
910 * network: fix rtp packet length
911 * network: remove unused return code
912
913 [ Pau Espin Pedrol ]
914 * mgcp_client_vty.c: Fix VTY compatibility with 'mgcpgw bts-base'
915
916 -- Harald Welte <laforge@gnumonks.org> Fri, 10 Nov 2017 11:10:23 +0900
917
Harald Welte1ae2d5e2017-10-28 12:48:42 +0200918osmo-mgw (1.1.0) unstable; urgency=medium
919
920 * New upstream release
921
922 -- Harald Welte <lafore@gnumonks.org> Sat, 28 Oct 2017 12:48:41 +0200
923
Maxf19acc92017-09-14 18:35:06 +0200924osmo-mgw (1.0.2) unstable; urgency=low
925
926 * First release after major rename.
927
928 -- Max Suraev <msuraev@sysmocom.de> Thu, 14 Sep 2017 18:41:05 +0200
929
930
Alexander Couzensbf0ab742017-08-07 07:55:28 +0000931osmo-mgw (0.1.0) unstable; urgency=low
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200932
Alexander Couzensbf0ab742017-08-07 07:55:28 +0000933 * Initial release.
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200934
Alexander Couzensbf0ab742017-08-07 07:55:28 +0000935 -- Alexander Couzens <lynxis@fe80.eu> Tue, 08 Aug 2017 01:12:53 +0000