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