blob: 5ed8fe66ffd42a04323e3c15f330c1c4c68f56f5 [file] [log] [blame]
Pau Espin Pedrol1fcdd0d2019-05-07 18:36:51 +02001libosmocore (1.1.0) unstable; urgency=medium
2
3 [ Oliver Smith ]
4 * gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHK
5 * GSUP: deprecate osmo_gsup_get_err_msg_type()
6 * Revert "signal.c: Make non-exported tall_sigh_ctx static"
7 * Revert "ipa_ccm_idtag_parse*: Fix reported length value"
8 * GSUP: add inter-MSC handover related msgs and IEs
9
10 [ Harald Welte ]
11 * Bump version: 1.0.0 → 1.0.1
12 * gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digits
13 * constrain gsm48_generate_mid() output array bounds
14 * Work around bogus gcc-8.2 array-bounds warning/error
15 * Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15
16 * gsm_08_08.h: Add IEI definitions from Release 15
17 * bitvec: Add bitvec_bytes_used() function
18 * bitvec: Add bitvec_tailroom_bits() function
19 * Fix BSSMAP length generated by gsm0808_create_clear_command2()
20 * gsm0808: comment about difference of gsm0808_create_clear_command()
21 * gsm0808: Add unit tests for test_create_clear_command2()
22 * bssgp_tx_bvc_unblock(): Fix log message
23 * gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()
24 * gprs_ns.c: cosmetic whitespace fixes
25 * gprs_ns: Declare gprs_ns_tx_alive*() in header file
26 * gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message
27 * select: Call log_reset_context() before calling file descriptor callbacks
28 * NS: Don't print information about FR/GRE if not enabled!
29 * NS: Add missing NS Cause strings
30 * GPRS: Doxygen documentation for 'struct libgb_msgb_cb'
31 * gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
32 * NS: Factor out gprs_nsvc_start_test() and use it
33 * NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
34 * gprs_ns.c: Update comment: IP SNS has recently been implemented
35 * gprs_ns: Don't use initial IP/port for anything but SNS
36 * gprs_ns_sns: Use "correct" remote IP address for local IP endpoint
37 * tests: use -no-install libtool flag to avoid ./lt-* scripts
38 * ipa_ccm_idtag_parse*: Fix reported length value
39 * socket: osmo_sock_get_name() Use "const void *" as talloc context
40 * gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()
41 * select: Rename BSC_FD_* constants to OSMO_FD_*
42 * signal.c: Fix osmo_signal_talloc_ctx_init()
43 * signal.c: Make non-exported tall_sigh_ctx static
44 * osmo_escape_str_buf: Always copy, don't return input string pointer
45 * Add _buf() functions to bypass static string buffers
46 * Add _c versions of functions that otherwise return static buffers
47 * Re-introduce declaration of gsm0808_create_handover_request_ack()
48
49 [ Neels Hofmeyr ]
50 * gsm0808: add BSSMAP Cell Identifier matching API
51 * add osmo_hexdump_buf() and test
52 * add osmo_classmark_* API
53 * osmo_fsm_state_name: make robust against NULL fi
54 * build: add missing logging_vty_test.vty to EXTRA_DIST
55 * jenkins distcheck: enable external tests
56 * osmo_fsm_inst_state_chg(): set T also for zero timeout
57 * osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 years
58 * add generic vty_transcript_test.c, vty_transcript_test.vty
59 * vty: enable optional-multi-choice syntax: ([one]|[two])
60 * vty: enable optional-multi-choice syntax: [(one|two)]
61 * vty: enable tab-completion for optional-multi-choice args
62 * vty telnet: consistently never change nodes upon CTRL-C
63 * vty api: add vty_out_va()
64 * doxygen: enable cross referencing everywhere
65 * doxygen: add source files as dependencies
66 * doxygen: allow manual 'make apidoc' even if --disable-doxygen
67 * add osmo_tdef API, originally adopted from osmo-bsc T_def
68 * platform independence fix: tdef range tests
69 * get_value_string(): guard against NULL
70 * fix osmo_gsm48_classmark* libosmogsm.map entries
71 * add OSMO_STRBUF_PRINTF()
72 * enlarge gsm0808 msgb headroom
73 * log: fsm: allow logging the timeout on state change
74 * fix api doc typo for osmo_plmn_name2()
75 * api doc: tweak gsm0808_cell_id_matches_list() doc
76 * represent negative T-timers as Osmocom-specific X-timers
77 * tdef_test: tweak output to prepare for a fix
78 * fix tdef_test.c: do call the function-to-test in all cases
79 * fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
80 * add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
81 * osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
82 * gsm_utils.h: remove unused include of gsm_08_08.h
83 * add osmo_sockaddr_str API
84 * add osmo_use_count API
85 * add fsm_dealloc_test.c
86 * fsm: add flag to ensure osmo_fsm_inst_term() happens only once
87 * fsm: support graceful osmo_fsm_inst_term() cascades
88 * fsm_dealloc_test: no need for ST_DESTROYING
89 * make osmo_sockaddr_str_is_set() NULL-safe
90 * add osmo_str_startswith()
91 * tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()
92 * add osmo_{escape,quote}_str_buf2() for standard args ordering
93 * add identifier sanitation for setting FSM instance ids
94 * add OSMO_IMSI_BUF_SIZE
95 * GSUP: add Message Class IE
96 * BSSMAP: tweaks
97 * BSSMAP: add messages for inter-BSC and inter-MSC Handover
98 * add gsm48_decode_bcd_number2() from osmo-msc
99 * add osmo_bssap_tlv_parse2() for multiple identical T
100 * add vty_is_active()
101 * add comment to gsm_mncc_bearer_cap.speech_ver
102 * gsm48_decode_bcd_number2(): fix input len check
103 * gsm48_decode_bcd_number2(): allow avoiding deprecation
104 * osmo_gsup_decode(): properly check IMSI, avoid deprecation
105 * add gsm0808_create_handover_request_ack2 to add AoIP RTP addr
106
107 [ Max ]
108 * socket.h: add missing include
109 * Enable remote SIM protocol log level
110 * Add multipatch capability to osmo-config-merge
111 * LCLS: add string dump helpers
112 * coding: check gsm0503_rach_*() results
113 * rate_ctr_group_free(): guard against empty or NULL input
114 * BSSGP: use variable for NSEI
115
116 [ Philipp Maier ]
117 * gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMAND
118 * gsm0808_utils: fix gsm48 multirate configuration generator
119 * gsm0808_utils: fix gsm48 multirate to S-bit converter
120 * gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf
121
122 [ Sylvain Munaut ]
123 * protocol/gsm_04_14: Fix the OPEN LOOP message type
124 * gsm_08_08.h: Add constants for Channel Type in signalling mode
125
126 [ Vadim Yanitskiy ]
127 * gsm/gsm0480: introduce gsm0480_create_release_complete()
128 * vty/tdef_vty.c: drop redundant comparison
129 * src/signal.c: cosmetic: use talloc_zero()
130 * Doxygen: fix incorrect / missing parameter description
131 * core/linuxlist.h: fix and unify Doxygen documentation
132 * core/linuxlist.h: fix white-space and inconsistent alignment
133 * src/logging.c: fix syntax errors in Doxygen documentation
134 * core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
135 * core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
136 * src/msgb.c: fix Doxygen documentation for msgb_printf()
137 * core/msgb.h: fix incorrect Doxygen parameter description
138 * Doxygen: fix documentation of rate_ctr_for_each_counter()
139 * src/rate_ctr.c: drop some incorrect \ref references
140 * Doxygen: fix documentation of osmo_timer_setup()
141 * logging_gsmtap.c: document all params of log_target_create_gsmtap()
142 * src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
143 * gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values
144 * vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap
145 * vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
146 * gsm_utils.c: fix Doxygen description for gsm_get_octet_len()
147 * Fix incorrect buffer size calculation
148 * gb/gprs_ns_sns.c: fix incorrect sizeof() calculation
149 * gsm/gsm_utils.c: indicate intentional fall-through
150 * application.c: drop wrong \references of osmo_init_ignore_signals()
151 * bitcomp.c: fix missing Doxygen group closing tag
152 * gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()
153
154 [ Pau Espin Pedrol ]
155 * rsl: Support PDCH in rsl_chan_nr_str
156 * ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parse
157 * ipa: Fix ipa_ccm_id_resp_parse on big endian systems
158
159 [ Karl Koscher ]
160 * Fix build on non-glibc systems
161
162 [ Alexander Couzens ]
163 * add osmo_stat_item_inc/osmo_stat_item_dec to set it relative
164
165 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 May 2019 18:36:51 +0200
166
Harald Welte3927cc42019-01-21 14:50:43 +0100167libosmocore (1.0.1) unstable; urgency=medium
168
169 [ Max ]
170 * Rename msgb_wrap_with_TL()
171
172 -- Harald Welte <laforge@gnumonks.org> Mon, 21 Jan 2019 14:50:42 +0100
173
Harald Weltea0c1cba2019-01-19 21:59:07 +0100174libosmocore (1.0.0) unstable; urgency=medium
175
176 [ Kévin Redon ]
177 * GSMTAP: add SIM sub_types
178 * comp128v23 (minor): update original code site and author
179
180 [ Neels Hofmeyr ]
181 * fix strncpy bugs in gsm/ipa.c
182 * fix strncpy bugs in socket.c
183 * cosmetic: osmo-sim-test.c: use memcpy instead of strncpy
184 * use __FILE__, not __BASE_FILE__
185 * log: add 'last' option to 'logging print file'
186 * gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4
187 * api doc: fix osmo_quote_str_*
188 * add osmo_str_tolower() and _toupper() with test
189 * fix tests linking: don't use system installed libs
190 * logging vty: add VTY transcript test
191 * gsm0808: implement BSSMAP Classmark Request
192 * jenkins: add --enable-external-tests
193 * logging vty: rewrite 'logging level' vty cmd generation
194 * logging vty: deprecate the 'everything' keyword
195 * logging vty: write: check logging levels validity
196 * logging vty: deprecate 'all', introduce 'force-all'
197 * Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"
198 * logging vty: add 'logging level set-all <level>'
199 * vty reference: fix deprecation bit evaluation
200 * vty list: fix deprecation/hidden bit logic
201 * vty: omit HIDDEN from vty reference
202 * vty logging: fix crash when missing 'logging enable'
203 * jenkins: print gcc version in log
204 * gsm_44_318.h: remove #if 0 from struct gan_cch_desc_ie
205 * add contrib/struct_endianess.py
206 * gsm0408_test: test encoding and decoding Mobile Identity
207 * api doc: gsm48_mi_to_string(): warn of return value implementation
208 * add osmo_bcd2str()
209 * gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases
210 * gsm48_generate_mid(): mask out ODD flag from mi_type
211 * gsm48_mi_to_string(): guard against zero length output buffer
212 * gsm48_mi_to_string(): do not read from zero length input buffer
213 * fix api doc for osmo_bcd2str()
214 * add to osmo_sock_get_name*() API
215 * add/clean big-endian packed structs (struct_endianess.py)
216 * define LOGPFSM fmt only once, in LOGPFSMLSRC
217 * add API doc for LOGPFSM* macros
218 * LOGPFSM*: guard against fi == NULL
219 * add LOGPFSMSL(), LOGPFSMSLSRC()
220 * gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type
221 * osmo_rat_type: add OSMO_RAT_EUTRAN_SGS
222 * fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*
223 * add osmo_mi_name(), for MI-to-string like "IMSI-123456"
224 * add osmo_lu_type_names[], osmo_lu_type_name()
225 * change GSM48_CMSERV_* to enum type, add names
226 * comments: update/fix three 3GPP spec references
227
228 [ Alexander Couzens ]
229 * ctrl/vty: fsm: use correct element when iterating over fsm->proc.children
230 * bssgp: introduce flush queue functions
231 * configure.ac: check clock_gettime for glib < 2.17
232
233 [ Harald Welte ]
234 * gsm0480: Factor out msgb allocation helper function
235 * USSD: Introduce gsm0480_gen_ussd_resp_7bit()
236 * 04.80: New gsm0480_gen_{reject,return_error}() functions
237 * import oap_client into libosmogsm
238 * oap_client: Rename symbols with osmo_ prefix
239 * import oap_client_test from osmo-sgsn
240 * cosmetic: More context / naming / comment for test_idtag_parsing()
241 * Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()
242 * jenkins_arm.sh: Use same Werror related options as on other builds
243 * re-introduce ipa_ccm_idtag_parse_off()
244 * debian/rules: Don't overwrite .tarball-version
245 * Add RSPRO support to IPA and logging definitions
246 * Add new osmo-config-merge utility
247 * logging_vty: Ensure writing well-formed config files
248 * osmo-config-merge: Don't use C99 'for' loop initial declarations
249 * Revert "osmo-config-merge: Add manual page"
250 * osmo-config-merge: fclose() what we fopen()
251 * timerfd_create(): Fix error handling of osmo_fd_register()
252 * telnet_interface: avoid double-close of fd()
253 * vty.c: Set vty->fd to -1 after closing the FD
254 * SGsAP protocol definitions (header + C file)
255 * gsm23003: Add MME domain name related helper functions
256 * Fix VTY documentation error introduced in "bind" VTY port change
257
258 [ Vadim Yanitskiy ]
259 * vty/vty.c: remove dead unused tall_bsc_ctx
260 * gsm/gsm0480.c: prevent NULL-pointer dereference
261 * gsm/gsm0480.c: use the local msgb allocator
262 * libosmogsm: (re)introduce gsm48_push_l3hdr()
263 * core/utils.h: drop duplicate '<stdbool.h>' include
264 * core/utils.h: move includes to the top
265 * vty/command.h: document and prettify CMD_ATTR_* flags
266 * utils/osmo-config-merge: explicitly return from main()
267 * libosmogsm/gsup.c: fix error code in osmo_gsup_encode()
268 * gsm/gsup.h: cosmetic: use tab for comment alignment
269 * core/msgb.h: introduce msgb_l4len() helper
270 * gsm0480: fix copy-pasted note for gsm0480_gen_return_error()
271 * GSUP/SMS: introduce MO-/MT-FORWARD-SM messages
272 * GSUP/SMS: introduce READY-FOR-SM message
273 * tests/gsm0808: use new msgb comparison API
274 * logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()
275 * tests/gsup_test.c: drop session IEs from MO-ForwardSM Error
276
277 [ Philipp Maier ]
278 * socket: check return code of setsockopt
279 * socket: do not set SO_REUSEADDR for IPPROTO_UDP
280 * socket: add flag to enforce SO_REUSEADDR on UDP sockets
281 * gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP
282 * gsm0808: fix wrong codec defaults for OFR_AMR_WB
283 * gsm0808: add function to convert amr gsm0408 setings to gsm0808
284 * gsm0808: add function to convert amr gsm0408 setings to gsm0808
285 * gsm0808_utils: constify parameter
286 * gsm_utils: add function to get value strings for gsm48_chan_mode
287 * gsm0808: add function to convert AMR S15-S0 to gsm0408 settings
288 * gsm0808: allow decoding of zero length speech codec lists.
289 * gsm0808: fix doxygen apidoc
290 * gsm0808: cosmetic: rename parameter "reason" to "cause"
291 * gsm48: correct apidoc for gsm48_generate_mid()
292 * gsm_29_118: add missing include to header file
293 * gsm29118: add value strings for SGSAP IEI
294 * fsm: fix apidoc of osmo_fsm_state_name()
295 * gsm0808: add message generator for BSSMAP HANDOVER PERFORMED
296 * gsm_29_118: add missing extern for struct value_string decl.
297 * cosmetic apn: correct whitespace error
298 * gsm_29_118.h: Add constant for default port
299 * gsm29118: add generator functions for GSM29118 messages
300 * gsm0808: add encoder for cause codes and use it
301
302 [ Mykola Shchetinin ]
303 * vty/vty.c: fix bug in vty_config_write
304
305 [ Pau Espin Pedrol ]
306 * signal: Introduce API osmo_signal_talloc_ctx_init
307 * msgb: Introduce msgb_{de,en}queue_count APIs
308 * vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release
309 * ipa: Document ipa_msg_recv* functions
310 * osmo-release.sh: Add quotes to string to fix shellcheck warning
311 * osmo-release.sh: Allow forcing release without LIBVERSION bump
312 * osmo-release.sh: Add checks to help avoid libversion debian major mismatch
313 * gsm_08_58.h: Introduce struct abis_rsl_link_id
314 * gsm_08_58.h: Introduce struct abis_rsl_chan_nr
315 * gsm48: gsm48_decode_freq_list: Improve documentation of paramter f
316 * gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rc
317 * timer: Fix clockid_t undefined on MacOS < 10.12
318 * stats.h: Fix build on MacOS
319
320 [ Stefan Sperling ]
321 * properly handle mandatory cli param of gsm0808_create_paging2
322 * Properly deal with sockaddr_un socket path length limitations.
323 * ensure unix socket paths are NUL-terminated for bind/connect
324 * fix error handling gprs_ns_nsip_listen()
325 * add support for ipaccess messages on the ctrl interface
326 * stop printing group description in vty_out_rate_ctr_group_fmt()
327 * make 'show rate-counters' show group index
328 * send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK
329 * document unblock-ack vs. signalling in gprs_ns_process_msg()
330 * rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAI
331 * port arfcn range encode support from osmo-bsc
332 * port rest octets encoding code from osmo-bsc
333
334 [ Keith ]
335 * Add CC_CAUSE value_string array
336
337 [ Alexander Chemeris ]
338 * coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.
339 * coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().
340
341 [ Daniel Willmann ]
342 * osmo-config-merge: Fix some small issues
343 * osmo-config-merge: Add manual page
344 * stats_statsd: Send all stat_items as gauges
345
346 [ Shinjo Park ]
347 * GSMTAP: add definitions for new LTE RRC channels
348 * GSMTAP: add definitions for LTE NAS subtypes
349 * GSMTAP: fix typos in comments
350
351 [ Max ]
352 * vty: adjust telnet log
353 * Update cipher reject function
354 * Fix deprecation warning in gsm0808_test
355 * Add helper wrapper for BSSAP TLV parsing
356 * Update 3GPP TS 08.08 Cause handling
357 * Update GSM0808_LCLS enums
358 * Move msgb_push helpers to public header
359 * Support cipher mode reject with extended cause
360 * Add missing header include
361 * LCLS: add 48.008 parameter structure
362 * Update gsm0808_create_ass() doxygen
363 * ctrl: print textual error on IPA parsing failure
364 * Move BSSMAP_MSG_* defines to header file
365 * Update msgb Lx helpers
366 * ctrl: use #define for TRAP id
367 * Add msgb_tl_put() helper
368 * LCLS: update osmo_lcls struct
369 * Allow log_init() with NULL log_info
370 * Add osmo_sockaddr_in_to_str_and_uint()
371 * Constify llist_count() parameter
372 * msgb: add test helpers
373 * LCLS, TS 29.205: add GCR routines
374 * LCLS, TS 48.008: add GCR IE encoding/decoding
375 * LCLS: add gsm0808_create_ass2()
376 * Fix typos in SS opcode names
377 * LCLC: fix doc to match type signature
378 * Use define for key buffers
379 * TLV: fix doc copy-paste error
380 * TLV: add convenience function for 1-byte values
381 * LCLS: enc/dec entire parameter set instead of GCR
382 * Streamline glibc version check
383 * Automatically disable GnuTLS fallback
384 * LCLS: fix LCLS-CONNECT-CONTROL encoder
385 * msgb: fix debug print
386 * LCLS: use proper types for value_string wrappers
387 * LCLS: expand enc/dec tests
388 * LCLS: add GCR comparison helper
389
390 [ Oliver Smith ]
391 * cosmetic: fix typo (soocket -> socket)
392 * add osmo_sock_get_{local,remote}_ip{,_port}()
393 * socket.c: fix IP and port buffer sizes
394 * merge_doc.xsl: move to osmo-gsm-manuals.git
395 * GSUP: fix missing osmo_gsup_get_err_msg_type()s
396 * GSUP: add end marker to enum osmo_gsup_iei
397 * GSUP: add CHECK-IMEI message
398 * Cosmetic: GSUP: note "on wire" for imei_result
399 * gsm23003: add osmo_imei_str_valid()
400
401 [ Martin Hauke ]
402 * gsm/protocol/gsm_08_58.h: Fix typo
403
404 [ Holger Hans Peter Freyther ]
405 * vty: The telnet interface is TCP only. Fix the comments
406 * vty: Make TCP port configurable and introduce telnet_init_default
407
408 -- Harald Welte <laforge@gnumonks.org> Sat, 19 Jan 2019 21:59:07 +0100
409
Pau Espin Pedrol924ef0b2018-07-27 17:31:47 +0200410libosmocore (0.12.0) unstable; urgency=medium
411
412 [ Pau Espin Pedrol ]
413 * control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb
414 * configure: Check separately for lib implementing dlopen and dlsym
415 * tests: bitrev_test: Fix dynamic-stack-buffer-overflow
416 * tests: gea_test: Use correct max size for key in buffer
417 * tests: a5_test: Print wrong buffer correctly on error
418 * gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of 64 bits
419 * gsm: lapdm.c: Add missing new line char in notice log string
420 * ctrl: Log CMD TYPE on invalid ID number
421 * ctrl: Fix parsing of ERROR recvd msgs with id=err
422 * gsm0808: Add value_string for encryption algorithms
423 * ctrl: Introduce ctrl_cmd_parse3 API
424 * ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs
425 * tests: ctrl: Test received ERROR messages are handled correctly
426 * libosmocoding: clarify return values for TCH decoding functions
427 * libosmocodec: FR err concealment: Fix too many silent frames generated
428 * tests: codec: ecu_fr: Print XMAXC fields
429 * tests: codec: ecu_fr: Add buffer with unequal XMAXC values
430 * rate_ctr: Improve logging
431 * logging: log_vty_command_string: Fix undercount of buf alloc size
432 * logging_vty: Simplify code in config_write_log_single
433 * logging.c: Fix whitespace typo
434
435 [ Harald Welte ]
436 * lapdm: Fix back-pointer from lapdm_entity to lapdm_channel
437 * lapdm: Implement SABM related constraints
438 * lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()
439 * lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed
440 * lapdm: don't enforce contention resolution on SAPI0/DCCH
441 * Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd
442 * import isdn4linux HDLC code from linux kernel
443 * isdnhdlc: Port from kernel to userspace
444 * mncc: properly export osmo_mncc_name()
445 * cosmetic: Whitespace fixes in control_if.c
446 * ctrl: Introduce libosmoctrl.map to avoid unintended exports
447 * ctrl: Add doxygen API documentation; generate html from it
448 * debian: Add libosmoctrl-doc sub-package
449 * gsm_08_08.h: Add enum for LCLS config, control and status
450 * gsm0808: Add encoding functions for LCLS BSSMAP messages
451 * gsm0808: Add value_string for LCLS related IEs
452 * tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimum
453 * Add osmo_isqrt32() to compute 32bit integer square root
454 * fsm: Change semantics of LOGPFSML() log-level
455 * vty: Don't dump deprecated commands in XML export
456 * vty: Add logging_vty_add_deprecated_subsys
457 * gsup: Add osmo_gsup_get_err_msg_type() function
458 * gsup: Add value_string for Session State IE
459 * gsm 04.80: Add value_string for component type and op code
460 * Fix embedded (arm-none-eabi) builds
461 * jenkins_arm.sh: Don't run 'make check' on embedded builds
462 * jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm"
463 * jenkins_arch.sh: Exit with error on unknown architecture
464 * Don't call abort() directly, always use osmo_panic()
465 * osmo_panic(): Annotate as __attribute__ ((noreturn))
466 * gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file
467
468 [ Stefan Sperling ]
469 * define a constant for the max length of called party BCD IE
470 * introduce vty_out_rate_ctr_group_fmt() function
471 * Add a 'show rate-counters' VTY command.
472 * remove unused argument from pad_append_ctr() helper function
473 * check bssgp_tlv_parse() return code in bssgp_rcvmsg()
474 * return error to sender upon bssgp_tlv_parse() failure
475
476 [ Neels Hofmeyr ]
477 * add gsm0808 channel enum to IE val conversion functions
478 * add gsm0808_cell_id_to_list()
479 * add support for gsm0808 HANDOVER REQUIRED message
480 * add gsm0808_create_handover_request_ack()
481 * add osmo_fsm_inst_state_chg_keep_timer()
482 * fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR
483 * add and tweak inter-BSC HO API
484 * vty/command.c: talloc from tall_vty_cmd_ctx, not NULL
485 * vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()
486 * vty: fix use-after-free and memleaks in is_cmd_ambiguous()
487 * utils_test: fix isqrt_test calculation range
488 * utils_test: check stderr to catch sanitizer issues
489 * add osmo_sockaddr_to_str_and_uint()
490
491 [ Philipp Maier ]
492 * fsm: guard action callback
493 * gsm_04_08: add function to get value string
494 * gsm_08_08: gsm0808_permitted_speech does not have value strings
495
496 [ Thorsten Alteholz ]
497 * fix spelling
498
499 [ Keith ]
500 * Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11
501 * Add enum gsm48_progress_desc
502
503 [ Daniel Willmann ]
504 * ports.h: Add ctrl port for osmo-gbproxy
505 * Add function gprs_nsvc_state_append
506 * stats_vty: Add asciidoc sections between the different counters
507
508 [ Vadim Yanitskiy ]
509 * gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE
510 * GSUP: implement TCAP-like session management
511 * GSUP: introduce new messages for SS/USSD payloads
512 * Doxygen: gitignore generated files for libosmoctrl
513 * gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()
514 * gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()
515 * Don't enforce Python 2 for utilities
516
517 [ Alexander Chemeris ]
518 * coding: Fix (E)GPRS BER calculation to correctly account for puncturing.
519 * coding: Documentation typo fix.
520
521 [ Alexander Couzens ]
522 * vty: initialize termios before using it
523 * stats_statsd: sanitize statsd name
524
525 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 17:31:46 +0200
526
Pau Espin Pedrol13154ff2018-05-03 15:47:11 +0200527libosmocore (0.11.0) unstable; urgency=medium
528
529 [ Max ]
530 * Enable GnuTLS fallback
531 * Ctrl: add rate counter group introspection
532 * ctrl: log incorrect interval values
533 * Improve get_rate_ctr() error handling
534 * ctrl: make response easier to parse
535 * coding test: cosmetic cleanup
536 * coding test: enable debug output
537 * coding test: move bit dump into functions
538 * coding test: use OSMO_ASSERT
539 * Fix embedded build
540 * embedded: fix tests
541 * Embedded: fix sercomm test
542 * Add functions for extended RACH coding
543 * Do not allocate already existing counter group
544 * Fix incorrect spec reference
545 * Use 127.0.0.1 for GSMTAP logging by default
546 * coding: move eB adjustement to appropriate place
547 * Add function to properly encode RAI
548 * Use existing function for TLLI encoding
549 * log: print loginfo assertions source
550 * Allow multiple 'log gsmtap' sinks
551 * Deprecate gsm48_construct_ra()
552 * Log lapd_datalink state on errors
553 * jenkins: add dispatcher script
554 * Embedded: disable stats test
555 * Embedded: add sercomm stubs
556 * GSUP: don't fail test on first error
557 * jenkins: remove obsolete scripts
558 * jenkins: move make invocation into shared function
559 * utils: add helper wrapper for osmo_strlcpy()
560 * GSUP: change osmo_gsup_encode() return type
561 * Use python 3 for utilities
562 * Add test for gsm48_generate_mid_from_imsi()
563 * Add generic Mobile Identity encoder
564 * Add function to encode classmark
565
566 [ Niro Mahasinghe ]
567 * gsm0503_coding.c: Fix tch_efr_unreorder() of one bit
568 * gsm0503_coding.c: Use majority vote in tch_efr_unreorder()
569
570 [ Harald Welte ]
571 * debian: build now depends on libgnutls
572 * Fix/Update copyright notices; Add SPDX annotation
573 * Print /proc/cpuinfo before executing testsuite
574 * conv_acc: Our code requires SSSE3, not just SSE3
575 * ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcp
576 * gsmtap.h: Introduce new GSMTAP type for LTE NAS messages
577 * gsm0808_create_cipher_reject: Fix encoding of Cause IE
578 * rate_ctr: print proper error message if rate_ctr already exists
579 * timer: fixup whitespace issues
580 * control_if: Close control connection socket/fd on read/write == 0
581 * control_if: Log the disconnect of a CTRL client
582 * CTRL: Ensure peer/connection info is always printed the same way
583 * MNCC: Add MNCC to string dumper
584 * gsm48_pdisc_names: Use conscise, short names
585 * SMS: Add value_string for TS 04.11 CP and RP state
586 * gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default value
587 * gsm_04_08.h: Reduce T310 default to 30s.
588 * gsm48_hdr_msg_type[_r99]: Fix bit-masks
589 * gsm48_hdr_msg_type(): SS is in the same group as MM/CC
590 * tlv_parser: Report *first* occurrence of repeated IEs
591 * msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer
592 * Revert "Use python 3 for utilities"
593 * Revert "fsm: do not terminate child FSMs early"
594 * osmo_msgbdump_{l2,l3}(): Proper typecast
595 * debian/control: Fix Vcs-Browser URL
596 * Add GSM 04.08 type-of-number / numbering-plan-id definitions
597 * talloc_ctx_vty: Fix help strings (missing \n at end of line)
598 * Revert "Add function to encode classmark"
599 * rate_ctr: Add rate_ctr_inc2() as convenience wrapper
600 * coding: Add BER-reporting RACH decode functions
601 * l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind
602 * l1sap: Add fields for higher-precision timing offset values
603 * abis_nm: Introduce abis_nm_dump_foh()
604 * VTY: Don't welcome the user to the "control" interface, if it's VTY
605 * prevent integer underflow in ipa_ccm_make_id_resp_from_req()
606 * RSL/LAPDm: Not all RLL message are "transparent"
607
608 [ Neels Hofmeyr ]
609 * vty: deprecate now empty node commands
610 * memleak: osmo_config_list_parse: getline() needs free also on error
611 * abis_test: sanitize: fix msgb memleak
612 * lapd_test: sanitize: fix msgb memleaks
613 * gsm0408_test: sanitize: cleanup msgb
614 * gsm0808_test: sanitize: fix msgb memleak
615 * msgb: add inline msgb_queue_free()
616 * rate_ctr: fix mem leak for mangled desc
617 * bssgp_fc_test: remove rounding to deciseconds
618 * bssgp_fc_test: clarify by outputting ok / failure messages
619 * bssgp_fc_test: sanitizer: free msgb context when done
620 * gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow
621 * bssgp_fc_test: sanitize: free fc struct when done
622 * tlv_put: guard against NULL val and 0 len
623 * sercomm_test: sanitize: fix msgb mem leak
624 * osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
625 * fsm_tmr_cb: don't set T=0, the fi may no longer exist
626 * vty XML export: avoid repeating common node commands for each node
627 * VTY reference: do not list empty nodes
628 * VTY reference: use node names as section names
629 * vty: set name for VIEW+ENABLE nodes, for VTY reference
630 * vty reference: merge_doc.xsl: do not omit description tag
631 * comment: utils: more accurately describe OSMO_STRINGIFY macro
632 * logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()
633 * fix osmo_identifier_valid(): only allow printable characters
634 * utils: add osmo_separated_identifiers_valid()
635 * add osmo_auth_c3() (separate from gsm_milenage())
636 * utils: add osmo_escape_str()
637 * ctrl_test.c: replace print_escaped() with new osmo_escape_str()
638 * ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()
639 * ctrl_test: expand to test message handling and detect mem leaks
640 * ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commands
641 * ctrl: fix mem leak when handling GET_REPLY and SET_REPLY
642 * ctrl_test: add two more current parsing bugs to prep for fix
643 * add ctrl_cmd_parse2() to return parsing errors
644 * ctrl: on parse errors, return a detailed message to sender
645 * rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used index
646 * ports: define proper VTY and CTRL ports for OsmoHNBGW
647 * ctrl: tighten CTRL input parsing
648 * ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP
649 * jenkins: add 'make V=1' for more verbose build logs
650 * logging vty: tweak general 'logging' command doc
651 * gsm: add gsm0808_speech_codec_type_names
652 * logging-gsmtap: send only basename of source file
653 * logging: add ability to log the log-level with API and vty
654 * logging: color the log level
655 * logging: color the log category according to level
656 * fix -Werror build: logging.c: always use literal with snprintf
657 * cosmetic: logging: if color is disabled, don't print ""
658 * logging: separate the '<000b>' subsys from filename logging
659 * logging: allow to log only the basename of each source
660 * logging vty: add 'logging print file (0|1|basename)' cmd
661 * vty: fix 'logging print file' output
662 * gsmtap_sendmsg(): clarify API doc concerning msgb ownership
663 * memleak: gsmtap_sendmsg(): don't return 0 when no data was written
664 * memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
665 * memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure
666 * cosmetic: gsm0408_test: RA test cases as array-of-struct
667 * gsm0408_test: cosmetically re-order MCC to come before MNC
668 * gsm0408_test: include BCD and leading zeros in test output
669 * gsm0408_test: RA test: include min/max value cases
670 * gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()
671 * implement support for 3-digit MNC with leading zeros
672 * gsm0408_test: check for new mnc_3_digits flag
673 * gsm0408_test: test new gsm48_{decode,generate}_lai2() functions
674 * gsm0408_test: add test cases for MNC with leading zeros
675 * gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC
676 * introduce GSM_MCC_MNC_INVALID
677 * gsm23003_test: fix: compare members instead of bcmp
678 * fix osmo_mnc_from_str(): don't try to parse NULL
679 * gsm23003: add osmo_mcc_from_str()
680 * configure: add --enable-werror
681 * jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS
682 * gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure
683 * gsm0808_test: cosmetic: test non-hex MCC
684 * show failure in gsm0808_enc_cell_id_list2() in gsm0808_test
685 * fix gsm0808_enc_cell_id_list2 for leading-zero MNC
686 * cosmetic: gsm0808_test: drop extraneous assertion
687 * contrib/fsm-to-dot: add -h option to print basic instructions
688 * contrib/fsm-to-dot: allow transition from and to the same state
689 * contrib/fsm-to-dot: don't match on event names in comments
690 * contrib/fsm-to-dot: warn and draw unallowed state transitions
691 * contrib/fsm-to-dot: add default edge label '-'
692 * contrib/fsm-to-dot: mark arrows that feed events
693 * contrib/fsm-to-dot: less false positives on event parsing
694 * contrib/fsm-to-dot: mark illegal states in red
695 * contrib/fsm-to-dot: warn about identically named FSMs
696 * vty/command.c: write_config_file(): sanely compose temp path
697 * fix logging talloc ctx: add osmo_init_logging2()
698 * ctrl: test deferred cmd, show current failure
699 * ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)
700 * cosmetic: flatten ctrl_handle_msg()
701 * fix ctrl_test sanitizer issues
702 * use osmo_init_logging2() with proper talloc ctx
703 * add osmo_quote_str(),osmo_quote_str_buf() and test
704 * fsm_test: terminate the main loop instead of exit on timeout
705 * osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)
706 * fsm_test: more thoroughly test FSM inst ids and names
707 * fsm: id: properly set name in case of NULL id
708 * cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"
709 * add osmo_fsm_inst_update_id_f()
710 * add gsm48_reject_value_names
711 * deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros
712 * avoid warning in gsm0808_create_layer3
713 * add osmo_cgi_name()
714 * add gsm0808_cell_id_list_add() to combine two cell identifier lists
715 * add tlv_parse2(), capable of multiple instances of the same IE
716 * add gsm0808_{enc,dec}_cell_id
717 * test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytes
718 * test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACs
719 * test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly
720 * cosmetic: log: fix typo, clarify msg for rate_ctr name mangling
721 * tlv: add TLV_GET() and TLV_GET_MINLEN()
722 * add gsm0808_cell_{id,id_list}_name() and friends
723 * gsm0808_test: fix more missing inits (address sanitizer issues)
724 * gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()
725
726 [ Philipp Maier ]
727 * vty: add port number for osmo-mgw
728 * libosmocodec: add FR bit offset definitions
729 * libosmocodec: implement ECU (Error Concealment Unit) for FR
730 * fsm: fix double llist_del in osmo_fsm_inst_term()
731 * socket: fix socket leak in osmo_sock_local_ip()
732 * socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()
733 * fsm: add functions for unlinking and changing parents
734 * fsm: do not terminate child FSMs early
735 * fsm: allow graceful exit on FSM termination
736 * features: move bts feature related functionality to libosmocore
737 * features: define osmo_bts_*_feature() as static inline
738 * gsm_08_08: correct speech codec defaults
739 * gsm0808: Add value strings for BSSMAP cause codes
740
741 [ Pau Espin Pedrol ]
742 * vty: Fix bad use of vector_slot()
743 * gsm: Use correct include for getrandom
744 * utils: Fix false positive in compiler warning
745 * cosmetic: Fix trailing whitespace
746 * Fix malformed Abis/RSL messages with extra L3 Information field
747 * tests: coding_test: Fix compilation with -O0
748 * tests: utils_test: Fix test failure when compiling with -O0
749 * ports.h: Add VTY and CTRL ports for osmo-trx
750 * core: Add timespec helper macros and make timer_compat.h public
751 * core/logging.h: Add logging category for jitter buffer
752 * timer: Introduce osmo_clock_gettime to override clock_gettime
753 * timer: Document osmo_gettimeofday API
754 * osmo-release.sh: Set correct version when generating the changelog
755 * socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements
756 * socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements
757 * socket.c: osmo_sock_init: Several logic fixes and log improvements
758 * msgb: msgb_get: Drop unneeded tmp var
759 * msgb: msgb_pull: Abort when pulling more than avail size
760 * osmo_get_macaddr: Fix buffer read out of bounds
761 * osmo_sockaddr_is_local: Fix memleak
762 * gsm_08_58.h: Add Ericsson vendor-specific RSL message types
763 * osmo-release.sh: Remove temporary file TODO-RELEASE.entries after use
764 * osmo-release.sh: Exit with error if no description for new changelog entry provided
765 * osmo-release.sh: Fix error condition no LIBVERSION modified
766 * osmo-release.sh: Always generate entire commit changelog
767 * osmo-release.sh: Allow user to add extra information to the release commit
768 * debian: libosmoctrl: Use correct library version in pkg name
769 * debian/changelog: Fix typo in maintainer e-mail
770
771 [ Holger Hans Peter Freyther ]
772 * logging: Extend the LOGPSRC macro to put cont in it as well
773 * license: Fix the license to GPL
774
775 [ Alexander Couzens ]
776 * counters: add osmo_counters_count() returns the amount of counters
777 * vty: show asciidoc counters: don't create an empty table for osmo_counters
778 * gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP
779 * gsm_utils: call gnutls_global_init() as constructor
780
781 [ Jean-Francois Dionne ]
782 * Fix LAPD UA msgb memory leak.
783
784 [ Vadim Yanitskiy ]
785 * libosmocodec: add FR/HR/EFR frame length definitions
786 * ussd_test.c: fix rc / len debug output confusion
787 * gsm0480: fix USSD OCTET STRING length confusion
788 * gsm0480: clean up the parse_process_uss_req() code
789 * gsm0480: handle UnstructuredSS Request with DSC != 0x0F
790 * gsm0480: parse GSM0480_MTYPE_FACILITY separately
791 * gsm0480: handle GSM0480_CTYPE_RETURN_RESULT
792 * gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ
793 * gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA
794 * gsm0480: add specification reference to SS message type
795 * gsm0480: pass exact GSM 04.80 payload length to parse_ss()
796 * gsm0480: move SS request length check to parse_ss()
797 * gsm0480: refactor gsm0480_decode_ss_request
798 * gsm0480: correct parse_ss_info_elements() declaration
799 * tests/ussd: fix wrong GSM 04.80 payload length
800 * gsm0480: parse all SS info elements in a message
801 * gsm0480: parse optional IEs for RELEASE COMPLETE message
802 * tests/ussd: prevent uninitialized memory access
803 * libosmocoding: fix typo in library documentation
804 * libosmocoding: use frame length definitions from codec.h
805 * src/msgb.c: cosmetic: fix spelling mistakes
806 * src/msgb.c: remove dead includes from OpenBSC
807 * src/msgb.c: print an error if msgb allocation failed
808 * src/msgb.c: avoid using internal talloc API
809 * gsm0480: document the 'ss_request' structure
810 * gsm0480: copy the raw USSD data, its DCS and length
811 * gsm0480: drop messages with incorrect data length
812 * protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD
813 * gsm/gsm48.c: add call independent SS message names
814
815 [ Stefan Sperling ]
816 * TLVP_PRESENT() should not return TRUE after tlv_parse() fails.
817 * Add helper functions for ACC bit flags in rach control IE.
818 * ensure that osmo_fsm vty commands are only installed once
819 * print BIG FAT ERROR message if osmo_fsm lacks event names
820 * ensure VTY commands don't segfault if an FSM has no event names
821 * support for more cell ID list types in libosmocore
822 * fix a cell identifier parsing bug in libosmocore
823 * fix cell identifier decoding in libosmocore
824 * use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()
825 * fix bug in parse_cell_id_ci_list()
826 * fix parse_cell_id_lac_and_ci_list()
827 * add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists
828 * add a regression test for TLV parsing with repeated IEs
829
830 [ Sergey Kostanbaev ]
831 * gsm0480: skip length check for 'RELEASE COMPLETE' message
832
833 [ allesklar2 ]
834 * gsmtap.h: define TETRA DMO mode channels
835
836 [ Martin Hauke ]
837 * build: Ensure all .pc files are installed
838
839 [ Daniel Willmann ]
840 * fsm: Add a function to change the FSM instance ID later
841 * contrib/jenkins_arch.sh: Fix script comparison and arm support
842 * fsm: Update the name as well if the id is updated and accept NULL
843
844 [ Thorsten Alteholz ]
845 * fix spelling
846 * fix issue on big endian architecture
847
848 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 15:47:11 +0200
849
Harald Welte69b61fe2017-11-02 18:51:03 +0100850libosmocore (0.10.2) unstable; urgency=medium
851
852 * Revert "vty: Fix bad use of vector_slot()"
853 * New upstream release of libosmocore
854
Pau Espin Pedrol456081d2018-05-03 15:39:11 +0200855 -- Harald Welte <laforge@gnumonks.org> Thu, 02 Nov 2017 18:51:02 +0100
Harald Welte69b61fe2017-11-02 18:51:03 +0100856
Harald Welted9abb0a2017-10-29 10:46:47 +0100857libosmocore (0.10.1) unstable; urgency=medium
858
859 * New upstream release of libosmocore
860
Pau Espin Pedrol456081d2018-05-03 15:39:11 +0200861 -- Harald Welte <laforge@gnumonks.org> Sun, 29 Oct 2017 10:46:47 +0100
Harald Welted9abb0a2017-10-29 10:46:47 +0100862
Harald Weltefaee5de2017-10-27 19:43:33 +0200863libosmocore (0.10.0+nmu1) UNRELEASED; urgency=medium
864
865 * Non-maintainer upload.
866 * New upstream release of libosmocore
867
Pau Espin Pedrol456081d2018-05-03 15:39:11 +0200868 -- Harald Welte <laforge@gnumonks.org> Fri, 27 Oct 2017 19:45:00 +0200
Harald Weltefaee5de2017-10-27 19:43:33 +0200869
Max4e72ee02016-12-13 18:41:17 +0100870libosmocore (0.9.6) unstable; urgency=medium
871
872 * doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgs
873 * New upstream release of libosmocore.
874
875 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:23:56 +0100
876
877libosmocore (0.9.5) unstable; urgency=medium
878
879 * fix: DLGSUP logging category "unusable"
880 * New upstream release of libosmocore.
881 * ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information
882 * size of ph_tch_param struct changed / Extend with RTP Marker
883 * size of struct log_target changed / Extend with GSMTAP
884
885 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:22:56 +0100
886
887libosmocore (0.9.4) unstable; urgency=medium
888
889 * New upstream release of libosmocore.
890 * Internal API for GPRS cipher implementors updated to accommodate for arbitrary key lengths
891 * external talloc dependency / internal talloc removal
892 * size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information
893
894 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:21:56 +0100
895
Holger Hans Peter Freytherabc46af2015-11-09 21:34:43 +0100896libosmocore (0.9.3) unstable; urgency=medium
897
898 * Send all stats values after re-configuration.
899 * Fix using an empty prefix.
900 * Fix sending timing values.
901
902 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Mon, 09 Nov 2015 21:34:37 +0100
903
Holger Hans Peter Freythereed46952015-11-04 14:48:13 +0100904libosmocore (0.9.2) unstable; urgency=medium
905
906 * Fix the counter index after the NS reset.
907
908 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Wed, 04 Nov 2015 14:47:48 +0100
909
Holger Hans Peter Freyther6e149b12015-11-04 10:23:57 +0100910libosmocore (0.9.1) unstable; urgency=medium
911
912 * Fix rate_ctr attribute for GPRS NS counters.
913
914 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Wed, 04 Nov 2015 10:23:39 +0100
915
Holger Hans Peter Freyther8649d572015-11-03 09:30:52 +0100916libosmocore (0.9.0) unstable; urgency=medium
917
918 * StatsD support
919 * Disable building of static libraries
920 * GTP Hub and OAP ports/identifiers assigned
921
922 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:31:41 +0100
923
Holger Hans Peter Freytherd452a482015-08-23 17:38:26 +0200924libosmocore (0.8.3) unstable; urgency=medium
925
926 * Prepare new release
927
928 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Sun, 23 Aug 2015 17:38:55 +0200
929
Holger Hans Peter Freytherc136da52015-08-01 20:19:13 +0200930libosmocore (0.8.2) unstable; urgency=medium
Holger Hans Peter Freytherad69f892015-04-16 21:23:49 +0200931
932 * Add endian header
Holger Hans Peter Freyther16082fd2015-05-06 17:58:07 +0200933 * GPRS flow control changes
Holger Hans Peter Freythera6ea50c2015-05-25 14:17:29 +0200934 * Add APN format routines to libosmocore.
Holger Hans Peter Freytherad69f892015-04-16 21:23:49 +0200935
Holger Hans Peter Freytherc136da52015-08-01 20:19:13 +0200936 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Sat, 01 Aug 2015 20:18:45 +0200
Holger Hans Peter Freytherad69f892015-04-16 21:23:49 +0200937
938libosmocore (0.8.0) unstable; urgency=medium
Holger Hans Peter Freyther25aeab72015-01-18 19:05:19 +0100939
940 * New upstream release of libosmocore.
941
942 -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:04:10 +0100
943
944libosmocore (0.7.0) unstable; urgency=medium
Harald Welte336915a2014-08-21 15:51:07 +0200945
946 * New upstream release of libosmocore.
947
948 -- Harald Welte <laforge@gnumonks.org> Thu, 21 Aug 2014 15:52:00 +0200
949
Holger Hans Peter Freyther0c50b172014-03-31 15:36:57 +0200950libosmocore (0.6.6) UNRELEASED; urgency=medium
951
952 * New upstream release of libosmocore.
953
954 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 31 Mar 2014 15:37:33 +0200
955
956libosmocore (0.6.5) unstable; urgency=medium
Holger Hans Peter Freyther050e9c42014-01-20 10:37:42 +0100957
958 * New upstream release of libosmocore
959
960 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 20 Jan 2014 10:37:23 +0100
961
962libosmocore (0.6.4+git3) unstable; urgency=low
Jacob Erlbeck1fa16642013-11-11 09:43:06 +0100963
964 * GPRS fix NS connections to a SGSN when configured via VTY
965
966 -- Jacob Erlbeck <jerlbeck@sysmocom.de> Thu, 07 Nov 2013 16:07:20 +0100
967
968libosmocore (0.6.4+git2) unstable; urgency=low
Holger Hans Peter Freytherf41e5e62013-10-10 14:17:51 +0200969
970 * GPRS related changes, some GSM encoding/decoding changes
Holger Hans Peter Freyther81286a72013-10-17 14:49:02 +0200971 * GPRS correctly determine routable NSVC.
Holger Hans Peter Freyther7fcb3ce2013-10-25 09:51:17 +0200972 * Update with GPRS changes
Holger Hans Peter Freytherf41e5e62013-10-10 14:17:51 +0200973
974 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 10 Oct 2013 14:16:37 +0200
975
976libosmocore (0.6.3+git1-1) unstable; urgency=low
Holger Hans Peter Freyther73fa6422013-08-09 17:48:06 +0200977
978 * New upstream release with new primitives, USSD fixes.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +0200979 * Split libosmocore into several package. One lib per package.
Holger Hans Peter Freyther73fa6422013-08-09 17:48:06 +0200980
981 -- Holger Hans Peter Freyther <holger@freyther.de> Fri, 09 Aug 2013 17:47:30 +0200
982
Holger Hans Peter Freytherd2446752013-06-26 08:03:14 +0200983libosmocore (0.6.2) unstable; urgency=low
Holger Hans Peter Freytherb64b2b02013-03-25 17:41:15 +0100984
985 * New upstream release with NS UDP DSCP ABI changes
986
Holger Hans Peter Freytherd2446752013-06-26 08:03:14 +0200987 -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 26 Jun 2013 08:01:55 +0200
Holger Hans Peter Freytherb64b2b02013-03-25 17:41:15 +0100988
989libosmocore (0.5.3+git1-6) unstable; urgency=low
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +0100990
991 * Build new package with the new API required for osmo-bts/openbsc
Holger Hans Peter Freytherb3f304b2013-02-13 18:11:43 +0100992 * Package the arfcn utility.
993 * Add the SOCK_RAW work-around for glibc.
Holger Hans Peter Freythera5007db2013-02-13 19:27:42 +0100994 * Re-enable the debug packages thanks to Jan.
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +0100995
996 -- Holger Hans Peter Freyther <holger@freyther.de> Fri, 04 Jan 2013 09:54:55 +0100
997
Holger Hans Peter Freyther9e6789d2012-11-05 21:36:48 +0100998libosmocore (0.5.3+git1-2) unstable; urgency=low
999
Pau Espin Pedrol456081d2018-05-03 15:39:11 +02001000 * New upstream version
Holger Hans Peter Freyther9e6789d2012-11-05 21:36:48 +01001001
1002 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 05 Nov 2012 21:35:57 +0100
1003
Eric Butlerb5372ab2012-08-14 20:43:47 -07001004libosmocore (0.5.3+git1-1) precise; urgency=low
1005
1006 * Fix issue with package version.
1007
1008 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 20:43:17 -0700
1009
Eric Butler8dbdc4f2012-08-14 18:07:00 -07001010libosmocore (0.5.3+git1) precise; urgency=low
1011
1012 * Updated debian package.
1013
1014 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 16:53:56 -0700
1015
Harald Weltef5afa182011-05-10 17:29:01 +02001016libosmocore (0.3.0) natty; urgency=low
1017
1018 * New upstream version of libosmocore
1019
1020 -- Harald Welte <laforge@gnumonks.org> Tue, 10 May 2011 17:28:24 +0200
1021
Holger Hans Peter Freytherab1255b2011-01-13 18:09:44 +08001022libosmocore (0.1.27) natty; urgency=low
1023
1024 * New upstream version of libosmocore.
1025
1026 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 13 Jan 2011 18:07:36 +0800
1027
Harald Welted4bb7ab2010-08-24 15:17:13 +02001028libosmocore (0.1.17-1) unstable; urgency=low
1029
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +02001030 * Initial release
Harald Welted4bb7ab2010-08-24 15:17:13 +02001031
1032 -- Harald Welte <laforge@gnumonks.org> Tue, 24 Aug 2010 10:55:04 +0200