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