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