blob: 8fffac54cff4b2d386621703fb849d3c40345fbd [file] [log] [blame]
Harald Welte4bedb532021-02-24 09:35:21 +01001libosmocore (1.5.1) unstable; urgency=medium
2
3 [ Pau Espin Pedrol ]
4 * osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment lines
5
6 [ Harald Welte ]
7 * attempt to fix RPM spec file after recent soversion bump
8
9 -- Harald Welte <laforge@osmocom.org> Wed, 24 Feb 2021 09:35:21 +0100
10
Pau Espin Pedrolf286fdc2021-02-23 14:03:31 +010011libosmocore (1.5.0) unstable; urgency=medium
12
13 [ Vadim Yanitskiy ]
14 * debian/control: change maintainer to the Osmocom team / mailing list
15 * vty/command: cosmetic: simplify conditions in in config_list_cmd
16 * vty/command: cosmetic: fix formatting of config_help_cmd
17 * vty/command: cosmetic: drop redundant line break
18 * vty/command: fix switch / case coding style in vty_go_parent()
19 * vty/command: cosmetic: swap i and j in vty_dump_element()
20 * gsm0808: add gsm0808_create_sapi_reject_cause()
21 * macaddr: fix osmo_get_macaddr(): return -1 if no device is found
22 * macaddr: fix osmo_macaddr_parse(): return meaningful error codes
23 * lapdm_pad_msgb(): cosmetic: use GSM_MACBLOCK_PADDING
24 * lapd_test: fix wrong comment in lapdm_establish()
25 * lapd_test: rename func=UA (RR) CM Service Request: s/ua/ua_cm/
26 * lapd_test: fix: print all messages to stdout, not stderr
27 * lapd_test: add a test checking SAPI0/SAPI3 prioritization
28 * lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCH
29 * logging: refactor and simplify log_target_destroy()
30 * logging: fix log_target_destroy(): properly close syslog
31 * logging: fix memleak in log_target_create_file()
32 * vty: fix 'Unsigned compared against 0' generate_cpu_hex_mask()
33 * gsm0808: fix: do not encode invalid encryption algorithm
34 * vty: add program specific attributes to VTY commands
35 * vty: print program specific attributes in the XML reference
36 * vty: cosmetic: drop redundant 'break' statements
37 * vty: cosmetic: s/width/cmd_width/g in vty_describe_command()
38 * vty: cosmetic: fix missing curly braces in vty_describe_command()
39 * vty/command: introduce new attribute CMD_ATTR_IMMEDIATE
40 * vty/command: reflect global attributes in the XML reference
41 * tests: do not ignore stderr of vty_test, also match it
42 * vty: check for duplicate flags in application specific attributes
43 * vty: check for reserved flags in application specific attributes
44 * vty/command: add global command attribute CMD_ATTR_NODE_EXIT
45 * vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappers
46 * vty: use install_lib_element() and install_lib_element_ve()
47 * vty/command: introduce API for the library specific attributes
48 * vty: introduce and use VTY_CMD_USR_ATTR_NUM
49 * vty/command: introduce a command to list attributes
50 * vty/command: print attribute flags in the output of 'list'
51 * tests/vty: verify 'show vty-attributes' / 'list' commands
52 * vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}
53 * vty/command: restrict the use of '.', '!', and '@' as flags
54 * vty: fix vty_dump_element(): do not print empty <attributes>
55 * socket: make the arguments of osmo_sockaddr_cmp() const
56 * gprs_ns2: make struct osmo_sockaddr pointers const
57 * rsl: rsl_chan_nr_str_buf(): use ABIS_RSL_CHAN_NR_CBITS_* macros
58 * logging: introduce 'systemd-journal' target
59 * vty: introduce the expert mode and a command to enable it
60 * vty/command: make some 'struct cmd_element' pointers const
61 * vty/command: introduce vty_dump_xml_ref_mode()
62 * vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASK
63 * application: do not document unrelated forward-declarations
64 * vty/command: fix: restrict the expert mode to the current session
65 * fix spelling in 'value_string' arrays: existAnt -> existEnt
66 * gsm48: add missing RR cause value definitions
67 * vty/command: add 'hidden only' VTY reference generation mode
68 * bts_features: add missing description for BTS_FEAT_ACCH_REP
69 * core/linuxlist: do not use 'new' as a parameter name
70 * protocol/gsm_08_58.h: add ip.access Power Control structures
71 * protocol/gsm_08_58.h: add Osmocom specific EWMA AVG algo
72 * logging: revert color of LGLOBAL category back to white
73 * gsm_08_58: fix wrong field order in 'struct ipac_preproc_pc_thresh'
74 * gsm_08_58: add flexible array member to 'struct ipac_preproc_ave_cfg'
75 * gsmtap_util: SNR can be negative, use a signed integer
76 * gprs_ns2_sns: always check rc of osmo_sockaddr_str_from_sockaddr()
77 * gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown()
78 * gprs_bssgp: fix uninitialized struct fields in bssgp_create_rim_ri()
79 * bts_features: s/Repeation/Repetition/ in osmo_bts_features_descs[]
80 * gprs_bssgp: abuse gsm48_encode_ra() to encode TAC
81 * fixup: configure.ac: fix: do not define HAVE_NEON unconditionally
82 * gsm_7bit_encode_n(): test encoding of more than 250 septets
83 * gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()
84 * gsm0808: use msgb_tv16_put() and osmo_store32be()
85 * bssgp_bvc_fsm: check return value of osmo_fsm_register()
86 * tlv: add msgb_tv32_put(), similar to msgb_tv16_put()
87 * tlv: clarify documentation for msgb_tv{16,32}_put()
88
89 [ Eric ]
90 * vty cpu sched: do not assert if sched impossible
91 * pkgconfig: link to mnl if available
92
93 [ Pau Espin Pedrol ]
94 * vty: Fix cpu-sched VTY node name
95 * sock: osmo_sock_init2_multiaddr: decouple addr resolution from socket creation
96 * socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associations
97 * socket: Log proper getaddrinfo() error
98 * osmo_sock_get_ip_and_port(): Support IPv6 sockets
99 * l1sap.h: Fix typo in doxygen documentation
100 * osmo_sock_inti2_multiaddr: Fix memleak and free uninitialized mem
101 * socker: Remove AI_ADDRCONFIG from getaddrinfo flags
102 * tests: Split SCTP tests to its own file and run them conditionally
103 * ipa: Fix wrong output log formatting
104 * socket: Allow binding to :: (IPv6) and connecting to IPv4-only on the remote
105 * socket: Add support for AF_INET6 in osmo_sockaddr_to_str_and_uint()
106 * socket: Use AF_UNSPEC instead of PF_UNSPEC calling getaddrinfo
107 * socket: Fix stack-buffer-overflow in osmo_sock_local_ip()
108 * socket: fix wrong ipv6 dst buf size passed in osmo_sock_local_ip
109 * socket: Add some osmo_sockaddr print helpers
110 * tests: Add test to showcase osmo_sock_init2 bug with AF_UNSPEC
111 * socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versions
112 * logging: Avoid printing OSMO_LOGCOLOR_END if no color was used
113 * osmo_strlcpy: Avoid calling memcpy with size=0
114 * osmo_strlcpy: Clarify length calculation
115 * cosmetic: Fix typo in API doc
116 * gprs_ns2_udp: Avoid dangling freed struct in list if binding fails
117 * vty: Fix left shifting out of range on signed variable
118 * cosmetic: vty: Fix trailing whitespace
119 * gsm: Fix make distcheck with parallel make
120 * contrib: jenkins: Enable parallel make in make distcheck
121 * lapdm: Drop log lines printing fmt=B
122 * lapdm: Split lapd_rx_u() spaghetti into one function per message type
123 * lapdm: Allow SABM L=0 in Timer Recovery State
124 * gb: ns2_sns: Fix missing trailing newline char in log line
125 * gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVC
126 * vty: Mark cpu_sched_vty commands with attr immediate
127 * tdef: Introduce OSMO_TDEF_US unit
128 * tests: Fix tdef_test on 32bit platforms
129 * bitvec: Fix left shifting out of range on signed variable
130 * cosmetic: serial: Fix typo in comment
131 * serial: Fix typo in debug log line
132 * serial: Log error if tcgetattr() or tcsetattr() fail
133 * serial: Introduce API osmo_serial_speed_t
134 * Revert "tests: Fix tdef_test on 32bit platforms"
135 * tests: Fix tdef_test on 32bit platforms
136 * statsd report: Fix wrong fmt specificier generating wrong stats
137 * gsm: Add enum for Network Feature Support IE
138 * Include mnl.h iif --enable-libmnl
139 * gb: Import mnl.h iif --enable-libmnl
140 * bssgp: Remove newly added log line warning about NOOP
141 * rest_octets: add Serving Cell Priority Parameters
142 * gsm: si13: Fix encode of EGPRS_PACKET_CHANNEL_REQUEST
143 * si2quater: fix budget calculation for multiple EARFCNs
144 * gsm: append_eutran_neib_cell: Fix SI2quater EARFCN list
145 * GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bit
146 * Revert "rest_octets: fix encoding of 3G Early Classmark Sending Restriction"
147 * rest_octets: Fix decoding of SI3 3G Early Classmark Sending Restriction
148 * gitignore: Ignore *~
149 * ctrl: Allow handling CTRL get/set replies in user defined code
150 * Intoduce Packet Switch CGI
151 * ctrl: ports.h: Add OSMO_CTRL_PORT_BSC_NEIGH
152 * gsm: Add missing osmo_*_cmp symbols to libosmogsm.map
153 * gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIs
154 * gprs_bssgp_prim.h: Add missing includes
155 * Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"
156 * ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocation
157 * cosmetic: fix typo in comment
158 * gsm: Fix wrong length in SI13 GPRS Cell Options IE
159 * gsm: bts_features: Introduce BTS_FEAT_CCN
160 * Fix struct bitfields on big endian systems
161 * cosmetic: Move comment one line below in append_gprs_cell_opt
162 * gsm: Fix bitfield order in dtap_header
163 * comsetic: gsm0808_test: Fix trailing whitespace
164 * gsm: Support converting to cgi-ps in gsm0808_cell_id_from_cgi()
165 * gsm0808_utils: Move static function further up in file
166 * gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS types
167 * logging: gsmtap: Fill PID field for each message
168 * Introduce osmo_gettid() API
169 * logging: gsmtap: Fix fill PID field not stored in network byte order
170 * logging: gsmtap: Store TID instead of PID in pkt hdr
171 * gsm: Introduce API osmo_gsm48_rest_octets_si13_decode
172 * logging: Allow prefixing thread ID to each log line
173 * tests: Set print_category values explicitly
174 * Drop use of log_set_print_filename() API inside libosmocore
175 * logging: Deprecate API log_set_print_filename
176 * osmo-release.sh: Omit tab whitespace matching debian/control versions
177
178 [ Harald Welte ]
179 * gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAP
180 * Add VTY + CTRL ports for upcoming OsmoSMLC
181 * gprs_ns2_sns: Fix compilation on Debian 8
182 * ipaccess.h: Add more enum values and 'official' names
183 * ns2: Improve/extend doxygen comments for new ns2 implementation
184 * ns2: Use NULL and not '0' when returning a NULL-Pointer
185 * gprs_ns2: Mark gprs_ns2_validate_* as static
186 * write_queue: Add osmo_wqueue_enqueue_quiet()
187 * write_queue: use msgb_{en,de}queue_count()
188 * write_queue: Re-enqueue msgb if write_cb returns -EAGAIN
189 * logging_vty: set osmo_stderr_target to NULL on "no log stderr"
190 * logging: Introduce MAX_LOG_SIZE for the magic number 4096
191 * bssgp: Don't include RA-ID in BVC-RESET for BVCI=0 (signalling)
192 * bssmap_le/bsslap tests: We must use %td for ptrdiff_t printing
193 * osmo_float_str_to_int: When using strtoll(), use LLONG_{MAX,MIN}
194 * gprs_ns2: Fix parsing of SNS-{ADD,DEL,CHANGE_WEIGHT}
195 * gsm48_rest_octets: Add parser for SI4 rest octets
196 * [cosmetic] rest_octets: Follow coding style regarding {}
197 * ns2: More verbose comments on gprs_ns2_vc_mode
198 * select: Introduce osmo_fd_{read,write}_{enable,disable}()
199 * select: Migrate over to poll()
200 * card_fs_usim.c: Add support for DF.5GS directory
201 * Revert "gsm_04_08: add parser for Mobile Station Classmark 3"
202 * card_fs_usim: Add definitions of DF.ProSe and DF.ACDC
203 * bssgp: Input argument to bssgp_tlv_parse() should be 'const'
204 * ns2: permit multiple nsvci in one nse in VTY
205 * frame_relay: Fix some spelling/language issues
206 * Revert "ns2: permit multiple nsvci in one nse in VTY"
207 * gprs_ns2_vty: Fix VTY documentation errors
208 * frame_relay: Fix null pointer dereference in DLC/PVC delete
209 * frame_relay: Fix error path on ioctl() failure
210 * gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer name
211 * gprs_ns2_fr: Print Frame Relay 'role' in VTY
212 * gprs-ns2: Fix stringification of NS/FR NSVCI
213 * gprs_ns2: Don't return an empty string in case of unknown LL
214 * cosmetic: frame_relay: Fix typos
215 * gprs_ns2: Print link layer and global ALIVE/DEAD state
216 * gprs_ns2_vty: Differentiate 'show ns binds' and 'show ns entities'
217 * gprs_ns2_vty: Show NSVCI in dump_nsvc()
218 * gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities'
219 * gprs_ns2_vty: Print all relevant data on each NS-VC
220 * gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSP
221 * Integrate libmnl (minimal netlink) library with libosmocore select loop
222 * gprs_ns2_fr: Monitor the kernel net-device link state
223 * gsm_08_18.h: Update enums for message types and IEs with Release 15
224 * gprs_ns2_vty: Re-introduce a 'show ns' command
225 * libosmogb: Add missing LIBMNL_CFLAGS
226 * mnl: Use mnl_socket_open() insatead of mnl_socket_open2()
227 * gprs_ns2_fr: remove include <linux/if.h>
228 * bssgp: Use TLVP_PRES_LEN instead of TLVP_PRESENT
229 * gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENT
230 * bssgp: Update bssgp_pdu_strings with Release 15
231 * bssgp: Fix typo in BSSGP Message Type enum
232 * Add hlist and hashtable from Linux kernel
233 * Use explicit type-casting in hlist_del() for C++ compatibility
234 * gsm_08_18.h: Add some PDU definitions still missing
235 * hash/log2: Add generic implementations of fls() and fls64()
236 * log2.h: Use uintXX_t instead of kernel specific types
237 * log2.h: Avoid redefining __always_inline
238 * ns2: Accept NS-UNBLOCK-ACK in UNBLOCKED state
239 * Introduce 'osmo_tlv_prot' abstraction for validation of TLV protocols
240 * tlv: Introduce enum with error codes for TLV parser functions
241 * bssgp: Add osmo_tlv_prot_def for BSSGP
242 * gsm_08_18.h: Add #defines for [extended] feature bits
243 * tlv.h: Add msgb_tvlv_put_{16,32}be()
244 * logging: Introduce DLBSSGP logging constant
245 * gb: Add beginnings of a new BSSGP implementation
246 * logging: Assing different 8bit colors to built-in subsystems
247 * bssgp2: Encoding + Decoding functions for BVC and MS flow control
248 * bssgp_bvc_fsm: Add basic BVC flow control rx/tx support
249 * gprs_ns2_fr.c: Skip extraneous FIONBIO
250 * gprs_ns2_fr: guard against race between socket(AF_PACKET) and bind()
251 * gprs_ns2_fr: use ETH_P_HDLC instead of ETH_P_ALL
252 * Fix VTY syntax for newly-introduced NS2 timers
253 * gors_ns2_vty: Fix saving of new NS2 timers
254 * gprs_ns2_fr: Avoid stringop-truncation warning
255 * gprs_ns2_fr: Use OSMO_STRLCPY_ARRAY() where possible
256 * fsm: Add osmo_fsm_inst_broadcast_children()
257 * vty: Fix left shifting out of range on signed variable
258 * lapd_core: Don't dereference data link after sending PRIM_DL_REL
259 * cbsp: Fix encoding of "ETWS Warning Security Info" IE
260 * cbsp: Fix osmo_cbsp_recv_buffered() for KEEP-ALIVE-COMPLETE
261 * cbsp: Fix parsing DCS in decode of WRITE-REPLACE
262 * Add inter-thread queue
263 * tlv_parser: Fix various out-of-bounds accesses
264 * gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2
265 * gprs_ns2: Give NS-VC FSMs a proper name/identifier
266 * ns2: delay NS_AFF_CAUSE_RECOVERY until NS-VC for data + sig are unblocked
267 * vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefix
268 * ns2: Properly indent VTY output
269 * ns2: Unify logging context via log macros
270 * logging_vty: Fix saving of "logging print file .. last"
271 * gprs_ns2_test: Fix compilation on Debian 8
272 * Revert "gprs_ns2_vc_fsm: check NSVCI match the NSE"
273 * Revert "gprs_ns2_vc_fsm: check NSEI match the NSE"
274 * ns2: Use proper return value from write_queue callback function
275 * ns2: Log ERROR if we cannot transmit a packet due to ENOBUFS
276 * osmo-ns-dummy: Add simple NS traffic generator
277 * ns2: Work around AF_PACKET socket ENOBUFS problems
278 * ns2: Use named array initializers to avoid mistakes
279 * ns2: encapsulate calls to nsvc->bind->send_vc()
280 * ns2: Increment Rx and Tx byte / packet counters
281 * ns2: Properly report packet drops in FR code
282 * ns2: count number of dropped packets / bytes on transmit
283 * ns2: Implement more rate counters
284 * ns2: Add a rate_ctr for each NS-UNBLOCK
285 * ns2: Move to one common/shared ns2_bind_alloc()
286 * ns2: Memory allocation failures are ENOMEM, not ENOSPC
287 * ns2: Rename nsi->rate_ctr_idx to nsi->nsvc_rate_ctr_idx
288 * ns2: Introduce a per-bind stat_item group with backlog length
289 * ns2: Fix typos in comments
290 * ns2: Print NS-STATUS.ind primitives to the log
291 * ns2: cosmetic: fix indent levels
292 * frame_relay: Send "Fuil Status" ENQUIRY after link recovers
293 * frame_relay: Add status call-backs for link + DLC status changes
294 * frame_relay: Discard received messages for DLC not yet active
295 * frame_relay: cosmetic: Unify log syntax when discarding Rx packets
296 * ns2: Don't automatically re-start FSM at FORCE_UNCONFIGURED
297 * ns2: Stop test procedure when going into unconfigured state
298 * ns2: Don't start sending NS-RESET until FR DLC is available
299 * osmo-ns-dummy: Add "mirror-mode" to mirror back any received packets
300 * initial support for static userspace probes via systemtap
301 * Enable systemd-journald log target in debian + rpm packaging
302 * gb: frame_relay: Factor-out function to set link as dead
303 * gb: frame_relay: Detect link outage on "last receive seq nr == 0"
304 * frame_relay; Fix Q.933 async STATUS at DLC creation
305 * ns2: Name NSVC FSM events consistently
306 * ns2: Don't queue Q.933 LMI messages; only store most recent ones
307 * ns2: improve backlog handling on interface up/down
308 * ns2: Don't try to add packets to the backlog on real errors
309 * README.md: Use https everywhere
310 * ns2_fr: Fix null pointer deref in error path
311 * ns2_fr: Fix heap-use-after-free in error recovery path
312 * BVC FSM: Treat overlapping BVC-RESET as implicit ACK
313 * support for stats static userspace probes via systemtap
314 * CBSP: fix encoding/decoding of keep-alive repetition period
315 * CBSP: Fix encoding of warning period
316
317 [ Neels Hofmeyr ]
318 * comment: mention spec reference in cbsp.[ch]
319 * comment: typo in cbsp.h
320 * bitXXgen: ensure not reading/storing past valid size
321 * bitXXgen: add bitgen_test.c
322 * bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted values
323 * add osmo_use_count_to_str_c()
324 * osmo_use_count_to_str: make robust against unused use_count
325 * add osmo_float_str_to_int() and osmo_int_to_float_str_*()
326 * add GAD coding for Location Services
327 * add BSSLAP coding for Location Services
328 * add BSSMAP-LE coding for Location Services
329 * add BSSMAP coding for Location Services
330 * doc tweaks for osmo_float_str_to_int(), osmo_int_to_float_str*()
331 * gad.c: try to workaround warning for "h.type >= 0"
332 * gad.c: fix rc for osmo_gad_enc_ell_point_unc_circle()
333 * gprs_ns2_fr.c: compiler error: replace strncpy() with OSMO_STRLCPY_ARRAY()
334 * fix strncpy bug in gprs_ns2_fr_bind()
335
336 [ Alexander Couzens ]
337 * sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the port
338 * tests/socket: add testcase test_get_ip_and_port
339 * socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofd
340 * socket: add osmo_sockaddr_cmp()
341 * gb/gprs_bssgp: remove superfluous whitespace
342 * gb/common_vty: use void *
343 * add osmo_sockaddr_local_ip() to determine the local address for a remote.
344 * Gb: add a second NS implementation
345 * libgb/ns: allow to create NS_ALIVE NSVC
346 * gb/gprs_bssgb: check if talloc failed on btsctx->fc
347 * gb/gprs_bssgb: ensure the fc timer has been stopped when freeing bssgp_bvc
348 * ns2: remove bssgp specific msgb->cb parts
349 * ns2: vty: add missing docs for IPv6 address
350 * ns2: check the specific bit of NS SDU Control bits
351 * ns2: refactor nsvc_by_ functions
352 * ns2: ns2_recv_vc: remove unused parameter nsi
353 * ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't found
354 * ns2: refactor handle_nsip_read/handle_nsfrgre_read
355 * ns2: fix a msg leak when receiving REJECTED messages
356 * gsm_12_21: add osmo_oml_nsvc_address_type for OML NM_ATT_OSMO_NS_LINK_CFG
357 * ns2: parse the return code of gprs_ns2_ip_bind
358 * ns2: refactor ns2_prim_status_ind()
359 * ns2: status ind: add additional flags (first and persistent)
360 * ns2: vty: show all nse
361 * ns2: vty: allow the users (pcu/sgsn) to set a default bind
362 * ns2: vty: on `show ns` add information of NS binds
363 * gprs_ns2_vty_create: remove bind pointer check
364 * gprs_ns2: gprs_ns2_free(): add missing talloc_free
365 * gprs_ns2: fix SNS_ADD for IPv4
366 * gprs_ns2: fix empty prefix in TLV Parse error
367 * gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddr
368 * gprs_ns2: gprs_ns2_ip_bind() check if the bind already exists
369 * gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nse
370 * gprs_ns2: add gprs_ns2_free_binds() to free all binds
371 * gprs_ns2: add gprs_ns2_free_nses() to free all NS-E
372 * gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bind_sockaddr
373 * gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote
374 * gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddr
375 * gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS address
376 * gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also const
377 * gprs_ns2: add gprs_ns2_nse_foreach_nsvc()
378 * gprs_ns2: Partial revert 48f63867 allow to create NS_ALIVE NSVC
379 * gprs_ns2: add gprs_ns2_ip_vc_equal()
380 * add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str
381 * gprs_ns2: remove the nsvc fsm timer when cleaning up the fsm
382 * ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_str
383 * gprs_ns2: convert gprs_ns2_cause_str into an static inline
384 * libosmocore: change the memory management of NS2
385 * ns2: fixup gprs_ns2_prim_strs
386 * ns2: check if ns_vc_alloc() fails in bind_connect()
387 * ns2: add support for frame relay
388 * ns2: implement link sharing selector
389 * ns2: move LL into public api
390 * ns2: move link layer type into NSE
391 * ns2: remove obsolete type GPRS_NS2_LL_E1
392 * gprs_ns2_fr: remove include <linux/if.h>
393 * gprs_ns2: fix typo in comment
394 * gprs_ns2: use switch() case instead of multiple if in ns2_create_vc()
395 * gprs_ns2_sns: add missing transistion UNCONFIGURED -> SIZE
396 * gprs_ns2_sns: dynamic calculate the maximum NS-VCs
397 * gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happen
398 * gprs_ns2_sns: fix whitespaces and superflous comment
399 * gprs_ns2_sns: correct dynamic calculation
400 * gprs_ns2: introduce NS dialects
401 * gprs_ns2: move allocation of the SNS fsm into create_nse
402 * gprs_ns2: add member name to bind
403 * gprs_ns2: rework gprs_ns2_fr_connect*()
404 * gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSE
405 * gprs_ns2_sns: rework IP-SNS initial remote
406 * gprs_ns2_sns: use different binds for the initial connection
407 * gprs_ns2_sns: introduce SNS Size/Config retries
408 * gprs_ns2: make nsvc argument const
409 * gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr role
410 * gprs_ns2: on ns2_create_vc parse the tlv before using it
411 * gprs_ns2_vty: udp: fixup dialect changes
412 * gprs_ns2: fr: fix crash when frame relay interface doesn't exists
413 * gprs_ns2: improve handling of TLV errors on new nsvcs
414 * gprs_ns2: don't pass the return code of reject_status_msg
415 * gprs_ns2: fr: implement a write queue
416 * gprs_ns2: fr: setup the device to correct FR/LMI settings
417 * gprs_ns2: add new vty2
418 * gprs_ns2: sns: correct log message when no nsvcs available
419 * gprs_ns2: sns: don't send duplicated packets on retries
420 * gprs_ns2: sns: add log message when size/config retries exhausted
421 * gprs_ns2: don't start unconfigured fsm via FORCE_UNCONFIGURED
422 * gprs_ns2: fix force-unconfigured for IP-SNS NSE
423 * frame_relay: prevent null pointer exception when talloc fails
424 * frame_relay: link_alloc: move log message to the end
425 * gprs_ns2: rework frame relay load distribution function
426 * gprs_ns2_fr: setup_device: allow to setup a new dahdi device
427 * gprs_ns2: fr: check the device state before changing state
428 * gprs_ns2: use zero initialized memory for vty_binds
429 * utils: add osmo-ns-dummy
430 * gprs_ns2: call python vty tests
431 * gprs_ns2: set transfer cap in NS Status primitive
432 * gprs_ns2: check if persistent nsei or nsvc exists when creating dynamic NSE
433 * osmo-ns-dummy: allow to create dynamic NSEs
434 * gprs_ns2_vc: answer UNBLOCK on unblocked nsvc
435 * gprs_ns2: when calling nsvc_force_unconf for a dynamic NSE drop the NSE.
436 * gprs_ns2_sns: clear local and remote entries when SNS failed
437 * gprs_ns2: flag then NSE as dead in nse_free()
438 * gprs_ns2_vc_fsm: fix spaces and remove wrong comment
439 * test: gprs_ns2: don't leak the talloc context
440 * test: gprs_ns2: replace free_bind() with clear_pdus()
441 * test: gprs_ns2: free the nsi after each test
442 * gprs_ns2: add assert on most bind calls
443 * gprs_ns2: allow to use free_vc() with NULL
444 * osmo-ns-dummy: don't leak primitive messages
445 * gprs_ns2: implement BLOCK/UNBLOCK of a NSVC by vty
446 * gprs_ns2: correct handle BLOCK message on initator
447 * gprs_ns2_vc_fsm: rename all event to match RX_ or REQ_
448 * gprs_ns2_vc_fsm: ensure all state is resetted via force_unconf
449 * gprs_ns2_vc_fsm: in RESET accept RESET as ACK
450 * gprs_ns2_vc_fsm: fix transitions for ALIVE state
451 * gprs_ns2_message: remove wrong comment
452 * gprs_ns2_vc_fsm: check NSEI match the NSE
453 * gprs_ns2_vc_fsm: check NSVCI match the NSE
454 * tests: gprs_ns2: add unitdata unit test
455 * gprs_ns2: always pass a tp to gprs_ns2_vc_rx
456 * gprs_ns2_vc_fsm: check NSEI match the NSE
457 * gprs_ns2_vc_fsm: check NSVCI match the NSE
458 * gprs_ns2: drop GPRS_ prefix of gprs_ns2_cs
459 * gprs_ns2: drop prefix of all internal exposed function
460 * gprs_ns2: drop the public prefix gprs_ from all static functions/structs/..
461 * gprs_ns2: refactor: ensure all enums have GPRS_NS2_
462 * gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty
463 * gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty
464 * gprs_ns2: remove api call gprs_ns2_dynamic_create_nse
465 * gprs_ns2: introduce gprs_ns2_vty_init_reduced() for the PCU
466 * gprs_ns2: correct vty config write
467 * gprs_ns2: prevent division by zero in load_sharing
468 * gprs_ns2_vc_fsm: reset ALIVE N counter when restarting the test procedure.
469 * gprs_ns2_vc_fsm: rename ST_ALIVE -> ST_RECOVERING
470 * gprs_ns2: unify the handling of **result when bind already present.
471 * gprs_ns2_fr: free_bind(): first do the NULL check before using members
472 * frame_relay: fix NULL pointer deref
473 * gprs_ns2_frgre: set a correct gre pointer for ipv6
474 * gprs_ns2_frgre: check iph/ip6h before passing them to rx functions
475 * gprs_ns2_sns: rework tracking of NS-VC unblocked/alive state
476 * gprs_ns2_sns: add timeout to ST_CONFIG_SGSN
477 * gprs_ns2_sns: reset the N of timeout when entering a new state
478 * gprs_ns2: rename vty-command ip-sns -> ip-sns-remote
479 * gprs_ns2_vty: fix memory leak of vty_binds
480 * gprs_ns2: add signalling & data weights for UDP binds
481 * gprs_ns2_vc_fsm: use CLOCK_MONOTONIC for alive elapsed timer
482 * gprs_ns2_vc_fsm: reset the alive elapsed timeout everytime
483 * gprs_ns2_vty: use strcmp() instead of strncmp()
484 * gprs_ns2_vc_fsm: remove debug line of the alive_timer
485 * gprs_ns2: fix comment of alive NS-VC
486 * gprs_ns2_sns: fix typo in doxygen comment
487 * gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE
488 * gprs_ns2: rework IP-SNS binds
489 * gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp`
490 * gprs_ns2: implement a simple load sharing for UDP
491 * gprs_ns2: fix typo in function name ns2_load_sharing_modulo
492 * gprs_ns2: make gprs_ns2_recv_prim() always take msgb ownership
493 * gprs_ns2_sns: rename fsm events to include RX or REQ prefix
494 * gprs_ns2_fr: pass MTU changes to the NSE
495 * gprs_ns2: truncate the NS_STATUS to the MTU
496 * gprs_ns2_message: tx_status: move all cause dependent code into the switch/case
497 * gprs_ns2: add value_string for GPRS_NS2_AFF_CAUSE_SNS_NO_ENDPOINTS
498 * gprs_ns2: ensure no duplicate UDP NSVC can be created
499 * gprs_ns2: free_nse: free the SNS fsm early
500
501 [ Daniel Willmann ]
502 * gsm_08_16.h: Add missing header
503 * gprs_ns2: Make reason const
504 * libosmogb: Add a function to tx BVC RESET by nsei/bvci
505 * Add exported function btsctx_alloc to public header
506 * ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VC
507 * ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indication
508 * ns2: Improve NSVC output
509 * ns2: Split 'initiater' into initiate_{reset,block}
510 * ns2: Add a function to set the NSVC FSM back to unconfigured
511 * ns2: Add a VTY command to reset NSVC FSM
512 * ns2: Fix docs for some NS2 vty commands
513 * logging: Calculate LOG_MAX_{CTX,FILTERS} from the enum
514 * ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receive
515 * ns2: Fix argv index in logging filter VTY commands
516 * Declare osmo_ctx_init() in talloc.h
517 * bssgp: Add SUSPEND_NACK to osmo_pdef_bssgp
518 * logging: Remove duplicate color for DLSMS
519 * ns2_frgre: Fix missing break statement for recv from IPV6
520 * bssgp_bvc_fsm: Handle block request from application correctly
521 * NS2: Fix bind selection of SNS NSVCs
522 * ns2: Add sanity check
523 * Refactor ns2_nsvc_create_ip*
524 * ns2: Fix memory leak in IP-SNS
525 * ns2: Fix assert when removing a bind listen
526 * ns2: Fix incompatible VTY configs when writing config
527 * tests/gb: Add more complex osmo-ns-dummy.cfg
528 * bssgp_bvc_fsm: Set/get maximum BSSGP PDU length
529 * bssgp2_enc_status: Truncate STATUS message to maximum PDU length
530 * bssgp_bvc_fsm: Consistent naming
531
532 [ Philipp Maier ]
533 * command: add library command attribute for libosmo-sccp
534 * command: add library command attribute for libosmo-abis
535 * gsm_08_58: add proprietary IE to signal Repeated ACCH Capability
536 * gsm_04_08: add parser for Mobile Station Classmark 3
537 * gsm_04_08: add parser for Mobile Station Classmark 3
538 * bts_features: add feature BTS_FEAT_ACCH_REP
539 * gsm_08_58: add struct for RSL_IE_OSMO_REP_ACCH_CAP
540 * gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAP
541 * gprs_bssgp_util: complete bssgp_pdu_strings
542 * gprs_bssgp: add IE parser/generator for RIM Routing Information
543 * gprs_bssgp: add handling for BSSGP RIM primitives
544 * gsm_08_18: add struct to parse RIM PDU Indications
545 * bssgp_rim: add encoder/decoder for NACC related RIM containers
546 * bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rim
547 * gprs_bssgp: add utilities to send and parse BSSGP rim PDUs
548 * gprs_bssgp_rim: Return with EOPNOTSUPP on unsupported containers
549 * gprs_bssgp_rim: fix bug in dub_tlvp_header()
550 * gprs_bssgp_rim: add value strings for enum bssgp_nacc_cause
551 * gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_id
552 * gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discr
553 * gprs_bssgp_rim: add functions to convert a RIM-RI to a string
554 * gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-"
555 * gprs_bssgp: log source and destination RIM routing information
556 * gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.c
557 * gsm48: add compare function for struct gprs_ra_id
558 * gsm_08_58, gsm_44_004: add struct for l1 information
559
560 [ laforge ]
561 * Revert "pkgconfig: link to mnl if available"
562
563 [ Oliver Smith ]
564 * tests/*: fix control reaches end of non-void func
565 * configure.ac: set -std=gnu11
566 * sim: fix gcc 4.9.2 + -std=gnu11 error
567
568 -- Pau Espin Pedrol <pespin@espeweb.net> Tue, 23 Feb 2021 14:03:31 +0100
569
Harald Welte5c5713e2020-08-13 11:06:36 +0200570libosmocore (1.4.0) unstable; urgency=medium
571
572 [ Pau Espin Pedrol ]
573 * bitvec: Fix return value in doc for bitvec_write_field()
574 * gb: Fix typo in bssgp_cause_strings description
575 * logging_vty.c: Avoid acquiring log tgt lock in logging level cmd when not needed
576 * value_string: Switch val from unsigned to int
577 * gsm0503_coding: Fix misleading comment UL vs DL
578 * gsm0503_coding: Fix USF encoding in MCS1-4
579 * gsm0503_tables: Document USF encoding tables
580 * tests/coding: Test decoding of DL EGPRS data packet
581 * tests/coding_test: Fix test_pdtch() results
582 * gsm_04_06.h: Remove repeated egprs header struct definitions
583 * configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrt
584 * Drop old BSC references in fd check configure option
585 * Revert "gsmtap_makemsg_ex: NULL for unknown chan_type"
586 * use_count.h: Fix API doc example
587 * tests/fsm_test.c: Disable use color in logging output
588 * tests: vty: Extend test to do some numeric range validations
589 * vty: Allow 64 bit values in numeric ranges if system supports it
590 * vty: Don't match negative values on purely positive ranges
591 * vty: Introduce support to set cpu-affinity and scheduler policy
592
593 [ Harald Welte ]
594 * usb: Use OSMO_STRLCPY where appropriate
595 * usb: Add osmo_libusb_find_matching_dev_{path,serial}
596 * osmo_libusb: Check return of libusb_get_string_descriptor_ascii()
597 * osmo-sim-test: Recurse through subdirectories
598 * osmo-sim-test: Fall-back to classic SIM
599 * chantype_rsl2gsmtap(): Add entries for CBCH
600 * gsmtap.h: Add definitions for voice inside GSMTAP
601 * Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_string
602 * Add CTRL port number for osmo-mgw
603 * gsmtap: Solve TCH / FACCH confusion once and for all
604 * fixup depreciation warning
605 * socket: Add osmo_sock_mcast_iface_set() to bind multicast to device
606 * libosmosim: Build irrespective of PC/SC support
607 * sim: card_fs_usim.c: Fix FID of EF.EXT4
608 * card_fs_sim: Avoid '/' in file names
609 * osmo-sim-test: Use stderr for error messages
610 * osmo-sim-test: don't print SW in successful case of dump_file()
611 * osmo-sim-test: Optionally dump card files to host filesystem
612 * sim: add osim_file_desc_find_aid()
613 * sim: re-structure how we support cards + applications
614 * osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cards
615 * card_fs_{usim,isim}: Update to 15.7.0 / Release 15
616 * sim: Add HPSIM application support
617 * osmo-sim-test: Avoid double-close
618 * ports.h: Add 4268 for UECUPS VTY
619 * exec: Introduce osmo_system_nowait2() to allow specify a user
620 * select.c: Introduce support for signalfd
621 * timerfd: call osmo_fd_unregister() when closing on read error
622 * gsm0503_parity: Fix compilation with gcc-10
623 * gsm_29_118.h: Fix compilation with gcc-10
624 * sim: When decoding SW, take application specific SW into account
625 * README.md: fix typo (coore -> core)
626 * README.md: We don't build libosmotrau. The latter is in libosmo-abis.git
627 * usb: Add osmo_libusb_find_open_claim() all-in-one API
628 * codec: Add functions for AMR s->d bits and d->s bits
629 * libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen()
630 * Implement ITU-T I.460 multiplex / demultiplex
631 * NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP
632 * NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2()
633 * lapd/lapdm: print user-defined string name instead of (dl=%p)
634 * lapd_core: Fix log line being about LAPD and not LAPDm
635 * Revert "add osmo_mobile_identity API"
636 * bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATION
637 * gsm0808: Add gsm0808_create_common_id()
638 * gprs_bssgp: Add bssgp_tx_bvc_reset2()
639 * gprs_ns: Set sockaddr_in.sin_family for persistent NSVCs
640 * vty/ports.h: Add VTY port for osmo-e1d
641 * lapd_core: Ensure we always have some tailroom
642 * lapd_core: After calling into L3, check if the state has changed
643 * vty: Avoid ultra-long multi-line strings cluttering talloc reports
644 * gsm0411_{smc,smr}.c: Work around newlib bug
645 * bits.c: Use faster look-up-table approach for osmo_revbytebits_{buf,u8}
646 * i460: Add back-pointer from sub-channel to timeslot
647 * i460: pass more context to call-back functions
648 * i460: Fix bit- and subslots ordering of I.460 mux + demux
649
650 [ Neels Hofmeyr ]
651 * add crcXXgen.c.tpl to EXTRA_DIST
652 * jenkins.sh: simpler invocation of verify_value_string_...
653 * gsm_04_08.h: fix big endian structs
654 * add missing endian.h in gsm_23_041.h
655 * struct_endianess.py: also recognise unnamed substructs
656 * cosmetic: apply changes to match struct_endianess.py output
657 * enable vty xml dumping to stdout
658 * api doc: clarify 'returns' of gsm48_mi_to_string()
659 * api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signature
660 * fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf()
661 * add gsm23236: MSC pooling: TMSI and NRI utility functions
662 * tlv.h: add msgb_tvl_put() to add a TvLV without the value part
663 * osmo_bcd2str: also validate start_nibble parameter
664 * add osmo_mobile_identity API
665 * add osmo_mobile_identity API
666 * gsm0408_test: allow deprecated API
667 * api comment: fix example of osmo_mobile_identity_encode_msgb
668 * fixup for gsm0808_create_common_id(): add API doc, use new MI API
669
670 [ Philipp Maier ]
671 * l1sap: add measurement related struct members
672 * osmo-sim-test: check tlv_parsed struct tp before access
673 * parity: add amr crc14 definition
674 * conv: add convolutional coder for AMR SID UPDATE frames
675 * gsm690: Fix amr speech bit length table
676 * dtx: add decoding for AMR-DTX frames
677 * exec: osmo_system_nowait2: initalize *pw pointer with NULL
678 * logging: use LOGL_NOTICE when no loglevel is set
679 * logging: do not allow multiple calls of log_init()
680 * gsm0505_amr_dtx: add missing value strings
681 * gsm0808: fix endieness of call identifier
682 * i460_mux: correctly reset subchannels
683 * gsm_08_58: add missing RSL error cause codes
684 * i460_mux: add callback to notify empty tx queue
685
686 [ Vadim Yanitskiy ]
687 * usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/
688 * gsm/gsm48049.c: fix use of GNU 'missing =' extension in designator
689 * tdef_vty: do not enforce enum 'node_type' in osmo_tdef_vty_groups_init()
690 * conv: prevent theoretical NULL pointer dereference in osmo_conv_encode()
691 * osmo_libusb: check return value of osmo_fd_register()
692 * exec: prevent uninitialized memory access in osmo_system_nowait()
693 * exec: propogate errors from osmo_environment_[filter|append]
694 * bitvec: make bitvec_free() safe against NULL
695 * tests/bitvec: add a unit test for bitvec_read_field()
696 * bitvec: fix bitvec_unhex(): do not return 1 on success
697 * bitvec: fix misleading description of bitvec_spare_padding()
698 * bitvec: cosmetic: init i only once in bitvec_[un]pack()
699 * bitvec: avoid redundant zero-initialization in bitvec_alloc()
700 * tests/coding: check return value of encoding / decoding functions
701 * tests/coding: reduce verbosity of 8-bit / 11-bit RACH coding tests
702 * tests/coding: cosmetic: use ARRAY_SIZE() macro from utils.h
703 * coding: fix documentation of PDTCH encoding functions
704 * tests/coding: add 11-bit Access Burst samples from a real phone
705 * coding: fix bit ordering in 11-bit RACH coding functions
706 * rest_octets: fix encoding of 3G Early Classmark Sending Restriction
707 * libosmogsm: cosmetic: add spaces before and after PRIu32
708 * bts_features: fix: properly check the result of bitvec_get_bit_pos()
709 * bts_features: introduce osmo_bts_unset_feature()
710 * gsm0502: add TDMA frame number constants and modular arithmetic
711 * utils/gsmtap_logread.py: make it executable
712 * src/Makefile.am: add conv_acc_neon_impl.h to EXTRA_DIST
713 * configure.ac: clarify description of --enable-neon
714 * configure.ac: fix: do not define HAVE_NEON unconditionally
715 * configure.ac: print ARM NEON instructions support status
716
717 [ Eric Wild ]
718 * pcsc: don't leak memory
719
720 [ Alexander Chemeris ]
721 * gb: Fix typos in gprs_ns.c comments
722 * gb: Print signalling and data weights on NS-VC creation.
723 * select: Fix typo in a comment Osmcoom->Osmocom
724 * stats: Move cfg_stats_interval_cmd() function.
725 * stats: Fix documentation for osmo_stats_set_interval()
726 * stats: Support regular stats flush
727 * stats: Change timer to timerfd to make it a true interval timer.
728 * gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.
729 * gsm0808: Make a function to extract Cause IE publicly available.
730 * gsm0808_utils: Fix gsm0808_cause_class() function
731 * gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation notice.
732 * gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.
733
734 [ Maksim Aristov ]
735 * debian: Change python3 dependency to native arch
736
737 [ Eric ]
738 * configure.ac: fix libtool issue with clang and sanitizer
739 * timer.c: make timers thread safe
740 * pkgconfig/osmocodec/osmocoding: link to talloc
741 * libomsocoding: NEON viterbi acceleration
742
743 [ Kirill Zakharenko ]
744 * statsd: fix rendering for groups with idx==0
745
746 [ Sylvain Munaut ]
747 * libosmogsm: import hopping sequence generation code
748
749 [ Oliver Smith ]
750 * contrib: import RPM spec
751 * gsmtap_makemsg_ex: NULL for unknown chan_type
752 * contrib: integrate RPM spec
753 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
754
755 [ Alexander Couzens ]
756 * gprs_ns.h: add missing prototype gprs_ns_rcvmsg()
757 * gprs_ns: fix typo in comment
758 * gprs_ns_frgre.h: add missing declaration of structs
759 * bts_features: add feature BTS_FEAT_IPV6_NSVC
760 * socket: osmo_sock_local_ip: correct doxygen comment
761 * vty: add a define VTY_IPV46_CMD to require a IPv4/6 address
762 * Gb/BSSGP: replace hardcoded Tx into NS library by a callback
763 * gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFG
764 * osmo_sock_init2: improve support for AF_UNSPEC
765 * socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints
766
767 [ Daniel Willmann ]
768 * rate_ctr: Add functions to reset rate counter (groups)
769 * stat_item: Add function to reset stat items and groups
770 * stats: Add stats commands related to testing
771
772 -- Harald Welte <laforge@osmocom.org> Thu, 13 Aug 2020 11:06:35 +0200
773
Pau Espin Pedrol2862f902020-01-02 18:42:30 +0100774libosmocore (1.3.0) unstable; urgency=medium
775
776 [ Pau Espin Pedrol ]
777 * osmo-release.sh: Add DRY_RUN mode
778 * osmo-release.sh: Verify debian/rules dh_strip lines match LIBVERSION
779 * osmo-release.sh: Verify consistency of dependency versions in configure.ac and debian/control
780 * osmo-release.sh: Check patches under debian/patches apply
781 * osmo-release.sh: Support releasing openbsc.git
782 * vty: Register logp cmd next to logging commands
783 * tdef: Introduce API osmo_tdef_set()
784 * tdef_vty.h: Add missing header dependencies
785 * logging_internal.h: Fix osmo_log_info definition
786 * osmo-release.sh: update TODO-RELEASE for non-lib projects too
787 * logging: Move extern declaration of osmo_log_target_list from logging.h to logging_internal.h
788 * msgb: Allow size==headroom in msgb_alloc_headroom*()
789 * tdef: Introduce min_val and max_val fields
790 * tdef_test: verify case where osmo_tdef_set returns -EEXIST
791 * vty: Optionally Set/replace cfg file during cmd 'write file'
792 * logging: Introduce mutex API to manage log_target in multi-thread envs
793 * socket.c: Move glibc workarounds to same place in addrinfo_helper()
794 * vty: Fix go_parent_cb not called for indented nodes at end of cfg file
795 * tdef: Return correct snprintf value for osmo_tdef_range_str_buf()
796 * socket: Introduce API osmo_sock_init2_multiaddr()
797 * socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()
798 * libosmocore.pc.in: Append -lsctp to Libs.private
799 * socket.c: build multiaddr socket API helpers only if used by public APIs
800 * configure: Introduce --disable-libsctp and error by default if libsctp not found
801 * vty: Return error if cmd returns CMD_WARNING while reading cfg file
802 * cosmetic: gsm_04_08.h: Fix trailing whitespace
803 * gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()
804 * gsm: Fix compilation error under some compilers
805 * gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests
806 * gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_t
807 * Introduce fields related to DTAP DLCI
808 * osmo-release.sh: Use set -e before applying changes to prepare release
809 * osmo-release.sh: Improve of PKG_CHECK_MODULES from configure.ac
810 * Drop empty file debian/patches/series
811
812 [ Harald Welte ]
813 * codec/ecu_fr: Mark input TCH frame as 'const' as we only read it
814 * context: Add support for [per-thread] global talloc contexts
815 * cbsp: Fix endless loop iteration when decoding cell list IEs
816 * cbsp: Remove printf() statement from early development/debugging
817 * cbsp: Fix decoding of WRITE-REPLACE payload
818 * codec/ecu: Introduce new generic Error Concealment Unit abstraction
819 * gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning
820 * Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability
821 * sim/class_tables: Fix typo in comment
822 * cosmetic: clarify c_iflag in osmo_serial_init()
823 * select: Make file descriptor lists per-thread
824 * 04.80: Deprecate gsm0480_create_ussd_resp()
825 * Check for osmo_fsm_register() error return value
826 * gprs_ns_instantiate(): propagate errors from gprs_sns_init() to caller
827 * osmo-arfcn: Fix '-h' option
828 * utils: exit(2) on unsupported positional arguments on command line
829 * gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IE
830 * gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"
831 * libosmocore libusb integration
832 * usb: Import a variety of libusb utility functions from simtrace
833 * debian/control: Add missing libusb-1.0-0-dev dependency
834 * Introduce helper functions for safe fork+exec of processes
835
836 [ Neels Hofmeyr ]
837 * add vty logp command to echo on all log targets
838 * osmo_tdef_get(): allow passing -1 as default timeout
839 * fix: vty crash by logging during VTY_CLOSED event handling
840 * OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition
841 * OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer
842 * tdef: fixup osmo_tdef_set()
843 * gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE
844 * API doc tweaks (mncc.h, gsm_08_08.h)
845 * add osmo_fsm_set_dealloc_ctx(), to help with use-after-free
846 * fsm: refuse state chg and events after term
847 * add osmo_sockaddr_str_is_nonzero()
848 * test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.c
849 * fix OSMO_SOCKADDR_STR_FMT for IPv6
850 * add osmo_sockaddr_str_cmp()
851 * utils.c: fix various inaccurate API doc about return values
852 * logging.h: define ansi color constants
853 * fix DLSMS logging category color: '[1:38m' isn't actually defined
854 * cosmetic: logging.h: fix comment s/levels/subsystems
855 * osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte order
856 * utils.h: add OSMO_NAME_C_IMPL() macro
857 * fix osmo_escape_str_c() and osmo_quote_str_c()
858 * GSUP: rename E_ROUTING_ERROR to ROUTING_ERROR
859 * fsm.h: add missing include of logging.h
860 * msgb_put: more elaborate logging of head/tailroom failure
861 * utils_test: add osmo_print_n_test()
862 * utils: add osmo_strnchr()
863 * osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()
864 * vty: track parent nodes also for telnet sessions
865 * vty_app_info.is_config_node: add OSMO_DEPRECATED
866 * add osmo_escape_cstr and osmo_quote_cstr
867 * add all missing OSMO_GSUP_TO_MSGT_*() macros
868
869 [ Oliver Smith ]
870 * Cosmetic: l1sap.h: change /* !< to /*!<
871 * logging.h: add L1 SAPI related context and filter
872 * gprs_ns_vty: return success for disabled FR/GRE
873 * debian, utils: switch to python 3
874
875 [ Ruben Undheim ]
876 * MAXPATHLEN set if not defined
877 * No fail if no /proc/cpuinfo
878
879 [ Philipp Maier ]
880 * cosmetic: Move comment to the right place
881 * cosmetic: Add comment on GSM-FR ECU struct
882 * ecu_fr: increase test coverage for FR ECU implementation
883 * gsm0508: add functions to calculate beginning of a block
884
885 [ Vadim Yanitskiy ]
886 * gsm29205_test: fix error: missing braces around initializer
887 * GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
888 * logging/vty: do not print deprecated logging commands to stdout
889 * logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()
890 * logging/vty: fix: actually ignore deprecated logging commands
891 * logging/vty: fix vty_read_file(): do not write warnings to stdin
892 * logging/vty: fix: do not close stderr in vty_close()
893 * libosmovty: properly initialize vty->fd in vty_new()
894 * libosmovty: simplify condition checking vty->fd in vty_close()
895 * core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDE
896
897 [ Daniel Willmann ]
898 * libosmogsm: add support for XOR authentication
899
900 [ Vasil Velichkov ]
901 * Add code coverage support
902
903 [ Eric Wild ]
904 * sim: allow opening reader# > 0
905
906 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 02 Jan 2020 18:42:29 +0100
907
Pau Espin Pedrol922d2762019-08-06 18:02:02 +0200908libosmocore (1.2.0) unstable; urgency=medium
909
910 [ Harald Welte ]
911 * Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre)
912 * deal with rate_ctr_group_alloc() returning NULL
913 * Fix osmo_quote_str_c() for strings larger than 32 bytes
914 * Print error message if application fails to call rate_ctr_init()
915 * gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()
916 * Revert "Print error message if application fails to call rate_ctr_init()"
917 * osmo_sock_get_name_*: Ensure string is returned in error case
918 * Revert "Change GSM48_PDISC_* to enum type"
919 * pseudotalloc: turn talloc_steal() into #define
920 * TLV: Add one-shot TLV encoder
921 * lapdm_rslms_recvmsg: Fix memory leak in error path
922 * rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH
923 * oap_client: Fix license: GPLv2+ instead of AGPLv3+
924 * tdef: Fix license: GPLv2+ instead of AGPLv3+
925 * gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+
926 * rest_octets: Use correct symbols names for range encoder
927 * rest_octets: Actually include gsm48_rest_octets.c in Makefile.am
928 * rest_octets: Fix export of osmo_gsm48_rest_octets
929 * rest_octets: Suffix encoder functiosn with _encode
930 * rest_octets: Add function to parse SI3 rest octets
931 * rest_octets: Implement actual SI6 rest octets encoding
932 * rest_octets: Remove SI2ter + SI2bis encoders that don't do anything
933 * lapdm: Don't truncate L3 payload at 200 bytes length
934 * make all library-internal static buffers thread-local
935 * gsm0808_utils: Add gsm0808_decode_cell_id_u()
936 * lapdm: Allow user to specify T200 values; Use correct N200 values
937 * lapd_core: Perform N200 retransmissions, not N200-1
938 * fsm: Allow millisecond granularity in osmo_fsm built-in timer
939 * fsm: Reduce amount of copy+pasted LOGPFSMSRC() statements
940 * fsm.c: Print error message for FSM with allstate_action but no events
941 * CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support
942 * cbsp: Introduce osmo_cbsp_errstr
943 * Add Cell Broadcast related definitions from 3GPP TS 23.041
944 * cbsp.c: Remove dead code
945 * tdef: remove bogus OSMO_ASSERT(unsigned long >= 0)
946 * osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif
947 * avoid gcc format error on embedded builds
948 * pseudotalloc: Simplistic wrapper of talloc_named()
949
950 [ Keith ]
951 * Add expect script: 'vty' for easy access to all vtys
952
953 [ Kévin Redon ]
954 * fix typo in FSM description
955 * fix isdigit taking unsigned as input
956 * minor: don't redefine macros
957 * (minor) fix typo in comments
958
959 [ Omar Ramadan ]
960 * Add MO-FALLBACK-VALUE SGsAP IE
961
962 [ Max ]
963 * NS: log address:port on error
964 * Change GSM48_PDISC_* to enum type
965
966 [ Pau Espin Pedrol ]
967 * gsm0808: Introduce Osmocom extensions to announce Osmux support
968 * vty: command.c: Get rid of huge indentation block
969 * vty: command.c: Fix is_cmd_ambiguous() returning always 0
970 * cosmetic: vty: command.c: Use upper case for enum match_type value names
971 * vty: command.c: Get rid of huge indentation block
972 * logging: Check return error from time() call
973 * logging: Use reentrant ctime_r instead of ctime
974 * command.c: Improve return check condition in cmd_execut_command_real()
975 * vty: command.c: Get rid of big indentation block
976 * vty: tests: Verify incomplete optional parameters are passed to vty funcs
977 * vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func
978 * vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func
979 * vty: Remove trailing whitespace in output from show asciidoc
980 * gsm: lapd_core: Log timeout used upon start of T200
981 * vty: Simplify char escaping in asciidoc output
982 * gsm0808_test: Fix wrong use of memcp
983 * utils: share static buffer in osmo_str_to{lower,upper}()
984 * Get rid of osmo_str_tolower() use inside libosmocore code
985 * tests: logging: Remove undefined param passed to logging_vty_add_cmds
986 * configure: Autodetect TLS bug on ARM with old gcc and apply workaround
987 * configure: Allow disabling workaround for TLS bug in old ARM gcc versions
988 * osmo-release.sh: Drop whitespace after = when parsing LIBVERSION
989
990 [ Oliver Smith ]
991 * gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS
992 * Cosmetic: GSUP: fix too long comment line
993 * gsm48_decode_bcd_number2: fix ENOSPC edge case
994 * gitignore: add doc/*.tag.prep
995 * Makefile.am: don't delete example.xml, vtydoc.xsd
996 * contrib/jenkins.sh: run "make maintainer-clean"
997
998 [ Sylvain Munaut ]
999 * codec/ecu: Add a bit of precision about the actual frame format used
1000
1001 [ Daniel Willmann ]
1002 * Deprecate usage of osmo_counter_*
1003 * stats_vty: Add verb to sentence for show asciidoc counters
1004
1005 [ Vadim Yanitskiy ]
1006 * protocol/gsm_12_21.h: fix copy-pasted struct description
1007 * gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test
1008 * gsm48_decode_bcd_number2(): fix output truncation
1009 * gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation
1010 * gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length
1011 * gsm48_encode_bcd_number(): clarify optional LHV header initialization
1012 * vty/command.c: cosmetic: add missing curly brackets
1013 * socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()
1014 * vty_transcript_test.vty: add choice auto-complete tests
1015 * core/utils: drop meaningless const from return value of osmo_luhn()
1016 * protocol/gsm_04_08.h: do not check if unsigned is positive
1017 * Revert "fsm.c: Print error message for FSM with allstate_action but no events"
1018 * Revert "utils.h: require a semi colon after OSMO_ASSERT"
1019 * libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cb
1020 * osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment
1021 * bitvec/bitval2mask(): cosmetic: get rid of temporary int variable
1022 * gsm/gsm0480.c: parse_ss(): drop needless debug print
1023 * gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging
1024 * gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()
1025 * vty/telnet_interface.c: use DLGLOBAL logging sub-system
1026 * vty/telnet_interface.c: avoid unneeded initialization
1027 * vty/logging_vty.c: fix writing of 'print category-hex'
1028 * vty/telnet_interface.c: log connection accept() / close() events
1029 * vty/vty.c: fix vty_read(): prevent further heap-buffer overrun
1030 * vty/vty.c: the command buffer can be accessed directly
1031
1032 [ Alexander Couzens ]
1033 * utils: add gsmtap_logread.py a gsmtap log reader
1034 * bitvec: correct comment in bitvec_alloc
1035 * utils.h: require a semi colon after OSMO_ASSERT
1036
1037 [ Eric Wild ]
1038 * add define for magic tmsi constant
1039 * tell ubsan to ignore SUN_LEN
1040
1041 [ Ruben Undheim ]
1042 * Set HTML_TIMESTAMP to NO to make build reproducible
1043
1044 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 06 Aug 2019 18:02:01 +0200
1045
Pau Espin Pedrol1fcdd0d2019-05-07 18:36:51 +02001046libosmocore (1.1.0) unstable; urgency=medium
1047
1048 [ Oliver Smith ]
1049 * gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHK
1050 * GSUP: deprecate osmo_gsup_get_err_msg_type()
1051 * Revert "signal.c: Make non-exported tall_sigh_ctx static"
1052 * Revert "ipa_ccm_idtag_parse*: Fix reported length value"
1053 * GSUP: add inter-MSC handover related msgs and IEs
1054
1055 [ Harald Welte ]
1056 * Bump version: 1.0.0 → 1.0.1
1057 * gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digits
1058 * constrain gsm48_generate_mid() output array bounds
1059 * Work around bogus gcc-8.2 array-bounds warning/error
1060 * Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15
1061 * gsm_08_08.h: Add IEI definitions from Release 15
1062 * bitvec: Add bitvec_bytes_used() function
1063 * bitvec: Add bitvec_tailroom_bits() function
1064 * Fix BSSMAP length generated by gsm0808_create_clear_command2()
1065 * gsm0808: comment about difference of gsm0808_create_clear_command()
1066 * gsm0808: Add unit tests for test_create_clear_command2()
1067 * bssgp_tx_bvc_unblock(): Fix log message
1068 * gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()
1069 * gprs_ns.c: cosmetic whitespace fixes
1070 * gprs_ns: Declare gprs_ns_tx_alive*() in header file
1071 * gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message
1072 * select: Call log_reset_context() before calling file descriptor callbacks
1073 * NS: Don't print information about FR/GRE if not enabled!
1074 * NS: Add missing NS Cause strings
1075 * GPRS: Doxygen documentation for 'struct libgb_msgb_cb'
1076 * gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
1077 * NS: Factor out gprs_nsvc_start_test() and use it
1078 * NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
1079 * gprs_ns.c: Update comment: IP SNS has recently been implemented
1080 * gprs_ns: Don't use initial IP/port for anything but SNS
1081 * gprs_ns_sns: Use "correct" remote IP address for local IP endpoint
1082 * tests: use -no-install libtool flag to avoid ./lt-* scripts
1083 * ipa_ccm_idtag_parse*: Fix reported length value
1084 * socket: osmo_sock_get_name() Use "const void *" as talloc context
1085 * gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()
1086 * select: Rename BSC_FD_* constants to OSMO_FD_*
1087 * signal.c: Fix osmo_signal_talloc_ctx_init()
1088 * signal.c: Make non-exported tall_sigh_ctx static
1089 * osmo_escape_str_buf: Always copy, don't return input string pointer
1090 * Add _buf() functions to bypass static string buffers
1091 * Add _c versions of functions that otherwise return static buffers
1092 * Re-introduce declaration of gsm0808_create_handover_request_ack()
1093
1094 [ Neels Hofmeyr ]
1095 * gsm0808: add BSSMAP Cell Identifier matching API
1096 * add osmo_hexdump_buf() and test
1097 * add osmo_classmark_* API
1098 * osmo_fsm_state_name: make robust against NULL fi
1099 * build: add missing logging_vty_test.vty to EXTRA_DIST
1100 * jenkins distcheck: enable external tests
1101 * osmo_fsm_inst_state_chg(): set T also for zero timeout
1102 * osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 years
1103 * add generic vty_transcript_test.c, vty_transcript_test.vty
1104 * vty: enable optional-multi-choice syntax: ([one]|[two])
1105 * vty: enable optional-multi-choice syntax: [(one|two)]
1106 * vty: enable tab-completion for optional-multi-choice args
1107 * vty telnet: consistently never change nodes upon CTRL-C
1108 * vty api: add vty_out_va()
1109 * doxygen: enable cross referencing everywhere
1110 * doxygen: add source files as dependencies
1111 * doxygen: allow manual 'make apidoc' even if --disable-doxygen
1112 * add osmo_tdef API, originally adopted from osmo-bsc T_def
1113 * platform independence fix: tdef range tests
1114 * get_value_string(): guard against NULL
1115 * fix osmo_gsm48_classmark* libosmogsm.map entries
1116 * add OSMO_STRBUF_PRINTF()
1117 * enlarge gsm0808 msgb headroom
1118 * log: fsm: allow logging the timeout on state change
1119 * fix api doc typo for osmo_plmn_name2()
1120 * api doc: tweak gsm0808_cell_id_matches_list() doc
1121 * represent negative T-timers as Osmocom-specific X-timers
1122 * tdef_test: tweak output to prepare for a fix
1123 * fix tdef_test.c: do call the function-to-test in all cases
1124 * fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
1125 * add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
1126 * osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
1127 * gsm_utils.h: remove unused include of gsm_08_08.h
1128 * add osmo_sockaddr_str API
1129 * add osmo_use_count API
1130 * add fsm_dealloc_test.c
1131 * fsm: add flag to ensure osmo_fsm_inst_term() happens only once
1132 * fsm: support graceful osmo_fsm_inst_term() cascades
1133 * fsm_dealloc_test: no need for ST_DESTROYING
1134 * make osmo_sockaddr_str_is_set() NULL-safe
1135 * add osmo_str_startswith()
1136 * tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()
1137 * add osmo_{escape,quote}_str_buf2() for standard args ordering
1138 * add identifier sanitation for setting FSM instance ids
1139 * add OSMO_IMSI_BUF_SIZE
1140 * GSUP: add Message Class IE
1141 * BSSMAP: tweaks
1142 * BSSMAP: add messages for inter-BSC and inter-MSC Handover
1143 * add gsm48_decode_bcd_number2() from osmo-msc
1144 * add osmo_bssap_tlv_parse2() for multiple identical T
1145 * add vty_is_active()
1146 * add comment to gsm_mncc_bearer_cap.speech_ver
1147 * gsm48_decode_bcd_number2(): fix input len check
1148 * gsm48_decode_bcd_number2(): allow avoiding deprecation
1149 * osmo_gsup_decode(): properly check IMSI, avoid deprecation
1150 * add gsm0808_create_handover_request_ack2 to add AoIP RTP addr
1151
1152 [ Max ]
1153 * socket.h: add missing include
1154 * Enable remote SIM protocol log level
1155 * Add multipatch capability to osmo-config-merge
1156 * LCLS: add string dump helpers
1157 * coding: check gsm0503_rach_*() results
1158 * rate_ctr_group_free(): guard against empty or NULL input
1159 * BSSGP: use variable for NSEI
1160
1161 [ Philipp Maier ]
1162 * gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMAND
1163 * gsm0808_utils: fix gsm48 multirate configuration generator
1164 * gsm0808_utils: fix gsm48 multirate to S-bit converter
1165 * gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf
1166
1167 [ Sylvain Munaut ]
1168 * protocol/gsm_04_14: Fix the OPEN LOOP message type
1169 * gsm_08_08.h: Add constants for Channel Type in signalling mode
1170
1171 [ Vadim Yanitskiy ]
1172 * gsm/gsm0480: introduce gsm0480_create_release_complete()
1173 * vty/tdef_vty.c: drop redundant comparison
1174 * src/signal.c: cosmetic: use talloc_zero()
1175 * Doxygen: fix incorrect / missing parameter description
1176 * core/linuxlist.h: fix and unify Doxygen documentation
1177 * core/linuxlist.h: fix white-space and inconsistent alignment
1178 * src/logging.c: fix syntax errors in Doxygen documentation
1179 * core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
1180 * core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
1181 * src/msgb.c: fix Doxygen documentation for msgb_printf()
1182 * core/msgb.h: fix incorrect Doxygen parameter description
1183 * Doxygen: fix documentation of rate_ctr_for_each_counter()
1184 * src/rate_ctr.c: drop some incorrect \ref references
1185 * Doxygen: fix documentation of osmo_timer_setup()
1186 * logging_gsmtap.c: document all params of log_target_create_gsmtap()
1187 * src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
1188 * gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values
1189 * vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap
1190 * vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
1191 * gsm_utils.c: fix Doxygen description for gsm_get_octet_len()
1192 * Fix incorrect buffer size calculation
1193 * gb/gprs_ns_sns.c: fix incorrect sizeof() calculation
1194 * gsm/gsm_utils.c: indicate intentional fall-through
1195 * application.c: drop wrong \references of osmo_init_ignore_signals()
1196 * bitcomp.c: fix missing Doxygen group closing tag
1197 * gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()
1198
1199 [ Pau Espin Pedrol ]
1200 * rsl: Support PDCH in rsl_chan_nr_str
1201 * ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parse
1202 * ipa: Fix ipa_ccm_id_resp_parse on big endian systems
1203
1204 [ Karl Koscher ]
1205 * Fix build on non-glibc systems
1206
1207 [ Alexander Couzens ]
1208 * add osmo_stat_item_inc/osmo_stat_item_dec to set it relative
1209
1210 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 May 2019 18:36:51 +0200
1211
Harald Welte3927cc42019-01-21 14:50:43 +01001212libosmocore (1.0.1) unstable; urgency=medium
1213
1214 [ Max ]
1215 * Rename msgb_wrap_with_TL()
1216
1217 -- Harald Welte <laforge@gnumonks.org> Mon, 21 Jan 2019 14:50:42 +0100
1218
Harald Weltea0c1cba2019-01-19 21:59:07 +01001219libosmocore (1.0.0) unstable; urgency=medium
1220
1221 [ Kévin Redon ]
1222 * GSMTAP: add SIM sub_types
1223 * comp128v23 (minor): update original code site and author
1224
1225 [ Neels Hofmeyr ]
1226 * fix strncpy bugs in gsm/ipa.c
1227 * fix strncpy bugs in socket.c
1228 * cosmetic: osmo-sim-test.c: use memcpy instead of strncpy
1229 * use __FILE__, not __BASE_FILE__
1230 * log: add 'last' option to 'logging print file'
1231 * gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4
1232 * api doc: fix osmo_quote_str_*
1233 * add osmo_str_tolower() and _toupper() with test
1234 * fix tests linking: don't use system installed libs
1235 * logging vty: add VTY transcript test
1236 * gsm0808: implement BSSMAP Classmark Request
1237 * jenkins: add --enable-external-tests
1238 * logging vty: rewrite 'logging level' vty cmd generation
1239 * logging vty: deprecate the 'everything' keyword
1240 * logging vty: write: check logging levels validity
1241 * logging vty: deprecate 'all', introduce 'force-all'
1242 * Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"
1243 * logging vty: add 'logging level set-all <level>'
1244 * vty reference: fix deprecation bit evaluation
1245 * vty list: fix deprecation/hidden bit logic
1246 * vty: omit HIDDEN from vty reference
1247 * vty logging: fix crash when missing 'logging enable'
1248 * jenkins: print gcc version in log
1249 * gsm_44_318.h: remove #if 0 from struct gan_cch_desc_ie
1250 * add contrib/struct_endianess.py
1251 * gsm0408_test: test encoding and decoding Mobile Identity
1252 * api doc: gsm48_mi_to_string(): warn of return value implementation
1253 * add osmo_bcd2str()
1254 * gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases
1255 * gsm48_generate_mid(): mask out ODD flag from mi_type
1256 * gsm48_mi_to_string(): guard against zero length output buffer
1257 * gsm48_mi_to_string(): do not read from zero length input buffer
1258 * fix api doc for osmo_bcd2str()
1259 * add to osmo_sock_get_name*() API
1260 * add/clean big-endian packed structs (struct_endianess.py)
1261 * define LOGPFSM fmt only once, in LOGPFSMLSRC
1262 * add API doc for LOGPFSM* macros
1263 * LOGPFSM*: guard against fi == NULL
1264 * add LOGPFSMSL(), LOGPFSMSLSRC()
1265 * gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type
1266 * osmo_rat_type: add OSMO_RAT_EUTRAN_SGS
1267 * fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*
1268 * add osmo_mi_name(), for MI-to-string like "IMSI-123456"
1269 * add osmo_lu_type_names[], osmo_lu_type_name()
1270 * change GSM48_CMSERV_* to enum type, add names
1271 * comments: update/fix three 3GPP spec references
1272
1273 [ Alexander Couzens ]
1274 * ctrl/vty: fsm: use correct element when iterating over fsm->proc.children
1275 * bssgp: introduce flush queue functions
1276 * configure.ac: check clock_gettime for glib < 2.17
1277
1278 [ Harald Welte ]
1279 * gsm0480: Factor out msgb allocation helper function
1280 * USSD: Introduce gsm0480_gen_ussd_resp_7bit()
1281 * 04.80: New gsm0480_gen_{reject,return_error}() functions
1282 * import oap_client into libosmogsm
1283 * oap_client: Rename symbols with osmo_ prefix
1284 * import oap_client_test from osmo-sgsn
1285 * cosmetic: More context / naming / comment for test_idtag_parsing()
1286 * Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()
1287 * jenkins_arm.sh: Use same Werror related options as on other builds
1288 * re-introduce ipa_ccm_idtag_parse_off()
1289 * debian/rules: Don't overwrite .tarball-version
1290 * Add RSPRO support to IPA and logging definitions
1291 * Add new osmo-config-merge utility
1292 * logging_vty: Ensure writing well-formed config files
1293 * osmo-config-merge: Don't use C99 'for' loop initial declarations
1294 * Revert "osmo-config-merge: Add manual page"
1295 * osmo-config-merge: fclose() what we fopen()
1296 * timerfd_create(): Fix error handling of osmo_fd_register()
1297 * telnet_interface: avoid double-close of fd()
1298 * vty.c: Set vty->fd to -1 after closing the FD
1299 * SGsAP protocol definitions (header + C file)
1300 * gsm23003: Add MME domain name related helper functions
1301 * Fix VTY documentation error introduced in "bind" VTY port change
1302
1303 [ Vadim Yanitskiy ]
1304 * vty/vty.c: remove dead unused tall_bsc_ctx
1305 * gsm/gsm0480.c: prevent NULL-pointer dereference
1306 * gsm/gsm0480.c: use the local msgb allocator
1307 * libosmogsm: (re)introduce gsm48_push_l3hdr()
1308 * core/utils.h: drop duplicate '<stdbool.h>' include
1309 * core/utils.h: move includes to the top
1310 * vty/command.h: document and prettify CMD_ATTR_* flags
1311 * utils/osmo-config-merge: explicitly return from main()
1312 * libosmogsm/gsup.c: fix error code in osmo_gsup_encode()
1313 * gsm/gsup.h: cosmetic: use tab for comment alignment
1314 * core/msgb.h: introduce msgb_l4len() helper
1315 * gsm0480: fix copy-pasted note for gsm0480_gen_return_error()
1316 * GSUP/SMS: introduce MO-/MT-FORWARD-SM messages
1317 * GSUP/SMS: introduce READY-FOR-SM message
1318 * tests/gsm0808: use new msgb comparison API
1319 * logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()
1320 * tests/gsup_test.c: drop session IEs from MO-ForwardSM Error
1321
1322 [ Philipp Maier ]
1323 * socket: check return code of setsockopt
1324 * socket: do not set SO_REUSEADDR for IPPROTO_UDP
1325 * socket: add flag to enforce SO_REUSEADDR on UDP sockets
1326 * gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP
1327 * gsm0808: fix wrong codec defaults for OFR_AMR_WB
1328 * gsm0808: add function to convert amr gsm0408 setings to gsm0808
1329 * gsm0808: add function to convert amr gsm0408 setings to gsm0808
1330 * gsm0808_utils: constify parameter
1331 * gsm_utils: add function to get value strings for gsm48_chan_mode
1332 * gsm0808: add function to convert AMR S15-S0 to gsm0408 settings
1333 * gsm0808: allow decoding of zero length speech codec lists.
1334 * gsm0808: fix doxygen apidoc
1335 * gsm0808: cosmetic: rename parameter "reason" to "cause"
1336 * gsm48: correct apidoc for gsm48_generate_mid()
1337 * gsm_29_118: add missing include to header file
1338 * gsm29118: add value strings for SGSAP IEI
1339 * fsm: fix apidoc of osmo_fsm_state_name()
1340 * gsm0808: add message generator for BSSMAP HANDOVER PERFORMED
1341 * gsm_29_118: add missing extern for struct value_string decl.
1342 * cosmetic apn: correct whitespace error
1343 * gsm_29_118.h: Add constant for default port
1344 * gsm29118: add generator functions for GSM29118 messages
1345 * gsm0808: add encoder for cause codes and use it
1346
1347 [ Mykola Shchetinin ]
1348 * vty/vty.c: fix bug in vty_config_write
1349
1350 [ Pau Espin Pedrol ]
1351 * signal: Introduce API osmo_signal_talloc_ctx_init
1352 * msgb: Introduce msgb_{de,en}queue_count APIs
1353 * vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release
1354 * ipa: Document ipa_msg_recv* functions
1355 * osmo-release.sh: Add quotes to string to fix shellcheck warning
1356 * osmo-release.sh: Allow forcing release without LIBVERSION bump
1357 * osmo-release.sh: Add checks to help avoid libversion debian major mismatch
1358 * gsm_08_58.h: Introduce struct abis_rsl_link_id
1359 * gsm_08_58.h: Introduce struct abis_rsl_chan_nr
1360 * gsm48: gsm48_decode_freq_list: Improve documentation of paramter f
1361 * gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rc
1362 * timer: Fix clockid_t undefined on MacOS < 10.12
1363 * stats.h: Fix build on MacOS
1364
1365 [ Stefan Sperling ]
1366 * properly handle mandatory cli param of gsm0808_create_paging2
1367 * Properly deal with sockaddr_un socket path length limitations.
1368 * ensure unix socket paths are NUL-terminated for bind/connect
1369 * fix error handling gprs_ns_nsip_listen()
1370 * add support for ipaccess messages on the ctrl interface
1371 * stop printing group description in vty_out_rate_ctr_group_fmt()
1372 * make 'show rate-counters' show group index
1373 * send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK
1374 * document unblock-ack vs. signalling in gprs_ns_process_msg()
1375 * rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAI
1376 * port arfcn range encode support from osmo-bsc
1377 * port rest octets encoding code from osmo-bsc
1378
1379 [ Keith ]
1380 * Add CC_CAUSE value_string array
1381
1382 [ Alexander Chemeris ]
1383 * coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.
1384 * coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().
1385
1386 [ Daniel Willmann ]
1387 * osmo-config-merge: Fix some small issues
1388 * osmo-config-merge: Add manual page
1389 * stats_statsd: Send all stat_items as gauges
1390
1391 [ Shinjo Park ]
1392 * GSMTAP: add definitions for new LTE RRC channels
1393 * GSMTAP: add definitions for LTE NAS subtypes
1394 * GSMTAP: fix typos in comments
1395
1396 [ Max ]
1397 * vty: adjust telnet log
1398 * Update cipher reject function
1399 * Fix deprecation warning in gsm0808_test
1400 * Add helper wrapper for BSSAP TLV parsing
1401 * Update 3GPP TS 08.08 Cause handling
1402 * Update GSM0808_LCLS enums
1403 * Move msgb_push helpers to public header
1404 * Support cipher mode reject with extended cause
1405 * Add missing header include
1406 * LCLS: add 48.008 parameter structure
1407 * Update gsm0808_create_ass() doxygen
1408 * ctrl: print textual error on IPA parsing failure
1409 * Move BSSMAP_MSG_* defines to header file
1410 * Update msgb Lx helpers
1411 * ctrl: use #define for TRAP id
1412 * Add msgb_tl_put() helper
1413 * LCLS: update osmo_lcls struct
1414 * Allow log_init() with NULL log_info
1415 * Add osmo_sockaddr_in_to_str_and_uint()
1416 * Constify llist_count() parameter
1417 * msgb: add test helpers
1418 * LCLS, TS 29.205: add GCR routines
1419 * LCLS, TS 48.008: add GCR IE encoding/decoding
1420 * LCLS: add gsm0808_create_ass2()
1421 * Fix typos in SS opcode names
1422 * LCLC: fix doc to match type signature
1423 * Use define for key buffers
1424 * TLV: fix doc copy-paste error
1425 * TLV: add convenience function for 1-byte values
1426 * LCLS: enc/dec entire parameter set instead of GCR
1427 * Streamline glibc version check
1428 * Automatically disable GnuTLS fallback
1429 * LCLS: fix LCLS-CONNECT-CONTROL encoder
1430 * msgb: fix debug print
1431 * LCLS: use proper types for value_string wrappers
1432 * LCLS: expand enc/dec tests
1433 * LCLS: add GCR comparison helper
1434
1435 [ Oliver Smith ]
1436 * cosmetic: fix typo (soocket -> socket)
1437 * add osmo_sock_get_{local,remote}_ip{,_port}()
1438 * socket.c: fix IP and port buffer sizes
1439 * merge_doc.xsl: move to osmo-gsm-manuals.git
1440 * GSUP: fix missing osmo_gsup_get_err_msg_type()s
1441 * GSUP: add end marker to enum osmo_gsup_iei
1442 * GSUP: add CHECK-IMEI message
1443 * Cosmetic: GSUP: note "on wire" for imei_result
1444 * gsm23003: add osmo_imei_str_valid()
1445
1446 [ Martin Hauke ]
1447 * gsm/protocol/gsm_08_58.h: Fix typo
1448
1449 [ Holger Hans Peter Freyther ]
1450 * vty: The telnet interface is TCP only. Fix the comments
1451 * vty: Make TCP port configurable and introduce telnet_init_default
1452
1453 -- Harald Welte <laforge@gnumonks.org> Sat, 19 Jan 2019 21:59:07 +0100
1454
Pau Espin Pedrol924ef0b2018-07-27 17:31:47 +02001455libosmocore (0.12.0) unstable; urgency=medium
1456
1457 [ Pau Espin Pedrol ]
1458 * control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb
1459 * configure: Check separately for lib implementing dlopen and dlsym
1460 * tests: bitrev_test: Fix dynamic-stack-buffer-overflow
1461 * tests: gea_test: Use correct max size for key in buffer
1462 * tests: a5_test: Print wrong buffer correctly on error
1463 * gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of 64 bits
1464 * gsm: lapdm.c: Add missing new line char in notice log string
1465 * ctrl: Log CMD TYPE on invalid ID number
1466 * ctrl: Fix parsing of ERROR recvd msgs with id=err
1467 * gsm0808: Add value_string for encryption algorithms
1468 * ctrl: Introduce ctrl_cmd_parse3 API
1469 * ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs
1470 * tests: ctrl: Test received ERROR messages are handled correctly
1471 * libosmocoding: clarify return values for TCH decoding functions
1472 * libosmocodec: FR err concealment: Fix too many silent frames generated
1473 * tests: codec: ecu_fr: Print XMAXC fields
1474 * tests: codec: ecu_fr: Add buffer with unequal XMAXC values
1475 * rate_ctr: Improve logging
1476 * logging: log_vty_command_string: Fix undercount of buf alloc size
1477 * logging_vty: Simplify code in config_write_log_single
1478 * logging.c: Fix whitespace typo
1479
1480 [ Harald Welte ]
1481 * lapdm: Fix back-pointer from lapdm_entity to lapdm_channel
1482 * lapdm: Implement SABM related constraints
1483 * lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()
1484 * lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed
1485 * lapdm: don't enforce contention resolution on SAPI0/DCCH
1486 * Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd
1487 * import isdn4linux HDLC code from linux kernel
1488 * isdnhdlc: Port from kernel to userspace
1489 * mncc: properly export osmo_mncc_name()
1490 * cosmetic: Whitespace fixes in control_if.c
1491 * ctrl: Introduce libosmoctrl.map to avoid unintended exports
1492 * ctrl: Add doxygen API documentation; generate html from it
1493 * debian: Add libosmoctrl-doc sub-package
1494 * gsm_08_08.h: Add enum for LCLS config, control and status
1495 * gsm0808: Add encoding functions for LCLS BSSMAP messages
1496 * gsm0808: Add value_string for LCLS related IEs
1497 * tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimum
1498 * Add osmo_isqrt32() to compute 32bit integer square root
1499 * fsm: Change semantics of LOGPFSML() log-level
1500 * vty: Don't dump deprecated commands in XML export
1501 * vty: Add logging_vty_add_deprecated_subsys
1502 * gsup: Add osmo_gsup_get_err_msg_type() function
1503 * gsup: Add value_string for Session State IE
1504 * gsm 04.80: Add value_string for component type and op code
1505 * Fix embedded (arm-none-eabi) builds
1506 * jenkins_arm.sh: Don't run 'make check' on embedded builds
1507 * jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm"
1508 * jenkins_arch.sh: Exit with error on unknown architecture
1509 * Don't call abort() directly, always use osmo_panic()
1510 * osmo_panic(): Annotate as __attribute__ ((noreturn))
1511 * gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file
1512
1513 [ Stefan Sperling ]
1514 * define a constant for the max length of called party BCD IE
1515 * introduce vty_out_rate_ctr_group_fmt() function
1516 * Add a 'show rate-counters' VTY command.
1517 * remove unused argument from pad_append_ctr() helper function
1518 * check bssgp_tlv_parse() return code in bssgp_rcvmsg()
1519 * return error to sender upon bssgp_tlv_parse() failure
1520
1521 [ Neels Hofmeyr ]
1522 * add gsm0808 channel enum to IE val conversion functions
1523 * add gsm0808_cell_id_to_list()
1524 * add support for gsm0808 HANDOVER REQUIRED message
1525 * add gsm0808_create_handover_request_ack()
1526 * add osmo_fsm_inst_state_chg_keep_timer()
1527 * fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR
1528 * add and tweak inter-BSC HO API
1529 * vty/command.c: talloc from tall_vty_cmd_ctx, not NULL
1530 * vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()
1531 * vty: fix use-after-free and memleaks in is_cmd_ambiguous()
1532 * utils_test: fix isqrt_test calculation range
1533 * utils_test: check stderr to catch sanitizer issues
1534 * add osmo_sockaddr_to_str_and_uint()
1535
1536 [ Philipp Maier ]
1537 * fsm: guard action callback
1538 * gsm_04_08: add function to get value string
1539 * gsm_08_08: gsm0808_permitted_speech does not have value strings
1540
1541 [ Thorsten Alteholz ]
1542 * fix spelling
1543
1544 [ Keith ]
1545 * Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11
1546 * Add enum gsm48_progress_desc
1547
1548 [ Daniel Willmann ]
1549 * ports.h: Add ctrl port for osmo-gbproxy
1550 * Add function gprs_nsvc_state_append
1551 * stats_vty: Add asciidoc sections between the different counters
1552
1553 [ Vadim Yanitskiy ]
1554 * gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE
1555 * GSUP: implement TCAP-like session management
1556 * GSUP: introduce new messages for SS/USSD payloads
1557 * Doxygen: gitignore generated files for libosmoctrl
1558 * gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()
1559 * gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()
1560 * Don't enforce Python 2 for utilities
1561
1562 [ Alexander Chemeris ]
1563 * coding: Fix (E)GPRS BER calculation to correctly account for puncturing.
1564 * coding: Documentation typo fix.
1565
1566 [ Alexander Couzens ]
1567 * vty: initialize termios before using it
1568 * stats_statsd: sanitize statsd name
1569
1570 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 17:31:46 +0200
1571
Pau Espin Pedrol13154ff2018-05-03 15:47:11 +02001572libosmocore (0.11.0) unstable; urgency=medium
1573
1574 [ Max ]
1575 * Enable GnuTLS fallback
1576 * Ctrl: add rate counter group introspection
1577 * ctrl: log incorrect interval values
1578 * Improve get_rate_ctr() error handling
1579 * ctrl: make response easier to parse
1580 * coding test: cosmetic cleanup
1581 * coding test: enable debug output
1582 * coding test: move bit dump into functions
1583 * coding test: use OSMO_ASSERT
1584 * Fix embedded build
1585 * embedded: fix tests
1586 * Embedded: fix sercomm test
1587 * Add functions for extended RACH coding
1588 * Do not allocate already existing counter group
1589 * Fix incorrect spec reference
1590 * Use 127.0.0.1 for GSMTAP logging by default
1591 * coding: move eB adjustement to appropriate place
1592 * Add function to properly encode RAI
1593 * Use existing function for TLLI encoding
1594 * log: print loginfo assertions source
1595 * Allow multiple 'log gsmtap' sinks
1596 * Deprecate gsm48_construct_ra()
1597 * Log lapd_datalink state on errors
1598 * jenkins: add dispatcher script
1599 * Embedded: disable stats test
1600 * Embedded: add sercomm stubs
1601 * GSUP: don't fail test on first error
1602 * jenkins: remove obsolete scripts
1603 * jenkins: move make invocation into shared function
1604 * utils: add helper wrapper for osmo_strlcpy()
1605 * GSUP: change osmo_gsup_encode() return type
1606 * Use python 3 for utilities
1607 * Add test for gsm48_generate_mid_from_imsi()
1608 * Add generic Mobile Identity encoder
1609 * Add function to encode classmark
1610
1611 [ Niro Mahasinghe ]
1612 * gsm0503_coding.c: Fix tch_efr_unreorder() of one bit
1613 * gsm0503_coding.c: Use majority vote in tch_efr_unreorder()
1614
1615 [ Harald Welte ]
1616 * debian: build now depends on libgnutls
1617 * Fix/Update copyright notices; Add SPDX annotation
1618 * Print /proc/cpuinfo before executing testsuite
1619 * conv_acc: Our code requires SSSE3, not just SSE3
1620 * ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcp
1621 * gsmtap.h: Introduce new GSMTAP type for LTE NAS messages
1622 * gsm0808_create_cipher_reject: Fix encoding of Cause IE
1623 * rate_ctr: print proper error message if rate_ctr already exists
1624 * timer: fixup whitespace issues
1625 * control_if: Close control connection socket/fd on read/write == 0
1626 * control_if: Log the disconnect of a CTRL client
1627 * CTRL: Ensure peer/connection info is always printed the same way
1628 * MNCC: Add MNCC to string dumper
1629 * gsm48_pdisc_names: Use conscise, short names
1630 * SMS: Add value_string for TS 04.11 CP and RP state
1631 * gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default value
1632 * gsm_04_08.h: Reduce T310 default to 30s.
1633 * gsm48_hdr_msg_type[_r99]: Fix bit-masks
1634 * gsm48_hdr_msg_type(): SS is in the same group as MM/CC
1635 * tlv_parser: Report *first* occurrence of repeated IEs
1636 * msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer
1637 * Revert "Use python 3 for utilities"
1638 * Revert "fsm: do not terminate child FSMs early"
1639 * osmo_msgbdump_{l2,l3}(): Proper typecast
1640 * debian/control: Fix Vcs-Browser URL
1641 * Add GSM 04.08 type-of-number / numbering-plan-id definitions
1642 * talloc_ctx_vty: Fix help strings (missing \n at end of line)
1643 * Revert "Add function to encode classmark"
1644 * rate_ctr: Add rate_ctr_inc2() as convenience wrapper
1645 * coding: Add BER-reporting RACH decode functions
1646 * l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind
1647 * l1sap: Add fields for higher-precision timing offset values
1648 * abis_nm: Introduce abis_nm_dump_foh()
1649 * VTY: Don't welcome the user to the "control" interface, if it's VTY
1650 * prevent integer underflow in ipa_ccm_make_id_resp_from_req()
1651 * RSL/LAPDm: Not all RLL message are "transparent"
1652
1653 [ Neels Hofmeyr ]
1654 * vty: deprecate now empty node commands
1655 * memleak: osmo_config_list_parse: getline() needs free also on error
1656 * abis_test: sanitize: fix msgb memleak
1657 * lapd_test: sanitize: fix msgb memleaks
1658 * gsm0408_test: sanitize: cleanup msgb
1659 * gsm0808_test: sanitize: fix msgb memleak
1660 * msgb: add inline msgb_queue_free()
1661 * rate_ctr: fix mem leak for mangled desc
1662 * bssgp_fc_test: remove rounding to deciseconds
1663 * bssgp_fc_test: clarify by outputting ok / failure messages
1664 * bssgp_fc_test: sanitizer: free msgb context when done
1665 * gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow
1666 * bssgp_fc_test: sanitize: free fc struct when done
1667 * tlv_put: guard against NULL val and 0 len
1668 * sercomm_test: sanitize: fix msgb mem leak
1669 * osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
1670 * fsm_tmr_cb: don't set T=0, the fi may no longer exist
1671 * vty XML export: avoid repeating common node commands for each node
1672 * VTY reference: do not list empty nodes
1673 * VTY reference: use node names as section names
1674 * vty: set name for VIEW+ENABLE nodes, for VTY reference
1675 * vty reference: merge_doc.xsl: do not omit description tag
1676 * comment: utils: more accurately describe OSMO_STRINGIFY macro
1677 * logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()
1678 * fix osmo_identifier_valid(): only allow printable characters
1679 * utils: add osmo_separated_identifiers_valid()
1680 * add osmo_auth_c3() (separate from gsm_milenage())
1681 * utils: add osmo_escape_str()
1682 * ctrl_test.c: replace print_escaped() with new osmo_escape_str()
1683 * ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()
1684 * ctrl_test: expand to test message handling and detect mem leaks
1685 * ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commands
1686 * ctrl: fix mem leak when handling GET_REPLY and SET_REPLY
1687 * ctrl_test: add two more current parsing bugs to prep for fix
1688 * add ctrl_cmd_parse2() to return parsing errors
1689 * ctrl: on parse errors, return a detailed message to sender
1690 * rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used index
1691 * ports: define proper VTY and CTRL ports for OsmoHNBGW
1692 * ctrl: tighten CTRL input parsing
1693 * ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP
1694 * jenkins: add 'make V=1' for more verbose build logs
1695 * logging vty: tweak general 'logging' command doc
1696 * gsm: add gsm0808_speech_codec_type_names
1697 * logging-gsmtap: send only basename of source file
1698 * logging: add ability to log the log-level with API and vty
1699 * logging: color the log level
1700 * logging: color the log category according to level
1701 * fix -Werror build: logging.c: always use literal with snprintf
1702 * cosmetic: logging: if color is disabled, don't print ""
1703 * logging: separate the '<000b>' subsys from filename logging
1704 * logging: allow to log only the basename of each source
1705 * logging vty: add 'logging print file (0|1|basename)' cmd
1706 * vty: fix 'logging print file' output
1707 * gsmtap_sendmsg(): clarify API doc concerning msgb ownership
1708 * memleak: gsmtap_sendmsg(): don't return 0 when no data was written
1709 * memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
1710 * memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure
1711 * cosmetic: gsm0408_test: RA test cases as array-of-struct
1712 * gsm0408_test: cosmetically re-order MCC to come before MNC
1713 * gsm0408_test: include BCD and leading zeros in test output
1714 * gsm0408_test: RA test: include min/max value cases
1715 * gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()
1716 * implement support for 3-digit MNC with leading zeros
1717 * gsm0408_test: check for new mnc_3_digits flag
1718 * gsm0408_test: test new gsm48_{decode,generate}_lai2() functions
1719 * gsm0408_test: add test cases for MNC with leading zeros
1720 * gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC
1721 * introduce GSM_MCC_MNC_INVALID
1722 * gsm23003_test: fix: compare members instead of bcmp
1723 * fix osmo_mnc_from_str(): don't try to parse NULL
1724 * gsm23003: add osmo_mcc_from_str()
1725 * configure: add --enable-werror
1726 * jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS
1727 * gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure
1728 * gsm0808_test: cosmetic: test non-hex MCC
1729 * show failure in gsm0808_enc_cell_id_list2() in gsm0808_test
1730 * fix gsm0808_enc_cell_id_list2 for leading-zero MNC
1731 * cosmetic: gsm0808_test: drop extraneous assertion
1732 * contrib/fsm-to-dot: add -h option to print basic instructions
1733 * contrib/fsm-to-dot: allow transition from and to the same state
1734 * contrib/fsm-to-dot: don't match on event names in comments
1735 * contrib/fsm-to-dot: warn and draw unallowed state transitions
1736 * contrib/fsm-to-dot: add default edge label '-'
1737 * contrib/fsm-to-dot: mark arrows that feed events
1738 * contrib/fsm-to-dot: less false positives on event parsing
1739 * contrib/fsm-to-dot: mark illegal states in red
1740 * contrib/fsm-to-dot: warn about identically named FSMs
1741 * vty/command.c: write_config_file(): sanely compose temp path
1742 * fix logging talloc ctx: add osmo_init_logging2()
1743 * ctrl: test deferred cmd, show current failure
1744 * ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)
1745 * cosmetic: flatten ctrl_handle_msg()
1746 * fix ctrl_test sanitizer issues
1747 * use osmo_init_logging2() with proper talloc ctx
1748 * add osmo_quote_str(),osmo_quote_str_buf() and test
1749 * fsm_test: terminate the main loop instead of exit on timeout
1750 * osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)
1751 * fsm_test: more thoroughly test FSM inst ids and names
1752 * fsm: id: properly set name in case of NULL id
1753 * cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"
1754 * add osmo_fsm_inst_update_id_f()
1755 * add gsm48_reject_value_names
1756 * deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros
1757 * avoid warning in gsm0808_create_layer3
1758 * add osmo_cgi_name()
1759 * add gsm0808_cell_id_list_add() to combine two cell identifier lists
1760 * add tlv_parse2(), capable of multiple instances of the same IE
1761 * add gsm0808_{enc,dec}_cell_id
1762 * test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytes
1763 * test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACs
1764 * test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly
1765 * cosmetic: log: fix typo, clarify msg for rate_ctr name mangling
1766 * tlv: add TLV_GET() and TLV_GET_MINLEN()
1767 * add gsm0808_cell_{id,id_list}_name() and friends
1768 * gsm0808_test: fix more missing inits (address sanitizer issues)
1769 * gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()
1770
1771 [ Philipp Maier ]
1772 * vty: add port number for osmo-mgw
1773 * libosmocodec: add FR bit offset definitions
1774 * libosmocodec: implement ECU (Error Concealment Unit) for FR
1775 * fsm: fix double llist_del in osmo_fsm_inst_term()
1776 * socket: fix socket leak in osmo_sock_local_ip()
1777 * socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()
1778 * fsm: add functions for unlinking and changing parents
1779 * fsm: do not terminate child FSMs early
1780 * fsm: allow graceful exit on FSM termination
1781 * features: move bts feature related functionality to libosmocore
1782 * features: define osmo_bts_*_feature() as static inline
1783 * gsm_08_08: correct speech codec defaults
1784 * gsm0808: Add value strings for BSSMAP cause codes
1785
1786 [ Pau Espin Pedrol ]
1787 * vty: Fix bad use of vector_slot()
1788 * gsm: Use correct include for getrandom
1789 * utils: Fix false positive in compiler warning
1790 * cosmetic: Fix trailing whitespace
1791 * Fix malformed Abis/RSL messages with extra L3 Information field
1792 * tests: coding_test: Fix compilation with -O0
1793 * tests: utils_test: Fix test failure when compiling with -O0
1794 * ports.h: Add VTY and CTRL ports for osmo-trx
1795 * core: Add timespec helper macros and make timer_compat.h public
1796 * core/logging.h: Add logging category for jitter buffer
1797 * timer: Introduce osmo_clock_gettime to override clock_gettime
1798 * timer: Document osmo_gettimeofday API
1799 * osmo-release.sh: Set correct version when generating the changelog
1800 * socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements
1801 * socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements
1802 * socket.c: osmo_sock_init: Several logic fixes and log improvements
1803 * msgb: msgb_get: Drop unneeded tmp var
1804 * msgb: msgb_pull: Abort when pulling more than avail size
1805 * osmo_get_macaddr: Fix buffer read out of bounds
1806 * osmo_sockaddr_is_local: Fix memleak
1807 * gsm_08_58.h: Add Ericsson vendor-specific RSL message types
1808 * osmo-release.sh: Remove temporary file TODO-RELEASE.entries after use
1809 * osmo-release.sh: Exit with error if no description for new changelog entry provided
1810 * osmo-release.sh: Fix error condition no LIBVERSION modified
1811 * osmo-release.sh: Always generate entire commit changelog
1812 * osmo-release.sh: Allow user to add extra information to the release commit
1813 * debian: libosmoctrl: Use correct library version in pkg name
1814 * debian/changelog: Fix typo in maintainer e-mail
1815
1816 [ Holger Hans Peter Freyther ]
1817 * logging: Extend the LOGPSRC macro to put cont in it as well
1818 * license: Fix the license to GPL
1819
1820 [ Alexander Couzens ]
1821 * counters: add osmo_counters_count() returns the amount of counters
1822 * vty: show asciidoc counters: don't create an empty table for osmo_counters
1823 * gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP
1824 * gsm_utils: call gnutls_global_init() as constructor
1825
1826 [ Jean-Francois Dionne ]
1827 * Fix LAPD UA msgb memory leak.
1828
1829 [ Vadim Yanitskiy ]
1830 * libosmocodec: add FR/HR/EFR frame length definitions
1831 * ussd_test.c: fix rc / len debug output confusion
1832 * gsm0480: fix USSD OCTET STRING length confusion
1833 * gsm0480: clean up the parse_process_uss_req() code
1834 * gsm0480: handle UnstructuredSS Request with DSC != 0x0F
1835 * gsm0480: parse GSM0480_MTYPE_FACILITY separately
1836 * gsm0480: handle GSM0480_CTYPE_RETURN_RESULT
1837 * gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ
1838 * gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA
1839 * gsm0480: add specification reference to SS message type
1840 * gsm0480: pass exact GSM 04.80 payload length to parse_ss()
1841 * gsm0480: move SS request length check to parse_ss()
1842 * gsm0480: refactor gsm0480_decode_ss_request
1843 * gsm0480: correct parse_ss_info_elements() declaration
1844 * tests/ussd: fix wrong GSM 04.80 payload length
1845 * gsm0480: parse all SS info elements in a message
1846 * gsm0480: parse optional IEs for RELEASE COMPLETE message
1847 * tests/ussd: prevent uninitialized memory access
1848 * libosmocoding: fix typo in library documentation
1849 * libosmocoding: use frame length definitions from codec.h
1850 * src/msgb.c: cosmetic: fix spelling mistakes
1851 * src/msgb.c: remove dead includes from OpenBSC
1852 * src/msgb.c: print an error if msgb allocation failed
1853 * src/msgb.c: avoid using internal talloc API
1854 * gsm0480: document the 'ss_request' structure
1855 * gsm0480: copy the raw USSD data, its DCS and length
1856 * gsm0480: drop messages with incorrect data length
1857 * protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD
1858 * gsm/gsm48.c: add call independent SS message names
1859
1860 [ Stefan Sperling ]
1861 * TLVP_PRESENT() should not return TRUE after tlv_parse() fails.
1862 * Add helper functions for ACC bit flags in rach control IE.
1863 * ensure that osmo_fsm vty commands are only installed once
1864 * print BIG FAT ERROR message if osmo_fsm lacks event names
1865 * ensure VTY commands don't segfault if an FSM has no event names
1866 * support for more cell ID list types in libosmocore
1867 * fix a cell identifier parsing bug in libosmocore
1868 * fix cell identifier decoding in libosmocore
1869 * use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()
1870 * fix bug in parse_cell_id_ci_list()
1871 * fix parse_cell_id_lac_and_ci_list()
1872 * add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists
1873 * add a regression test for TLV parsing with repeated IEs
1874
1875 [ Sergey Kostanbaev ]
1876 * gsm0480: skip length check for 'RELEASE COMPLETE' message
1877
1878 [ allesklar2 ]
1879 * gsmtap.h: define TETRA DMO mode channels
1880
1881 [ Martin Hauke ]
1882 * build: Ensure all .pc files are installed
1883
1884 [ Daniel Willmann ]
1885 * fsm: Add a function to change the FSM instance ID later
1886 * contrib/jenkins_arch.sh: Fix script comparison and arm support
1887 * fsm: Update the name as well if the id is updated and accept NULL
1888
1889 [ Thorsten Alteholz ]
1890 * fix spelling
1891 * fix issue on big endian architecture
1892
1893 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 15:47:11 +0200
1894
Harald Welte69b61fe2017-11-02 18:51:03 +01001895libosmocore (0.10.2) unstable; urgency=medium
1896
1897 * Revert "vty: Fix bad use of vector_slot()"
1898 * New upstream release of libosmocore
1899
Pau Espin Pedrol456081d2018-05-03 15:39:11 +02001900 -- Harald Welte <laforge@gnumonks.org> Thu, 02 Nov 2017 18:51:02 +0100
Harald Welte69b61fe2017-11-02 18:51:03 +01001901
Harald Welted9abb0a2017-10-29 10:46:47 +01001902libosmocore (0.10.1) unstable; urgency=medium
1903
1904 * New upstream release of libosmocore
1905
Pau Espin Pedrol456081d2018-05-03 15:39:11 +02001906 -- Harald Welte <laforge@gnumonks.org> Sun, 29 Oct 2017 10:46:47 +0100
Harald Welted9abb0a2017-10-29 10:46:47 +01001907
Harald Weltefaee5de2017-10-27 19:43:33 +02001908libosmocore (0.10.0+nmu1) UNRELEASED; urgency=medium
1909
1910 * Non-maintainer upload.
1911 * New upstream release of libosmocore
1912
Pau Espin Pedrol456081d2018-05-03 15:39:11 +02001913 -- Harald Welte <laforge@gnumonks.org> Fri, 27 Oct 2017 19:45:00 +0200
Harald Weltefaee5de2017-10-27 19:43:33 +02001914
Max4e72ee02016-12-13 18:41:17 +01001915libosmocore (0.9.6) unstable; urgency=medium
1916
1917 * doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgs
1918 * New upstream release of libosmocore.
1919
1920 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:23:56 +0100
1921
1922libosmocore (0.9.5) unstable; urgency=medium
1923
1924 * fix: DLGSUP logging category "unusable"
1925 * New upstream release of libosmocore.
1926 * ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information
1927 * size of ph_tch_param struct changed / Extend with RTP Marker
1928 * size of struct log_target changed / Extend with GSMTAP
1929
1930 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:22:56 +0100
1931
1932libosmocore (0.9.4) unstable; urgency=medium
1933
1934 * New upstream release of libosmocore.
1935 * Internal API for GPRS cipher implementors updated to accommodate for arbitrary key lengths
1936 * external talloc dependency / internal talloc removal
1937 * size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information
1938
1939 -- Max <msuraev@sysmocom.de> Tue, 13 Dec 2016 18:21:56 +0100
1940
Holger Hans Peter Freytherabc46af2015-11-09 21:34:43 +01001941libosmocore (0.9.3) unstable; urgency=medium
1942
1943 * Send all stats values after re-configuration.
1944 * Fix using an empty prefix.
1945 * Fix sending timing values.
1946
1947 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Mon, 09 Nov 2015 21:34:37 +0100
1948
Holger Hans Peter Freythereed46952015-11-04 14:48:13 +01001949libosmocore (0.9.2) unstable; urgency=medium
1950
1951 * Fix the counter index after the NS reset.
1952
1953 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Wed, 04 Nov 2015 14:47:48 +0100
1954
Holger Hans Peter Freyther6e149b12015-11-04 10:23:57 +01001955libosmocore (0.9.1) unstable; urgency=medium
1956
1957 * Fix rate_ctr attribute for GPRS NS counters.
1958
1959 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Wed, 04 Nov 2015 10:23:39 +0100
1960
Holger Hans Peter Freyther8649d572015-11-03 09:30:52 +01001961libosmocore (0.9.0) unstable; urgency=medium
1962
1963 * StatsD support
1964 * Disable building of static libraries
1965 * GTP Hub and OAP ports/identifiers assigned
1966
1967 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:31:41 +0100
1968
Holger Hans Peter Freytherd452a482015-08-23 17:38:26 +02001969libosmocore (0.8.3) unstable; urgency=medium
1970
1971 * Prepare new release
1972
1973 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Sun, 23 Aug 2015 17:38:55 +0200
1974
Holger Hans Peter Freytherc136da52015-08-01 20:19:13 +02001975libosmocore (0.8.2) unstable; urgency=medium
Holger Hans Peter Freytherad69f892015-04-16 21:23:49 +02001976
1977 * Add endian header
Holger Hans Peter Freyther16082fd2015-05-06 17:58:07 +02001978 * GPRS flow control changes
Holger Hans Peter Freythera6ea50c2015-05-25 14:17:29 +02001979 * Add APN format routines to libosmocore.
Holger Hans Peter Freytherad69f892015-04-16 21:23:49 +02001980
Holger Hans Peter Freytherc136da52015-08-01 20:19:13 +02001981 -- 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 +02001982
1983libosmocore (0.8.0) unstable; urgency=medium
Holger Hans Peter Freyther25aeab72015-01-18 19:05:19 +01001984
1985 * New upstream release of libosmocore.
1986
1987 -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:04:10 +0100
1988
1989libosmocore (0.7.0) unstable; urgency=medium
Harald Welte336915a2014-08-21 15:51:07 +02001990
1991 * New upstream release of libosmocore.
1992
1993 -- Harald Welte <laforge@gnumonks.org> Thu, 21 Aug 2014 15:52:00 +0200
1994
Holger Hans Peter Freyther0c50b172014-03-31 15:36:57 +02001995libosmocore (0.6.6) UNRELEASED; urgency=medium
1996
1997 * New upstream release of libosmocore.
1998
1999 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 31 Mar 2014 15:37:33 +0200
2000
2001libosmocore (0.6.5) unstable; urgency=medium
Holger Hans Peter Freyther050e9c42014-01-20 10:37:42 +01002002
2003 * New upstream release of libosmocore
2004
2005 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 20 Jan 2014 10:37:23 +0100
2006
2007libosmocore (0.6.4+git3) unstable; urgency=low
Jacob Erlbeck1fa16642013-11-11 09:43:06 +01002008
2009 * GPRS fix NS connections to a SGSN when configured via VTY
2010
2011 -- Jacob Erlbeck <jerlbeck@sysmocom.de> Thu, 07 Nov 2013 16:07:20 +0100
2012
2013libosmocore (0.6.4+git2) unstable; urgency=low
Holger Hans Peter Freytherf41e5e62013-10-10 14:17:51 +02002014
2015 * GPRS related changes, some GSM encoding/decoding changes
Holger Hans Peter Freyther81286a72013-10-17 14:49:02 +02002016 * GPRS correctly determine routable NSVC.
Holger Hans Peter Freyther7fcb3ce2013-10-25 09:51:17 +02002017 * Update with GPRS changes
Holger Hans Peter Freytherf41e5e62013-10-10 14:17:51 +02002018
2019 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 10 Oct 2013 14:16:37 +0200
2020
2021libosmocore (0.6.3+git1-1) unstable; urgency=low
Holger Hans Peter Freyther73fa6422013-08-09 17:48:06 +02002022
2023 * New upstream release with new primitives, USSD fixes.
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +02002024 * Split libosmocore into several package. One lib per package.
Holger Hans Peter Freyther73fa6422013-08-09 17:48:06 +02002025
2026 -- Holger Hans Peter Freyther <holger@freyther.de> Fri, 09 Aug 2013 17:47:30 +0200
2027
Holger Hans Peter Freytherd2446752013-06-26 08:03:14 +02002028libosmocore (0.6.2) unstable; urgency=low
Holger Hans Peter Freytherb64b2b02013-03-25 17:41:15 +01002029
2030 * New upstream release with NS UDP DSCP ABI changes
2031
Holger Hans Peter Freytherd2446752013-06-26 08:03:14 +02002032 -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 26 Jun 2013 08:01:55 +0200
Holger Hans Peter Freytherb64b2b02013-03-25 17:41:15 +01002033
2034libosmocore (0.5.3+git1-6) unstable; urgency=low
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +01002035
2036 * Build new package with the new API required for osmo-bts/openbsc
Holger Hans Peter Freytherb3f304b2013-02-13 18:11:43 +01002037 * Package the arfcn utility.
2038 * Add the SOCK_RAW work-around for glibc.
Holger Hans Peter Freythera5007db2013-02-13 19:27:42 +01002039 * Re-enable the debug packages thanks to Jan.
Holger Hans Peter Freytherb73d1912013-01-04 09:55:29 +01002040
2041 -- Holger Hans Peter Freyther <holger@freyther.de> Fri, 04 Jan 2013 09:54:55 +0100
2042
Holger Hans Peter Freyther9e6789d2012-11-05 21:36:48 +01002043libosmocore (0.5.3+git1-2) unstable; urgency=low
2044
Pau Espin Pedrol456081d2018-05-03 15:39:11 +02002045 * New upstream version
Holger Hans Peter Freyther9e6789d2012-11-05 21:36:48 +01002046
2047 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 05 Nov 2012 21:35:57 +0100
2048
Eric Butlerb5372ab2012-08-14 20:43:47 -07002049libosmocore (0.5.3+git1-1) precise; urgency=low
2050
2051 * Fix issue with package version.
2052
2053 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 20:43:17 -0700
2054
Eric Butler8dbdc4f2012-08-14 18:07:00 -07002055libosmocore (0.5.3+git1) precise; urgency=low
2056
2057 * Updated debian package.
2058
2059 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 16:53:56 -0700
2060
Harald Weltef5afa182011-05-10 17:29:01 +02002061libosmocore (0.3.0) natty; urgency=low
2062
2063 * New upstream version of libosmocore
2064
2065 -- Harald Welte <laforge@gnumonks.org> Tue, 10 May 2011 17:28:24 +0200
2066
Holger Hans Peter Freytherab1255b2011-01-13 18:09:44 +08002067libosmocore (0.1.27) natty; urgency=low
2068
2069 * New upstream version of libosmocore.
2070
2071 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 13 Jan 2011 18:07:36 +0800
2072
Harald Welted4bb7ab2010-08-24 15:17:13 +02002073libosmocore (0.1.17-1) unstable; urgency=low
2074
Holger Hans Peter Freyther9a935e22013-08-12 11:47:12 +02002075 * Initial release
Harald Welted4bb7ab2010-08-24 15:17:13 +02002076
2077 -- Harald Welte <laforge@gnumonks.org> Tue, 24 Aug 2010 10:55:04 +0200