blob: debce4e804bf3186bc709a683dca60383a47cce7 [file] [log] [blame]
Oliver Smith1792ba92023-09-28 13:53:07 +02001osmo-msc (1.11.1) unstable; urgency=medium
2
3 [ Neels Hofmeyr ]
4 * fix codecs in internal call bridge
5 * make two functions static
6
7 [ Mychaela N. Falconia ]
8 * CC: don't start guard timer on mid-call MNCC messages
9 * gsup_client_mux: set destination_name in error reply function
10 * SMS over GSUP: correctly route GSUP responses to MT SMS
11 * SMS over GSUP: set source_name in GSUP reply messages
12
13 [ Andreas Eversberg ]
14 * ASCI: Remove duplicated CLEAR COMMAND from VGCS/VBS channel handling
15
16 -- Oliver Smith <osmith@sysmocom.de> Thu, 28 Sep 2023 13:53:07 +0200
17
Pau Espin Pedrol7eefae42023-09-12 16:46:11 +020018osmo-msc (1.11.0) unstable; urgency=medium
19
20 [ arehbein ]
21 * Transition to use of 'telnet_init_default'
22
23 [ Neels Hofmeyr ]
24 * sdp_msg.c: fix missing rate in sdp_audio_codecs_add()
25 * comment: clarify L3 Info processing
26 * IuCS: remove IuUP LOOPBACK hack
27 * make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILES
28 * tweak MNCC logging, add RTP info
29 * msc_log_to_ladder.py: various tweaks
30 * charts: Rename voice_call_full.msc to voice_call_external_mncc.msc
31 * update doc/sequence_charts/voice_call_external_mncc.msc
32 * add voice_call_internal_mncc.msc
33 * add codec_mapping.h,c
34 * MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type()
35 * [codecs filter] add codec_filter.h,c
36 * [codecs filter] add trans.cc.codecs
37 * [codecs filter] store BSS codec list from Compl L3
38 * [codecs filter] MO call: apply BSS codec list
39 * [codecs filter] MT call: apply BSS codec list
40 * [codecs filter] MT call: apply remote call leg codecs
41 * [codecs filter] MT call: store MS Bearer Cap from CC Call Conf
42 * msc_vlr_test_call: include RAN RTP addr in ass compl
43 * [codecs filter] apply BSS codecs from Assignment Complete
44 * add ran_infra.force_mgw_codecs_to_ran
45 * rtp_stream: allow multiple codecs / use codec filter from Assignment
46 * in ran_msg, return gsm0808_speech_codec (intra-MSC)
47 * in ran_msg, return gsm0808_speech_codec (inter-MSC)
48 * [codecs filter] use filter result in MT DTAP CC Setup
49 * [codecs filter] use filter result in Assignment
50 * [codecs filter] send + receive SDP via MNCC
51 * msc_vlr_tests: confirm crcx by RAN/CN side separately
52 * [codecs filter] use codecs filter on crcx ok
53 * do CN CRCX first
54 * mncc_recvmsg(): log caller file,line
55 * [codecs filter] msc_vlr_test_call: test codecs resolution
56 * codecs: compose HO Req Ch Type from cc.codecs
57 * HO Req: include IE Codec List (MSC Preferred)
58 * fix msc_vlr_test_call SDP mncc_rtp
59 * coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str()
60 * 3G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2G
61 * TODO-RELEASE: add note on osmo-sip-connector and SDP
62
63 [ Vadim Yanitskiy ]
64 * src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS
65 * tests: use -no-install libtool flag to avoid ./lt-* scripts
66 * tests: $(BUILT_SOURCES) is not defined, depend on osmo-msc
67 * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
68 * fixup: contrib/jenkins: create workspace.tar.xz on error
69 * tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0
70 * msc_vty: support spaces in short/long network name
71 * ran_a_mgcp_codec_from_sc(): cosmetic: remove unneeded breaks
72 * ran_a_mgcp_codec_from_sc(): map GSM0808_SCT_CSD to CODEC_CLEARMODE
73 * ran_a_channel_type_to_speech_codec_list(): set PI/PT for CSD
74 * codec_mapping: codec_map[]: add missing speech codec for CLEARMODE
75 * csd_bs_list_to_bearer_cap(): properly initialize bcap fields
76 * csd_bs_list_to_bearer_cap(): add default branch for safety
77
78 [ Pau Espin Pedrol ]
79 * mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fd
80 * rtp_stream: Update id after modifying fields upon Tx of MGCP msg
81 * rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true
82 * UserManual: Include sigtran*.adoc from osmo-gsm-manuals.git
83 * Write explicit role & sctp-role fields in ASP configurations
84 * Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf
85 * Tx Loc UPD ACC: Use PLMN provided by subscr
86 * trans_lcls_compose(): Set PLMN fron cell currently in use
87
88 [ Oliver Smith ]
89 * msc_mgw_setup: use mgcp_client_pool_empty()
90 * msc_main: close SMS db on startup error
91 * debian: set compat level to 10
92 * contrib/jenkins: create workspace.tar.xz on error
93 * systemd: depend on networking-online.target
94 * codec_mapping: add clearmode
95 * ran_a_channel_type_to_speech_codec_list: add CSD
96 * codec_filter_set_ms_from_bc: prepare for CSD
97 * Cosmetic: gsm48_cc_tx_setup: tweak comment
98 * Cosmetic: gsm48_cc_tx_setup: remove TODO comment
99 * codec_filter_init: prepare for CSD
100 * codec_filter_set_ran: prepare for CSD
101 * codec_filter_set_bss: prepare for CSD
102 * codec_filter_run: prepare for CSD
103 * transaction: move cc.codecs.remote -> cc.remote
104 * transaction: move cc.codecs.result -> cc.local
105 * msc: add trans_cc_set_remote_from_bc
106 * gsm48_cc_tx_setup: set trans->bearer_cap.transfer early
107 * Add initial CSD support with external MNCC
108 * smpp_handle_bind_tx: initialize tlv
109 * sdp_msg_test: fix dereference after null check
110 * smpp_msc: submit_to_sms: check ud_len > sms_msg_len
111 * msc_ho_send_handover_request: fix check_after_deref
112 * csd_bs_list_to_gsm0808_channel_type: fix rc check
113 * gsm48_cc_tx_alerting: check rc of sdp_msg_from_sdp_str
114 * mncc_test: fix talloc_named_const
115 * gsm48_cc_tx_setup: use MNCC bcaps for CSD
116 * test: add csd_test
117 * csd_bs_list_remove: fix removal logic
118 * mncc_builtin: permit data bearer types
119 * csd_bs_to_gsm0808: add T 300 / proper ch_rate_type
120 * Cosmetic: fix typo
121 * csd_bs_list_to_gsm0808_ct: assert -> ret -EINVAL
122 * msc_ho_send_handover_request: support CSD
123 * msc_a_up_call_assignment_complete: check CSD codec
124 * gsm48_cc_tx_call_proc_…: verify bcap.transfer
125
126 [ Andreas Eversberg ]
127 * ASCI: Add log categories for GCC/BCC (call control)
128 * ASCI: Add log category for VGCS/VBS call and channel FSM
129 * ASCI: Use a unique call-id for RTP streams
130 * ASCI: rtp_stream_commit(): Also update MGW on conn mode change
131 * ASCI: Allow usage of rtp_stream with other FSM
132 * ASCI: Add transaction type to trans_find_by_callref()
133 * ASCI: Add two new transaction types for VGCS and VBS
134 * ASCI: Allow transaction without subscriber associated
135 * ASCI: Add simple implementation of Group Call Register
136 * ASCI: Add functions to transcode VGCS/VBS messages on A-interface
137 * ASCI: Add callref to assignment command
138 * ASCI: Add call control for VGCS/VBS
139 * ASCI: Add decoder for VGCS/VBS messages to msc_a.c
140 * ASCI: Add function to receive VGCS/VBS messages from BSS
141 * ASCI: Add option to switch on or off ASCI support
142 * ASCI: Check return code of osmo_mobile_identity_decode()
143 * ASCI: Remove check for trans->msc_a to be set in _assign_complete()
144 * ASCI: Add VTY to configure GCR (Group Call Register)
145 * ASCI: Add reception of UPLINK RELEASE on dedicated channel
146 * ASCI: Clear VGCS call and channel on BSSMAP reset message
147 * ASCI: Receive messages from MSC-A role related to VGCS/VBS
148 * ASCI: Null pointer bug fix in trans_create_bcc_gcc
149 * ASCI: Fix wrong check for Null pointer in vgcs_cell_fsm_null()
150 * ASCI: Check if codec mapping exists for given codec
151 * ASCI: Fix Null pointer dereference bug in gsm44068_bcc_gcc_trans_free()
152 * ASCI: Point to correct state machine when calling ran_encode_and_send()
153 * ASCI: Add debugging and error logging to VGCS/VBS call control
154 * ASCI: Add missing transaction ID to SET PARAMETER message
155
156 [ Keith Whyte ]
157 * SMPP: Fix Memory leaks
158
159 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 16:46:11 +0200
160
Pau Espin Pedrol964ce6f2023-02-07 17:28:16 +0100161osmo-msc (1.10.0) unstable; urgency=medium
162
163 [ Keith Whyte ]
164 * Don't let this osmo-msc operate on a libdbi database
165 * Turn off secure_delete in sqlite
166 * Update MNCC field validation mask.
167 * Change CC_CAUSE returned on unanswered MT Call
168 * LCLS: Fix Global Call Reference generation
169
170 [ Neels Hofmeyr ]
171 * fix typo in msgb name for CC SETUP
172 * missing whitespace in gsm_04_08_cc.c
173 * err log: fix reverse statement in msc_a call handling
174 * cosmetic: log actual MNCC msg in tch_rtp_connect()
175 * sdp_msg: s/_name_/_to_str_/g
176 * in sdp logging: add payload type number like 'AMR#111'
177 * sdp_msg: add sdp_audio_codecs_cmp(), add compare flags
178 * sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_
179 * msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attempted
180 * msc_a,vlr: add is_ciphering_required (accurately named)
181 * vlr_lu_fsm: clarify naming of static functions
182 * vlr: auth_fsm: clarify success/failure result
183 * vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS
184 * vlr_auth_fsm: add result no_auth_info_event
185 * vlr: implement fallback to no-auth
186 * sdp_msg: when NULL, do not crash but return empty SDP str
187 * log CC timeouts
188 * add sdp_audio_codec_is_set
189 * add some comments to sdp_msg.c,h
190 * sdp_msg.c: parse send/recv mode
191 * fix sdp_msg_to_sdp_str(), never add fmtp for unset codec
192 * rtp_stream_commit: check missing MGW ep only when ready for RTP
193 * rtp_stream: set_remote_addr: do nothing when unchanged
194
195 [ Max ]
196 * SMPP: clarify (re)start logic
197 * Ignore .deb build byproducts
198 * ESME: use osmo_sock_get_name() for logging
199 * tests: use common stubs for SMS queue test
200 * Introduce libsmpputil
201 * Add ESME-specific logging
202 * Set working directory in systemd service file
203 * Make esme struct shared
204 * Use libsmpputil functions in smpp_mirror tool
205 * cosmetic: use proper name for SMPP handlers
206 * SMPP: remove duplicate g_smsc definition
207 * smpp_mirror: fix compiler warning
208 * SMPP: use default port from libsmpp34
209 * SMPP: fix possible NULL pointer dereference
210 * SMPP: make smpp_smsc_stop() static
211 * ctrl: take both address and port from vty config
212 * SMPP: use proper type for boolean variables
213
214 [ Vadim Yanitskiy ]
215 * contrib/jenkins.sh: do not override parallel make for libsmpp34
216 * mncc: move MNCC_F_ALL from mncc.c to mncc.h
217 * mncc: cosmetic: fix coding style in mncc_prim_check_sign()
218 * libmsc: check return value of gsm0808_create_ass2()
219 * msc_main: fix wrong comment: HLR is a separate project
220 * fix msc_vty_go_parent(): add missing case for MGW_NODE
221
222 [ Pau Espin Pedrol ]
223 * tests/test_nodes.vty: Avoid listing commands provided by lib
224 * Introduce support for libosmo-mgcp-client MGW pooling
225 * vty: Make use of new mgcp_client_pool_config_write() API
226 * Use new mgcp-client VTY commands under mgw node
227 * call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE state
228 * doc: Include mgwpool.adoc from osmo-gsm-manuals
229
230 [ Oliver Smith ]
231 * contrib/jenkins.sh: use enable-werror with IU too
232
233 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:28:16 +0100
234
Pau Espin Pedrol5b06a8d2022-06-29 11:32:11 +0200235osmo-msc (1.9.0) unstable; urgency=medium
236
237 [ Alexander Couzens ]
238 * utran: use new UTRAN encryption enum
239 * libmsc/gsm_04_08: refactor require ciphering into an own function
240 * ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2()
241
242 [ Vadim Yanitskiy ]
243 * VTY: clarify deprecation message for cfg_net_per_loc_upd_cmd
244 * libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu()
245 * libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu()
246 * libvlr: vlr_set_ciph_mode(): avoid redundant check
247 * libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN
248 * libmsc: ran_iu_make_security_mode_command(): improve readability
249 * libmsc: ran_iu_make_security_mode_command(): clarify UIA mask
250 * libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()
251 * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
252
253 [ Oliver Smith ]
254 * treewide: remove FSF address
255 * tests/msc_vlr/Makefile.am: drop -ldbi
256
257 [ Pau Espin Pedrol ]
258 * Announce IuFP audio codec for UTRAN conns in CRCX towards MGW
259 * Avoid setting audio codec if not available during assignment_complete (MDCX)
260 * ran_msg_iu.c: Set proper codec in Assignment Complete
261 * Drop unneeded ax_check_compile_flag.m4
262 * call_leg: local_bridge: Avoid null pointer access if CN-side not ready
263
264 [ Neels Hofmeyr ]
265 * fix crash on CM Serv Rej: fix use count mismatch
266
267 [ Harald Welte ]
268 * call rate_ctr_init() to make rate counters work properly
269 * switch sqlite3 to single-threaded mode
270 * sms_queue: Annotate each function with some comment
271 * vlr: Split vlr_subscr_rx_imsi_detach()
272 * vlr: Add rate counters and stat items
273 * sms_queue: Introduce rate_ctr / stat_item
274 * smpp: Fix use-after-free bug when ESME disconnects but has write pending
275 * smpp: don't enqueue write messages if ESME is disconnected
276 * sms_queue: refactor sms_pending add/remove code
277 * sms_queue: merge sms_pending_add into sms_pending_from
278 * tests: Remove sms.db{-wal,-shm} files, not just sms.db
279 * switch from libdbi to lbsqlite3
280 * db: Switch from 'synchronous = FULL' to 'synchronous = NORMAL'
281 * sms: Encapsulate SMS queue related config parameters
282 * sms: Give smsc its own VTY config node
283 * sms_queue: Use local variable rather than 9x pointer de-ref in function
284 * sms_queue: Make deletion of messages from DB VTY-configurable
285 * smpp: Parse and use SMPP-provided validity period
286 * sms: Make default SMS validity period configurable via VTY
287 * sms: Introduce VTY-configurable minimum SMS validity period
288 * update git URLs (git -> https; gitea)
289 * Convert + Expand README file
290 * fix RPM build failures due to README -> README.md rename
291
292 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 11:32:11 +0200
293
Pau Espin Pedrolb7f97ea2021-11-16 17:44:54 +0100294osmo-msc (1.8.0) unstable; urgency=medium
295
296 [ Pau Espin Pedrol ]
297 * configure.ac: Depend on newer libosmo-ranap
298 * Fill Last Used E-UTRAN PLMN Id when in CSFB
299 * Use new osmo stat items/ctr APIs
300 * sgs: Use available API to set vlr subscr LastUsedEutranPLMNId
301 * vlr_sgs: Drop recorded LastEutranPlmnId when UE no longer associated
302 * sgs_iface.c: Improve logging when paging over SGs
303 * msc_a.c: Allow MSC_A_EV_CN_CLOSE in state MSC_A_ST_RELEASING
304 * cosmetic: fix typos in comments
305 * vlr_sgs.h: Set proper logic order of items in enum sgs_ue_fsm_state
306 * vlr_auth_fsm.c: Simplify function auth_fsm_wait_ai_resync
307 * vlr_sgs.c: Fix missing use_count decrease in vlr_sgs_imsi_detach
308 * vlr_sgs: Balance use_count incremented in vlr_sgs_loc_update
309 * cosmetic: Fix typo in comment
310
311 [ Oliver Smith ]
312 * contrib/osmo-msc.spec.in: depend on dbd-sqlite3
313 * contrib/osmo-msc.spec.in: require libosmo-ranap >= 0.7.0
314 * Revert "Turn some compiler warnings into errors"
315
316 [ Vadim Yanitskiy ]
317 * SMS-over-GSUP: notify sender if no transaction found
318 * msc_tx_common_id(): fix potential NULL pointer dereference
319 * libmsc: fix NULL pointer dereference in trans_lcls_compose()
320 * libmsc: struct smsc: drop 'const' qualifier from bind_addr
321 * smpp_smsc: use osmo_talloc_replace_string() in smpp_smsc_conf()
322 * mncc: rework passing GCR over the MNCC interface
323 * manuals: remove deprecated -C / --no-dbcounter options
324 * Do not mention deprecated -M / --mncc-sock-path options
325 * Do not mention deprecated -l / --database options
326
327 [ Neels Hofmeyr ]
328 * osmo-msc main: use osmo_select_shutdown()
329 * ran_msg_a.c: use gsm0808_create_cipher2()
330 * support A5/4 in Cipher Mode Command
331 * support A5/4 in inter-BSC handover
332 * improve logging on encryption, for Ciphering and HO
333 * add sequence_charts/call_reestablishment.msc
334 * add vlr_subscr_find_by_mi
335 * implement CM Re-Establish for voice calls
336
337 [ Eric Wild ]
338 * vty: allow A5/4 encryption in config
339
340 [ Philipp Maier ]
341 * running.adoc: add section about MGCP configuration
342 * msc_vlr_test: remove DLMGCP log messages from unit test output
343
344 [ Harald Welte ]
345 * smpp: Fix help string in vty for "alert-notifications"
346 * smpp_mirror: Factor-out reset of SMPP read state
347 * smpp_mirror: Don't allocate msgb's for unrealistic amounts of memory
348 * Fix enabling of UMTS UEA encryption
349 * Make UTRAN encryption algorithms configurable
350
351 [ Keith Whyte ]
352 * Add support for LCLS to the MSC
353
354 [ Alexander Couzens ]
355 * Validate the choosen UTRAN encryption algorithm
356
357 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 17:44:54 +0100
358
Pau Espin Pedrol59764b62021-02-23 20:22:34 +0100359osmo-msc (1.7.0) unstable; urgency=medium
360
361 [ Keith Whyte ]
362 * Use GSM411_RP_* and not GSM48_CC_*
363 * Trivial: code simplification, return early
364 * vty: allow configuring db path from cfg file
365 * Don't Store an SMS in the database when the ESME is not Bound
366
367 [ Pablo Neira Ayuso ]
368 * libmsc: SMS, Avoid premature RP-ACK to MS
369
370 [ Vadim Yanitskiy ]
371 * manuals/vty: update the VTY reference to reflect recent changes
372 * libvlr: remove unused 'periodic_lu_timer' from struct vlr_subscr
373 * osmo-msc: fix: properly initialize default values for MGW timers
374 * msc/signal.h: remove unused (since the NiTB split up) signals
375 * VTY: mark 'subscriber create imsi' command as deprecated
376 * VTY: add osmo_tdef introspection and configuration commands
377 * libvlr: use generic osmo_tdef API for T3250, T3260, and T3270
378 * libmsc: move subscriber expiration timer T3212 to libvlr
379 * vlr: remove unused parameter 'log_level' of auth_fsm_start()
380 * vlr_sgs_fsm: add missing break, do not call to_null() twice
381 * msc/sccp_ran.h: fix: do not pass -1 to osmo_rat_type_name()
382 * VTY: cosmetic: make struct cmd_node for GSMNET_NODE static
383 * libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()
384 * libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMM
385 * libmsc/gsm_04_11.h: remove unused sms_deliver definition
386 * osmo-msc: use stderr to print error messages, not stdout
387 * libmsc/sdp: cosmetic: fix less-than-zero comparison of an unsigned value
388 * SMS-over-GSUP: clarify error message about unexpected MO/MT SMS
389 * SMS-over-GSUP: move net->sms_over_gsup check to gsm411_gsup_rx()
390 * SMS-over-GSUP: respond with error if net->sms_over_gsup is false
391 * SMS-over-GSUP: notify sender about unhandled GSUP messages
392 * SMS-over-GSUP: notify sender about malformed GSUP messages
393 * SMS-over-GSUP: notify sender in case of RPL delivery failure
394 * gsm_04_14: fix off-by-one error in create_gsm0414_msg()
395 * vty: fix vsub reference counting: call vlr_subscr_put()
396 * debian/control: change maintainer to the Osmocom team / mailing list
397 * mncc_builtin: cosmetic: fix coding style in int_mncc_recv()
398 * mncc_builtin: log type of unhandled message in int_mncc_recv()
399 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
400 * submit_to_sms(): fix the use of deprecated gsm_septets2octets()
401 * ran_a_decode_cipher_mode_reject(): use gsm0808_get_cause()
402 * fix _gsm48_cc_trans_free(): send MNCC REL.ind on Clear Request
403
404 [ Neels Hofmeyr ]
405 * fix segfault: unsolicited Paging Response
406 * manual: add missing mention of MGCP in "Multiple instances"
407 * manual: Multiple Instances: tweak MNCC, add missing SGs doc
408 * manual: link to new common cs7-config.adoc, remove some dup of that
409 * vlr_subscr_rx_id_resp(): dont assert on received MI type
410 * msc_vlr_test_gsm_ciph.c: fix IMEISV MI: even number of digits, clear odd bit
411 * use new osmo_mobile_identity API everywhere
412 * add rudimentary NRI support for MSC pooling
413 * add osmo-msc --vty-ref-xml: dump VTY ref XML to stdout
414 * add comments to clarify some complete l3 details
415 * vty 'show connection': show msc_a->via_cell instead of vsub->cgi
416 * propagate Compl L3 Info Cell ID to the VLR subscriber record
417 * make vty-transcrip-test: use $VTY_TEST var like osmo-bsc
418 * refactor: move RESET Osmux TLV parsing to ran_msg_a.c
419 * sgs_tx_loc_upd_resp_cb(): fix error handling for MI encoding
420 * is_reset_msg: use proper enum for rc value
421 * manuals: generate vty reference xml at build time
422 * Clear Command: set cause value to "Call Control"
423 * fix crash for unknown MI during Paging Response
424 * fix MGCP timeout timer
425 * drop duplicate ran_peer_find() vs ran_peer_find_by_addr()
426 * fix comment in ran_peer.h
427 * msc_vlr_tests: make independent of libosmocore talloc
428 * gsm_network: drop unused neighbor_list member
429
430 [ Eric ]
431 * configure.ac: fix libtool issue with clang and sanitizer
432
433 [ Philipp Maier ]
434 * doc: do not use random ip-address for MGW
435 * msc_vty: remove emergency-call command from network
436 * msc_a: add callref as call id to ASSIGNMENT REQ.
437 * msc_ho: fix CALL IDENTIFIER in HANDOVER REQUEST
438 * mncc_call: fix memory overrun
439 * gsm_04_08: check return code of osmo_mobile_identity_decode_from_l3()
440
441 [ Harald Welte ]
442 * vlr_auth_fsm: Fix compilation with gcc-10
443 * contrib/osmo-msc.spec.in: Enable SMPP in RPM builds
444 * remove empty + unused ran_up_l2.c
445 * osmo-msc.spec.in: Use %config(noreplace) to retain current config file
446 * Send "BSSMAP CommonID" to tell BSC about the IMSI
447 * Use osmo_fd_setup() whenever applicable
448 * debian/control: Recommend installation of osmo-mgw
449 * Use osmo_fd_*_{disable,enable}
450 * README update. Explain more what it is than just the history
451
452 [ Pau Espin Pedrol ]
453 * Use OSMO_FD_* instead of deprecated BSC_FD_*
454 * ran_msg_iu.c: Avoid redefining osmo-iuh global variables
455 * configure.ac: Drop trailing whitespace
456 * Support setting rt-prio and cpu-affinity mask through VTY
457 * Change default SCTP conn NULL->127.0.0.1 to localhost->localhost
458 * Support sending IPv6 Transport Address in Assignment Command
459 * Support handling IPv6 Transport Address in Assignment Complete
460 * tests: Fix VTY results after switch to newer libosmo-mgcp-client
461 * Support handling IPv6 Transport Address in Handover Request (Ack)
462 * mncc: Support IPv6 addresses (new version mncc 7)
463 * contrib/jenkins: Enable parallel make in make distcheck
464 * main: generate coredump and exit upon SIGABRT received
465 * .gitignore: Ignore new autofoo tmp files
466 * tests: Explicitly drop category from log
467 * tests: Replace deprecated API log_set_print_filename
468
469 [ Oliver Smith ]
470 * contrib: import RPM spec
471 * contrib: integrate RPM spec
472 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
473 * contrib/jenkins: don't build osmo-gsm-manuals
474 * configure.ac: set -std=gnu11
475
476 [ Alexander Couzens ]
477 * Convert paging response timer into an osmocom own X4 timer
478
479 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 20:22:34 +0100
480
Pau Espin Pedrol4a5ba812020-01-09 12:29:08 +0100481osmo-msc (1.6.1) unstable; urgency=medium
482
483 [ Vadim Yanitskiy ]
484 * libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp()
485
486 [ Neels Hofmeyr ]
487 * vlr_gsup_rx: fix uninitialized rc
488 * vlr.c: fix condition to check MSISDN presence
489
490 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 09 Jan 2020 12:29:08 +0100
491
Pau Espin Pedrol6a0c4d92020-01-03 18:51:37 +0100492osmo-msc (1.6.0) unstable; urgency=medium
493
494 [ Philipp Maier ]
495 * cosmetic: make function mncc_tx_to_gsm_cc static
496 * sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB return
497 * msc_a: switch RAN type back to SGs when a CSFB-Call is cleared
498 * sgs_iface: Accept messages with unknown TLV elements
499 * paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeout
500
501 [ Neels Hofmeyr ]
502 * add 'encryption uea 1 2' cfg / fix ttcn3 iu tests
503 * mncc: send payload type matching chosen codec
504 * memleak on cc setup errors
505 * cc trans: make sure bearer cap is empty
506 * fix segfault: don't send CC REL on NULL msc_a
507 * vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD
508 * tweak CC cause for incoming call to unattached nr
509 * log, cosmetic: add "RR" to "Ciphering Mode Complete"
510 * msc_vlr_tests: GSUP: don't care about extra IEs
511 * gsm48_tch_rtp_create(): check against NULL mgcp_info
512 * msc_a.c, CC trans: change a comment to a debug log
513 * cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl.
514 * vlr: don't log about "gratuitous ID RESPONSE"
515 * ran_dec logging: log message sizes on errors
516 * msc_a fsm: ignore state chg to same state
517 * fix error on BSSMAP Cipher Mode Complete L3 msg IE
518 * catch GSUP auth result without auth_fsm
519 * LOG_TRANS for CC: always log CC state
520 * log which DTAP messages are sent to RAN
521 * log: drop duplicate MNCC log
522 * also log MNCC_SETUP_REQ
523 * BSSMAP log tweak
524 * log: RANAP encode: use RANAP message names instead of BSSAP
525 * log: ran_msg_a: tweak a message name
526 * send MNCC REL only if MNCC has actually started
527 * fsm: use deferred deallocation
528 * rtp_stream: sanely cancel MGW endpoint FSM notify
529 * use osmo_sockaddr_str_is_nonzero()
530 * CC: add error handling for CRCX responses
531 * add msc_log_to_ladder.py
532 * charts: add full MO and MT voice call diagram
533 * cc trans: remove unused tch_rtp_create
534 * fix msc_vlr_test_call.c
535 * BSSMAP: decode Codec List (BSS Supported)
536 * fail on invalid RTP address from MGW
537 * msc_a CC: add some basic sanity tests
538 * fix incoming call while Paging
539 * add sdp_msg API: SDP parsing/composition
540 * MNCC v6: add optional SDP to the socket protocol
541 * msc_vlr_tests: better err logging for dtap msgs
542 * msc_vlr_test_call.c: add MNCC logging
543 * msc_vlr_tests: log descriptions in color with -v
544 * msc_vlr_test_call: rename lu_utran_tmsi
545 * gsup: indicate CN-Domain in SendAuthInfo Requests
546 * sms db: when storing an SMS, retrieve the ID
547 * sms log tweak
548
549 [ Vadim Yanitskiy ]
550 * libvlr/vlr.c: cosmetic: move message_type assignment
551 * counters: clarify documentation for MSC_CTR_SMS_* entries
552 * counters: clarify documentation for MSC_CTR_LOC_UPDATE_* entries
553 * counters: clarify documentation for MSC_CTR_CALL_* entries
554 * counters: polish documentation of cm_service_request / paging_resp
555 * libmsc: fix potential NULL-pointer dereferences detected by GCC's LTO
556 * libmsc/gsm_04_11_gsup.c: do not init a buffer in gsm411_gsup_mo_fwd_sm_req()
557 * libmsc/gsm_04_11_gsup.c: fix SM-RP-OA encoding for MO SMS over GSUP
558
559 [ Alexander Couzens ]
560 * smpp_openbsc.c: check acl before deref it
561 * vlr: gmm_cause_to_fsm_and_mm_cause() drop fsm_cause_p argument
562 * make vlr_gmm_cause_to_mm_cause public
563 * vlr_auth_fsm: on SAI use the GSUP provided GMM cause code
564
565 [ Keith Whyte ]
566 * Implement a global switch on the network to disable call waiting.
567
568 [ Pau Espin Pedrol ]
569 * vty: fix access to wrong argv in paging response-timer
570
571 [ Oliver Smith ]
572 * tests: only check IU configs if IU is enabled
573 * osmoappdesc.py, tests: switch to python 3
574
575 [ Martin Hauke ]
576 * Fix some typos
577
578 [ Harald Welte ]
579 * check for osmo_ss7_init() error return value
580 * manual: Fix copy+paste error
581 * Check for osmo_fsm_register() error return value
582 * msc: exit(2) on unsupported positional arguments on command line
583
584 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 18:51:37 +0100
585
Pau Espin Pedrol02188142019-08-08 16:01:38 +0200586osmo-msc (1.5.0) unstable; urgency=medium
587
588 [ Max ]
589 * Handle LCLS-NOTIFICATION message from BSS
590 * Various logging fixes
591 * VLR tests: use msgb_eq_data_print() for comparison
592 * transaction: drop meaningless ti_flag of trans_assign_trans_id()
593 * transaction: clarify magic 0xff transaction ID
594
595 [ Vadim Yanitskiy ]
596 * transaction.c: cosmetic: use 'default' branch in trans_free()
597 * libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spaces
598 * transaction: change arguments of trans_find_by_sm_rp_mr()
599 * libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactions
600 * libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()
601 * libmsc/gsm_04_80.c: use gsm0480_create_release_complete()
602 * libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()
603 * libmsc/osmo_msc.c: move connection ref-counting code to 'ran_conn.c'
604 * transaction: fix description of trans_assign_trans_id()
605 * transaction.h: use #pragma once as include guard
606 * libmsc/gsm_09_11.c: implement guard timer for NCSS sessions
607 * libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGS
608 * libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter reference
609 * libmsc/sgs_vty.c: always write server address and VLR name
610 * libmsc/msc_vty.c: drop dead comparison against null
611 * libmsc/sgs_iface.c: fix copy-paste error
612 * libmsc/sgs_iface.c: register sgs_vlr_reset_fsm on DSO load
613 * libmsc/sgs_vty.c: don't print SGs socket error twice
614 * libmsc: fix: properly initialize the SGs server
615 * libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()
616 * tests/sms_queue: track the use of NULL talloc memory contexts
617 * msc/gsm_data.h: drop unused SMS_HDR_SIZE macro
618 * configure.ac: drop rudimentary check for -fvisibility=hidden
619 * configure.ac: drop useless SQLite3 dependency
620 * libmsc/db.c: print info about database name and libdbi version
621 * libmsc/gsm_04_11.c: clarify implicit CP-ACK handling
622 * libmsc/ran_peer.c: fix msgb memleak in ran_peer_rx_reset()
623 * libmsc/gsm_04_11.c: properly handle TP-User-Data-Length
624 * libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMs
625 * libmsc/gsm_04_11.c: cosmetic: restructure gsm411_mm_send()
626 * libmsc/gsm_04_08.c: fix: print proper length value
627 * libmsc/gsm_04_08.c: refactor CM Service Request parsing
628 * libmsc/gsm_04_08.c: clarify IMEI rejection in gsm48_rx_mm_serv_req()
629 * libmsc/gsm_04_11_gsup.c: cosmetic: drop useless variable
630 * tests/.../Makefile.am avoid redundant linkage with librt
631 * libmsc/sgs_server.c: do not override rc in case of SCTP_SHUTDOWN_EVENT
632 * libmsc/msc_ho.c: fix unreacheable check of MSC-T role allocation
633 * libmsc/msc_a.c: fix possible NULL-pointer dereferences
634 * sms_queue_test: assert return value of osmo_use_count_get_put()
635 * libmsc/gsm_04_11.c: fix NULL-pointer dereference in gsm340_rx_tpdu()
636 * libmsc/ran_msg_a.c: avoid ternary operator in struct initialization
637 * libmsc/ran_msg_a.c: refactor ran_a_decode_lcls_notification()
638 * libmsc/ran_msg_a.c: prevent chosen_encryption->key buffer overrun
639 * libmsc/mncc_call.c: fix uninitialized access of stack memory
640 * libmsc/ran_peer.c: fix msgb memleaks in ran_peer_down_paging()
641 * libmsc/ran_peer.c: avoid unreasonable use of goto in ran_peer_down_paging()
642 * libmsc/msc_vty.c: fix: use msub_for_vsub() in subscr_dump_full_vty()
643 * libmsc/msc_vty.c: fix documentation of 'show subscriber id'
644 * libmsc/msc_vty.c: use llist_count() in subscr_dump_full_vty()
645 * libmsc/rtp_stream.c: prevent NULL-pointer dereference
646 * libmsc/gsm_04_11.c: properly handle MMTS indication
647 * transaction: accept trans_type enum in trans_log_subsys()
648 * Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm
649 * libmsc/msc_vty.c: refactor 'show subscr / conn / trans' commands
650 * libmsc/msc_vty.c: do not abuse strlen() to check char buffers
651 * tests: share stubs.h from msc_vlr_test as stubs.c
652 * Introduce initial unit test for db_sms_* API
653 * libmsc/db.c: fix storing SMS with empty TP-User-Data
654 * debian/control: add missing libdbd-sqlite3 to Build-Depends
655 * libmsc/db.c: fix potential integer overflow
656 * libmsc/db.c: introduce and use parse_sm_ud_from_result()
657 * libmsc/db.c: warn user about SMS text truncation
658 * libmsc/db.c: get rid of hard-coded SMS expiry threshold
659 * libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv()
660 * libmsc/gsm_0(4|9)_11_gsup.c: print error message if subscr is not known
661 * gsup_client_mux_tx_error_reply(): fix: do not override IMSI
662 * gsup_client_mux_tx_error_reply(): fix: do not omit session IEs
663 * gsup_client_mux_tx_error_reply(): fix: do not omit message class IE
664 * gsup_client_mux_tx_error_reply(): fix: do not omit SM-RP-MR IE
665 * libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans()
666 * libmsc/gsm_09_11.c: send GSUP PROS_SS ERROR message when needed
667 * libmsc/gsm_04_08.c: clean up unused leftover includes
668 * libmsc/msc_a.c: fix: remove dummy allstate_action of msc_a_fsm
669 * libmsc/paging.c: avoid double zero-initialization
670 * libmsc/paging.c: cosmetic: actually use default branch of switch
671 * libmsc/paging.c: cosmetic: remove leading space in log line
672 * libmsc/gsm_09_11.c: do not abuse LOG_TRANS() and early trans allocation
673 * libmsc/gsm_09_11.c: log network-originated session establishment error
674 * libmsc/gsm_09_11.c: drop rudimentary vsub->cgi.lai.lac check
675 * libmsc/gsm_09_11.c: drop meaningless check for concurrent paging
676 * libmsc/msc_net_init.c: pass pointer to gsm_network directly
677 * libmsc/gsm_09_11.c: inform HLR/EUSE if Paging has failed
678 * libmsc/gsm_09_11.c: properly handle OSMO_GSUP_MSGT_PROC_SS_ERROR
679 * libmsc/gsm_09_11.c: avoid double zero-initialization of gsup_msg
680 * libmsc/gsm_09_11.c: fix broken reference counting for vsub
681 * libmsc/gsm_09_11.c: do not abuse LOG_TRANS() in gsm0911_rcv_nc_ss()
682 * libmsc/gsm_09_11.c: do not suppress rc of gsup_client_mux_tx()
683 * tests/msc_vlr: fix: do not pass RAT type to expect_bssap_clear()
684 * libvlr/vlr.c: do not expire subscribers if periodic LU is disabled
685 * gsm_04_11_gsup.c: fix broken reference counting for vsub
686 * libmsc/gsm_04_11.c: do not abuse LOG_TRANS() in gsm411_alloc_mt_trans()
687 * libmsc/ran_msg_iu.c: fix: properly handle SAPI IE of RANAP_DirectTransfer
688 * Fix: add missing semicolons to OSMO_ASSERT statements
689 * libmsc/msc_vty.c: print subscriber expiration time
690
691 [ Harald Welte ]
692 * Add SGs Interface
693 * debian: depend on libsctp-dev
694 * configure.ac: Check for libsctp
695 * a_iface: Centralize/wrap BSSAP / N-DATA transmission
696 * a_iface: use 'const' qualifier for ran_conn whenever possible
697 * a_iface: Fix hexdumping of N-DATA.req
698 * a_iface: OSMO_ASSERT() if we ever want to send BSSAP with invalid length
699 * smpp_smsc: Call destroy_tlv() when using build_tlv()
700 * smpp: Make libsmpp34 use talloc for its allocations
701 * msub_check_for_release(): Initialize msc_role_a_c
702 * SMPP: Don't accept password or system-id exceeding spec length
703 * Iu: Send SMS over SAPI-3
704
705 [ Philipp Maier ]
706 * a_iface: Include CSFB Indication into BSSMAP CLEAR COMMAND
707 * silent_call: use osmo_strlcpy() instead of strncpy()
708 * msc_vty: add missing header file
709 * vlr_sgs: fix SGs IMSI detech from non EPS services
710 * vlr_sgs: start lu expiration timer on sgs eps detach
711 * sgs_iface: fix nullpointer dereference
712 * vlr_sgs_fsm: make sure vsub is marked used when LA is present
713 * sgs_iface: detect and react to VLR/HLR failure
714
715 [ Oliver Smith ]
716 * debian: depend on libdbd-sqlite3
717 * vlr_lu_fsm.c: assert for invalid events
718 * vty: make retrieve-imeisv-early configurable
719 * vlr: fix IMEI length
720 * vlr: when setting IMEISV, also set IMEI
721 * vlr: optionally send IMEI early to HLR
722 * debian: create -doc subpackage with pdf manuals
723 * contrib/jenkins.sh: run "make maintainer-clean"
724 * vlr_lu_fsm.c: don't send LU reject twice
725
726 [ Keith ]
727 * Don't deliver alert notifications to ESME not yet bound.
728 * Write configuration correctly from vty (alert notifications)
729
730 [ Neels Hofmeyr ]
731 * use only accepted ran_conns for new transactions
732 * gsm_04_11_gsup.c: drop unused conn lookup
733 * SMS queue: properly log failed attempts number
734 * vty: add cmd subscriber ID sms delete-all
735 * vlr_subscr_name(): use OSMO_STRBUF
736 * enable osmo_fsm_term_safely(), apply logging changes
737 * sms queue: avoid repeated Paging for a failed SMS
738 * vlr_subscr: use osmo_use_count
739 * add LOG_TRANS, proper context for all transactions
740 * gsm_04_08_cc: improve logging for CC trans
741 * smpp: fix vlr_subscr use count bugs
742 * vlr subscr get/put: also check against NULL
743 * fix various missing line endings in logging
744 * gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rc
745 * large refactoring: support inter-BSC and inter-MSC Handover
746 * GSUP: include terminating nul in inter-MSC source/destination name
747 * rename bscconfig.h to config.h, cleanup
748 * fix regression: fix internal MNCC operation
749 * vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config
750 * comment: apply function renames to message cycle explanation
751 * ran_a_make_handover_request(): allow no encryption
752 * make msc_a_vsub() and others NULL-safe
753 * no HO call forwarding if no RTP stream
754 * LOG_TRANS: store subsys in trans, unify USSD logging back to DMM
755 * call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASED
756 * call_leg: document the parent_event_* items
757 * add DSS logging category
758 * silence error messages about HANDOVER_END not permitted
759 * build osmo-msc: add "missing" LIBASN1C_LIBS
760 * minor comments in msc_vty.c
761 * manual: adjust and fix auth and ciph docs
762 * do not force encryption on UTRAN
763 * add msc_vlr tests for UMTS without ciphering
764 * doc/sequence_charts/mncc_fsm.msc: add SIP messages, tweak
765 * doc/sequence_charts: fix naming of mncc_fsm to mncc_call
766 * vlr_lu_fsm: fix missing event for IMEISV
767
768 [ Sylvain Munaut ]
769 * libmsc: Allow different channel types to be requested as silent calls
770 * libvlr: Allow 2G auth tuples to be re-used without going through AUTH
771 * make LOG_TRANS() NULL-safe again
772
773 [ Pau Espin Pedrol ]
774 * debian/control: Fix typo
775 * sms_queue: Print dest msisdn instead of unknown subscriber
776 * ran_peer: Move rx_reset_ack logic into its own func
777 * vty: Add option to enable osmux towards BSCs
778 * bssap: Detect BSC Osmux support on RESET (ACK) recv
779 * a_iface: Announce Osmux support on RESET (ACK) send
780 * Request Osmux CID and forward it in Assign Req and Assign Compl
781 * db: Fix call to mempcy with NULL src ptr
782 * db_sms_test: Do not print exact memcmp result
783 * db_sms_test: Remove libdbi expected driver load errors
784 * sms_queue.c: Improve misleading log line
785 * doc: Add Osmux documentation to User Manual
786 * Remove undefined param passed to logging_vty_add_cmds
787 * Fix dependency version requirements
788
789 [ Omar Ramadan ]
790 * Allow MME name preformatted as FQDN in SGsAP
791
792 [ Alexander Couzens ]
793 * remove msc specific db counters
794 * replace osmo_counter with stat_items
795
796 [ Eric Wild ]
797 * libvlr: fix sgsn tmsi creation, replace constant with define
798 * turn -Werror=null-dereference into a warning
799
800 [ Daniel Willmann ]
801 * manuals: Add script to update vty/counter documentation from docker
802 * manuals: Update counter/vty documentation
803 * manuals: Include overview chapter about counters
804
805 [ Thorsten Alteholz ]
806 * fix spelling detected by lintian
807
808 [ Keith Whyte ]
809 * Set coding in mncc_set_cause()
810
811 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 08 Aug 2019 16:01:38 +0200
812
Harald Welte41e7cf12019-01-22 16:02:11 +0100813osmo-msc (1.3.1) unstable; urgency=medium
814
815 [ Neels Hofmeyr ]
816 * fix build: apply msgb_wrap_with_TL() rename
817
818 -- Harald Welte <laforge@gnumonks.org> Tue, 22 Jan 2019 16:02:11 +0100
819
Harald Welte811f6802019-01-21 00:16:26 +0100820osmo-msc (1.3.0) unstable; urgency=medium
821
822 [ Philipp Maier ]
823 * vlr_access_req_fsm: use correct cause codes
824 * a_reset: cleanup + remove dead code
825 * mgcp: do not start connections in loopback mode
826 * mgcp: hack to keep IuUP working
827 * mgcp: use codec information returned with ASSIGNMENT COMPL.
828 * doc: update mgw settings in example config file
829 * mncc: fix byte ordering of IP-Address in mncc
830 * msc_mgcp: move mncc struct initalization to where its actually needed
831 * gsm_04_08_cc: Add global guard timer for MNCC
832 * cosmetic: remove forgotten debug printf
833 * vlr: drop unused is_ps parameter in vlr_subscr_req_lu()
834 * osmo_msc: remove unused parameter from msc_dtap()
835 * gsm_subscriber: make function msc_paging_request() static
836 * msc_vty: display subscriber flags
837 * msc_vty: display current RAN type
838 * msc_vty: also show IMEI and IMEISV
839 * gsm_04_08: Fix nullpointer deref
840
841 [ Stefan Sperling ]
842 * remove redundant unconditional PKG_CHECK_MODULES for libsmpp
843 * implement periodic Location Update expiry in the VLR
844 * VLR: reject overlong IMSIs in ID RESP messages
845 * fix a use-after-free in msc_mgcp.c:_handle_error()
846 * detach cancelled subscribers from VLR
847 * make gsup ipa name configurable in osmo-msc.cfg
848 * provide software version information to gsup peer
849 * require 'ipa-name' option to be set via config file
850 * use vty->type instead of local variable
851
852 [ Vadim Yanitskiy ]
853 * libmsc/ussd.c: FIX: properly indicate errors
854 * libmsc: properly name the MSC_CONN_USE token for SS
855 * libmsc/ussd.c: use connection ref-counting and transactions
856 * Use proper naming for GSM TS 09.11 implementation
857 * libmsc/gsm_04_08.c: expose gsm48_tx_simple()
858 * libmsc/gsm_09_11.c: properly indicate transaction errors
859 * libmsc/gsm_04_80.c: make the API abstract from ss_request struct
860 * .gitignore: ignore src/libgsupclient/gsup_test_client
861 * configure.ac: drop unused dependencies
862 * msc_vlr_tests: don't abuse USSD-request to conclude connections
863 * libvlr/vlr.c: forward unhandled GSUP messages towards MSC
864 * libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP
865 * libmsc/gsm_09_11.c: implement network-initiated sessions
866 * libmsc/gsm_09_11.c: properly handle MS-initiated release
867 * libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions
868 * libmsc/gsm_09_11.c: introduce counter for active sessions
869 * msc/signal.h: use #pragma once include guard
870 * msc/rrlp.h: use #pragma once include guard
871 * libmsc/rrlp.c: add missing include
872 * libmsc/gsm_09_11.c: clean up the local GSM 04.80 API
873 * RRLP: properly name the init function
874 * RRLP: fix: actually init the RRLP signal handlers
875 * RRLP: migrate and share mode definitions from msc_vty.c
876 * RRLP: print log when sending a position request
877 * osmo-msc: free the VTY talloc context on exit
878 * osmo-msc: track the use of talloc NULL memory contexts
879 * libmsc/db.c: cosmetic: mark missing breaks in switch as intended
880 * msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()
881 * msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()
882 * msc_vlr_tests.c: drop duplicating DMM category definition
883 * libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error}
884 * libmsc/gsm_04_11.c: refactor RP-DATA header validation
885 * libmsc/transaction.c: cosmetic: fix typo
886 * libmsc/gsm_09_11.c: drop redundant assertion of stored msgb
887 * libmsc/gsm_04_11.c: refactor MT SMS message handling
888 * libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMS
889 * libmsc/VTY: introduce kill-switch for routing SMS over GSUP
890 * libmsc/gsm_04_11.c: forward MO SMS messages over GSUP
891 * libmsc/gsm_04_11.c: accept MT SMS messages over GSUP
892
893 [ Pau Espin Pedrol ]
894 * msc_main: Fix typo in description of version param
895 * jenkins.sh: Use --enable-werror only when iu support is disabled
896 * osmo-msc: Improve shutdown due to signal and print talloc report on exit
897 * msc: Set talloc ctx for osmo_signal structures
898 * Install systemd services with autotools
899 * Install sample cfg file to /etc/osmocom
900 * msc: vty: Fix integer printf formatting
901
902 [ Daniel Willmann ]
903 * git-version-gen: Don't check for .git directory
904 * OsmoBSC/HLR/MSC: Fix default config file name
905
906 [ Harald Welte ]
907 * libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)
908 * migrate to oap_client in libosmogsm
909 * Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr
910 * gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()
911 * share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR
912 * vty-ref: Update URI of docbook 5.0 schema
913 * add SGs / CSFB related dot + msc files
914
915 [ Neels Hofmeyr ]
916 * vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error
917 * Iu MGCP: no need to loopback on the cn side
918 * cosmetic: typos in log and comment
919 * use __FILE__, not __BASE_FILE__
920 * cosmetic: mute "COMPLETE_LAYER_3 not permitted"
921 * store classmark in vlr_subscr, not conn
922 * msc_vlr_tests: cosmetically tweak perm algo printing
923 * A5/n Ciph: request Classmark Update if missing
924 * fix Classmark Update without VLR subscriber
925 * vty: add SCCP related vty commands
926 * GSUP client: send CN domain IE on LU request
927 * lu_fsm: result cb: use proper cause type (warning/coverity)
928 * Importing history from osmo-gsm-manuals
929 * add OsmoMSC manual
930 * add OsmoHLR manual, OsmoHLR VTY reference
931 * refactor Makefile build rules, don't use the FORCE
932 * OsmoMSC: update VTY reference
933 * msc: update vty reference
934 * drop unused gsm_subscr_conn->mncc_rtp_bridge
935 * drop unused gsm_network->handover.active
936 * drop unused openbscdefines.h
937 * drop unused SUBSCR_CONN_E_INVALID
938 * drop unused gsm0408_allow_everyone() declaration
939 * drop unused tests/db/*
940 * cosmetic: subscr_conn_fsm_auth_ciph() should be static
941 * adjust copyright in subscr_conn.c
942 * populate gsm_subscriber_connection->encr during Ciph
943 * rename gsm_encr to geran_encr, it is only applicable on GERAN
944 * drop msc_compl_l3() return value
945 * rename gsm_subscriber_connection to ran_conn
946 * rename some RAN conn related stuff to ran_conn_*
947 * move subscr_conn.c to ran_conn.c
948 * move ran_conn declarations to new ran_conn.h
949 * combine several small .h in msc_common.h
950 * cosmetic: drop some unused opaque struct defs
951 * move gsm_auth_tuple to vlr.h as vlr_auth_tuple
952 * GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH
953 * drop cruft from gsm_subscriber.h
954 * move gsm_cbfn to gsm_subscriber.h, the only user
955 * python tests: use py shebang instead of $(PYTHON)
956 * make: prepare for adding transcript tests
957 * add test_nodes.vty transcript test
958 * cosmetic: msc_main.c: default args definition style
959 * msc_main: mncc: move mncc socket decision to after read_cfg
960 * vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'
961 * add VTY commands: mncc internal / external (== -M)
962 * ASS-COMPL: do not fire Sec Mode Compl event
963 * move ASS-COMPL MGCP handling out of a_iface_bssap.c
964 * drop gsm48 RR ciph mode compl from permitted initial messages
965 * LU: do not always invoke sub_pres_vlr_fsm_start()
966 * Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"
967 * log: by default start with all categories on LOGL_NOTICE
968 * tweak comment to indicate sub_pres_vlr fsm as dead code
969 * vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEI
970 * comment: vlr: put the 'balancing' comment closer to the put()
971 * vty: show subscriber: put() before printing the use count
972 * fix msc_mgcp_fsm_evt_names: two missing events
973 * mgcp log tweak: say RAN, not BTS, like surrounding logging
974 * fix test_nodes.vty after libosmo-mgcp-client vty changes
975 * cosmetics in msc_mgcp_call_release()
976 * release RTP stream only for matching CC transaction
977 * fix vlr ops.subscr_assoc re-association
978 * remove code dup: add msc_mgcp_try_call_assignment()
979 * move trans->assignment_done to cc.assignment_started
980 * fix: incoming call during ongoing call
981 * abort assignment on Assignment Failure
982 * vlr: auth_fsm: make sure vsub->auth_fsm = NULL when it terminates
983 * vty cfg: move 'ipa-name' from 'msc' to 'hlr' section
984 * use osmo_rat_type from libosmocore
985 * use mgcp-client configured endpoint domain name
986 * use osmo_lu_type_name() from libosmocore
987 * add LOG_RAN_CONN() to use the conn->fi->id for context
988 * rx CM Service Req: reject double use sooner
989 * refactor log ctx for vlr_subscr and ran_conn
990 * mm_rx_id_resp(): use osmo_mi_name()
991 * tweak fsm_msc_mgcp FSM and FI name
992 * err log: fully log MS supported A5 algos on mismatch
993 * msc_vlr_tests: tweak logging in verbose mode
994
995 [ Keith ]
996 * libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()
997 * Make alert notifications vty configurable per ESME
998 * Cosmetic: Fix spelling in smpp vty
999
1000 [ Max ]
1001 * Properly parse cause in cipher mode reject
1002 * Add counters for BSSMAP cipher mode messages
1003 * vty: add command to show all known BSC
1004 * msc_vlr_tests: tweak conn_exists()
1005 * Fix build with latest libosmocore
1006 * Use BSSAP-specific TLV parser from libosmocore
1007 * Use libosmocore to function to parse cipher mode reject cause
1008 * cosmetic: drop duplicated #include
1009 * cosmetic: drop unused variable
1010 * CC: log more details about unhandled message/state
1011 * VLR tests: add logging macro with explicit value description
1012 * VLR tests: avoid leaking LAC access details
1013 * Use proper type for tch_rtp_connect() parameter
1014 * VLR: drop unused struct members
1015 * Remove redundancy in LAC processing
1016 * MNCC: use log wrapper for call processing
1017 * Constify transaction helpers parameters
1018 * Use explicit protocol discriminator for NC SS/USSD session
1019 * Fix trans_has_conn() doxygen description
1020 * Enable SMS-related log in VLR tests
1021 * MNCC: use explicit struct type in gsm_call
1022 * SMS: remove code duplication in transaction init
1023 * vty: make 'sh connect/transact' readable again
1024
1025 [ Keith Whyte ]
1026 * libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it.
1027
1028 [ Alexander Couzens ]
1029 * OsmoMSC: add rate counter documentation
1030
1031 [ Oliver Smith ]
1032 * build manuals moved here from osmo-gsm-manuals.git
1033 * Fix DISTCHECK_CONFIGURE_FLAGS override
1034 * contrib/jenkins.sh: build and publish manuals
1035 * contrib: fix makedistcheck with disabled systemd
1036 * Cosmetic: msc_vty: remove redundant "0 =", "1 ="
1037 * msc_vty.c: make check-imei-rqd configurable
1038 * vlr_core.h: remove duplicate declarations
1039 * VLR: vlr_subscr_{,msisdn_or_}name: const vsub arg
1040 * VLR: send CHECK-IMEI to EIR/HLR
1041
1042 [ Ivan Kluchnikov ]
1043 * libmsc/transaction: introduce trans_find_by_sm_rp_mr()
1044
1045 [ gsmevent admin ]
1046 * gsm_04_08_cc.c: drop non-sensible error message
1047
1048 -- Harald Welte <laforge@gnumonks.org> Mon, 21 Jan 2019 00:16:26 +0100
1049
Pau Espin Pedrolcb8c75b2018-05-03 18:52:03 +02001050osmo-msc (1.2.0) unstable; urgency=medium
1051
1052 [ Neels Hofmeyr ]
1053 * msc_vlr_tests: fix rebuild: rebuild when src/ libs were rebuilt
1054 * cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_
1055 * tests: add msc_vlr_test_authen_reuse
1056 * vty: make auth tuple reuse configurable
1057 * vty: drop deprecated 'logging level sms...'
1058 * defaults: assign TMSI by default
1059 * vty: skip installing cmds now always installed by default
1060 * examples: apply mgcp_client vty rename from 'mgcpgw' to 'mgw'
1061 * vlr: auth_fsm_start: check return value of fsm alloc
1062 * add --enable-sanitize config option
1063 * rate_ctr: don't use . as separator
1064 * sub_pres_vlr_fsm_start: fix heap use after free
1065 * vlr_gsupc_read_cb: fix use after free of GSUP msgb
1066 * subscr_conn: don't close after conn timeout
1067 * vlr_subscr_conn_timeout(): don't fire events to discarded fi
1068 * cosmetic: msc_vlr_tests: add comment to show expected tallocs
1069 * sms_queue_test: sanitize: clean up talloc contexts when done
1070 * cosmetic: log: CC state transition: log trans id and subscr
1071 * cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrs
1072 * cosmetic: debug log: mncc: detached subscr: show subscriber
1073 * msc_vlr_tests: fix test nr arg: clear errno before strtol()
1074 * msc_vlr_tests: set a valid lac for fake conns
1075 * use only 0.23.1 as point code for both A and Iu
1076 * subscr_conn: introduce usage tokens for ref error tracking
1077 * cosmetic: log error when using a conn that's in release
1078 * add msc_vlr_test_call to reproduce a sanitizer error
1079 * fix use after free: missing conn_get on CC paging response
1080 * sms db: don't attempt to query pending SMS for unset MSISDN
1081 * sms db: properly quote MSISDN in various SQL queries
1082 * sms.db: silence libdbi warnings on out-of-range index
1083 * fix vty write: add missing 'authentication optional/required' output
1084 * compiler warning: drop double 'const' in a_iface_tx_cipher_mode()
1085 * debug log: a_iface_tx_cipher_mode(): log cipher and key
1086 * cosmetic: msc_vlr_tests: log SMS details when invoked with -v
1087 * vlr: debug log: log Ciphering Mode details
1088 * fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms
1089 * cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()
1090 * cosmetic prep: publish vlr_use_umts_aka() decision
1091 * cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used
1092 * drop unused T* timers (BSC land, not MSC)
1093 * cosmetic: msc_paging_request: drop obsolete comment
1094 * fix GSM-Milenage in presence of 2G keys
1095 * compiler warning: extend #if 0 to include unused array
1096 * a_iface_bssap: compiler warning: cast const away from TLV val for l2h
1097 * smpp_smsc: fix truncated string copy into bind_r.system_id
1098 * log: a_iface.c: revisit logging, use LOGPCONN
1099 * cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*
1100 * fix paging: add timeout to discard unsuccessful paging
1101 * fix: properly cancel all Paging on IMSI Detach
1102 * a_iface_tx_assignment: fix log lvl for "Sending Assignment..."
1103 * fix build: missing LIBOSMORANAP flags in libmsc
1104 * drop unused libmsc/meas_feed.h
1105 * cosmetic: gsm_network_init(): imply default 001-01 PLMN
1106 * implement support for 3-digit MNC with leading zeros
1107 * vlr: fix post-auth LU failure handling
1108 * vlr_lu_fsm: guard against using the wrong fi
1109 * msc_vlr_tests: revert IMSI parameter and test nr output
1110 * msc_vlr_test_gsm_ciph: drop unused function
1111 * msc_vlr_tests: make all test functions static
1112 * msc_vlr_tests: improve cipher mode coverage
1113 * fix: clear vlr_subscr->msc_conn_ref when the conn is discarded
1114 * vty: drop unused commands
1115 * vty: add 'msisdn' as alias for 'extension'
1116 * vty: add 'subscriber ... paging' cmd
1117 * msc_main: do not say 'osmo-nitb' in the usage
1118 * silent call: clarify rc and error messages logged on vty
1119 * msc_vlr_tests: clearly separate Ciph Mode from Security Mode checking
1120 * msc_vlr_test_gsm_ciph: add test for GSM AKA in UMTS environment
1121 * vlr: fix GSM AKA in a UMTS AKA capable environment
1122 * vlr auth: gracefully reject malformed auth response
1123 * gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response size
1124 * cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'
1125 * msc_vlr_test_umts_authen: test response with too short RES
1126 * msc_vlr_test_umts_authen: test response with too long RES
1127 * msc_vlr_test_umts_authen: test response with only SRES half of RES
1128 * cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKA
1129 * cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RES
1130 * msc_vlr_tests: add test_a5_3_not_supported
1131 * configure: add --enable-werror
1132 * vlr_ciph_result: fix use after free of imeisv
1133 * trans_free: safeguard against a still running CC timer on free
1134 * cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challenge
1135 * cosmetic: msc_vlr_tests: enable CC logging in debug
1136 * cosmetic: rename conn_fsm "bump" event to "release_when_unused"
1137 * msc_vlr_tests: add CC Release test and test to catch OS#2779
1138 * cosmetic: gsm_04_08.c: drop unused struct gsm_lai
1139 * trans_free: tear down conn when last transaction is done
1140 * dissolve libcommon,libcommon-cs: clean up vty definitions
1141 * cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty()
1142 * dissolve libcommon: drop unused bsc_version.c
1143 * dissolve libcommon: drop debug.c
1144 * dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c
1145 * dissolve libcommon: drop gsm_subscriber_base.c, move vlr_subscr_* to vlr.c
1146 * dissolve libcommon: drop gsm_data.c, move code to libmsc
1147 * rename libcommon to libgsupclient
1148 * dissolve libcommon-cs: mv a_reset.c to libmsc
1149 * dissolve libcommon-cs: move gsm_network_init() to libmsc
1150 * dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()
1151 * remove empty libcommon-cs
1152 * gsup_test_client: gsupc_read_cb: fix uninitialized value 'io'
1153 * use osmo_init_logging2() with proper talloc ctx
1154 * drop some dead definitions (gsm_data.h, gsup_client.c)
1155 * test_reject_concurrency: missing assert
1156 * cosmetic: rx_bssmap: read message type once into local var
1157 * cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi
1158 * cosmetic: rename subscr_conn_from to complete_layer3_type
1159 * subscr_conn: store complete_layer3_type in conn, not FSM event arg
1160 * unify allocation of gsm_subscriber_connection
1161 * trans_free: drop bad assertion
1162 * msc_vlr_test_call: reproduce OS#3062
1163 * CC: intentionally release T308 on BSSMAP Clear Request from BSC
1164 * refactor subscr_conn and subscr_conn_fsm de-/alloc
1165 * properly receive BSSMAP Clear Complete and Iu Release Complete
1166 * fix BSC Clear Request
1167 * cosmetic: embed compl_l3_type in FSM id
1168 * refactor VLR FSM result handling
1169 * msc conn ref counts: log human readable list of conn owners
1170 * cosmetic: use enum ranap_nsap_addr_enc instead of int
1171
1172 [ Harald Welte ]
1173 * sms_route_mt_sms: Don't return uninitialized variable
1174 * MNCC: Add input validation
1175 * Log difference between SETUP and EMERGENCY_SETUP
1176 * Emergency Call: Set MNCC_F_EMERGENCY flag
1177 * Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause
1178 (Closes: #2866)
1179 * Reject any CM SERVICE we don't support
1180 * Remove traces of meas_feed
1181 * Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC names
1182 * Properly reject CM Re-Establishment Request
1183 * msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 message
1184 * remove unused paging.h and osmo_bsc_grace.h
1185 * debug: Remove code for filters that don't exist in OsmoMSC
1186 * remove traces of bsc_subscriber
1187 * jenkins.sh: Don't depend on osmo-ggsn
1188 * Massive removal of unused code/structs/headers
1189 * remove unused ipaccess.h
1190 * remove dead code in auth.h / auth.c
1191 * remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h
1192 * signal.h: Remove unused/dead signal definitions
1193 * remove dead ctrl.h header file
1194 * debug: Remove dead log categories
1195 * Shift ciphering algorithm selection from VLR to MSC
1196 * Permit a set of multiple different A5 ciphers
1197 * MSC: Intersect configured A5 algorithms with MS-supported ones
1198 * Change GSUP re-connect interval to 1s
1199 * Implement checks for duplicate uplink UL L3 message (Closes: #2908)
1200 * VTY: Add 'show connections' and 'show transactions' commands
1201 * a_reset: Add additional "a_reset_alloc" argument
1202 * Don't answer to BSC-originated RESET with another RESET
1203 * cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg
1204 * a_iface: Reduce log levels
1205 * a_iface_bssap.c: Use LOGPCONN() whenever possible
1206 * a_sccp_rx_dt(): Don't print hexdump of message multiple times
1207 * cosmetic: a_iface: Harmonize log statements
1208 * cosmetic: No need for 'break' after 'return'
1209 * a_iface: centralize lookup of subscriber_conn
1210 * cosmetic: a_iface: More logging harmonization
1211 * a_iface: Add copyright statement (after recent contributions)
1212 * Introduce new BSSAP logging category/subsystem
1213 * a_iface: Fix heap-use-after-free by cleaning up msgb ownership
1214 * Add VTY command to configure destination MSISDN for emergency calls
1215 * a_iface: Fix heap-use-after-free in a_clear_all()
1216 * MGCP: Response code 250 is *not* an error for DLCX
1217 * a_iface: s/Abis/L3/ for speech version/preference fields
1218 * a_iface: Consistent and understandable function names
1219 * MT Calls: Copy bearer capabilities from NNCC primitive to trans
1220 * MNCC: Copy bearer_cap from MNCC to gsm_trans
1221 * gsm_data: remove unused gsm_subscriber_connection members
1222 * remove bsc_api.h and all users - they're all dead code
1223 * dead code removal
1224 * remove unused dyn_ts_allow_tch_f VTY option
1225 * osmo-msc: Add talloc context introspection via VTY
1226 * remove unused VTY command "location updating reject cause"
1227 * remove unused "authorized-regexp" VTY command
1228 * remove unused "auth policy" VTY command
1229 * remove dead code (gsm_parse_reg)
1230 * BSSAP: Return error code if COMPL L3 with no or too short L3 payload
1231 * a_iface_bssap: Treat inbound RESET as implicit RESET ACK
1232 * a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connection
1233 * DTAP: Ensure proper DLCI is used in MSC-originated DTAP
1234 * Permit any Sender MSISDN when sending SMS from VTY
1235 * smpp: Unset esme->acl on socket close
1236 * sms_queue: fix use-after-free on 'pending'
1237
1238 [ Alexander Couzens ]
1239 * debian/rules: remove doublicated project name in example files
1240 * libmsc/vty: don't access old bsc rate counters
1241
1242 [ Philipp Maier ]
1243 * reset: remove name variable from reset context
1244 * cosmetic: move log message to else branch
1245 * cosmetic: add missing spaces
1246 * cosmetic: remove duplicate logging
1247 * mncc: re-add lchan members to structs
1248 * mncc: remove deprecated commandline option.
1249 * a_iface: correct data type for a.conn_id in gsm_subscriber_connection
1250 * mgcp: use osmo-mgw to switch rtp streams
1251 * increase RAN timeout in MGCP FSM
1252 * a_reset: Add FSM event names
1253 * msc_mgcp: Add FSM event names
1254 * a_iface: fix BSSMAP reset handling
1255 * msc_mgcp: fix mgw timeout handling
1256 * mgcp: be sure that pending mgcp transactions are canceled before free
1257 * msc_mgcp: use more conceise error msg on truncation
1258 * mcgp: let the MGW allocate the MGCP endpoint
1259 * cosmetic: remove disabled (debug) code gsm_04_08.c
1260 * msc_mgcp: to not access higher layers after release
1261 * cosmetic: remove unused variable
1262 * msc_mgcp.c: log endpoint name instead of pointer
1263 * msc_mgcp: do not send wildcarded DLCX messages
1264
1265 [ Max ]
1266 * Use osmo-ggsn instead of openggsn in jenkins tests
1267 * Add basic CTRL test
1268 * Remove obsolete ./configure option
1269 * Remove unneeded .py scripts
1270 * Enable sanitize for CI tests
1271 * Migrate from OpenSSL to osmo_get_rand_id()
1272 * VLR: remove unused parameter
1273 * VLR: log subscriber update
1274 * Add control command to expire subscriber
1275 * VLR: constify GSUP-related function parameters
1276 * cosmetic: log prim operation as text
1277 * Remove unused code
1278 * Wrap osmo_strlcpy() calls
1279 * Fix whitespace issues
1280 * Constify msc_subscr_conn_is_accepted() parameter
1281 * Move IMSI into test parameters
1282 * VLR tests: mark static test functions as such
1283 * Expand VLR tests
1284 * VLR tests: don't fail via assert
1285 * VLR tests: remove weird code
1286 * VLR tests: always print test parameters
1287 * VLR tests: move network init into function
1288 * GSUP: check osmo_gsup_encode() result
1289 * VLR: fix potential NULL dereference
1290
1291 [ Alexander Huemer ]
1292 * Add missing CFLAGS
1293 * Remove utils imported from openbsc, fix building remaining util smpp_mirror
1294
1295 [ Pau Espin Pedrol ]
1296 * libmsc: db.c: Replace dbi APIs marked as deprecated
1297 * libmsc: msc_vty: Fix compilation warning
1298 * libmsc: bssap: Fix typo in log message
1299 * libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplication
1300 * libmsc: bssap: Catch TLV parse failures
1301 * libmsc: bssap: Remove fixme and properly update msgb tail
1302 * msc_mgcp.c: Fix several wrong ptr printf fmt
1303 * contrib: osmo-msc.service: Depend on osmo-mgw.service
1304 * smpp_smsc_conf: Fix heap-use-after-free
1305 * Remove unused GSM_PAGING_OOM
1306 * setup_trig_pag_evt: Remove uneeded default case in switch statement
1307 * setup_trig_pag_evt: Always log correct paging failure case
1308 * setup_trig_pag_evt: Fix heap-use-after-free
1309
1310 [ the 34c3 gsm team ]
1311 * smpp_smsc.c: don't talloc_strdup NULL pointers
1312
1313 [ Vadim Yanitskiy ]
1314 * msc/gsm_04_80.h: clean up useless declarations
1315 * msc/gsm_04_80.h: cosmetic: whitespace fix
1316 * msc/gsm_04_80.h: use '#pragma once' instead of includes
1317 * src/libmsc/ussd.c: drop useless forward declaration
1318 * ussd.h: cosmetic: remove useless comment
1319 * ussd.h: cosmetic: use '#pragma once' include guard
1320 * libmsc/gsm_04_80.c: drop unused 'in_msg' argument
1321 * libmsc/ussd.c: cosmetic: correct log level and message
1322 * libmsc/ussd: don't overwrite rc if decoding failed
1323 * tests/msc_vlr: fix expected SS message names
1324
1325 [ Stefan Sperling ]
1326 * Improve an error message in db_init().
1327 * Delete SMS from the database once they were sent successfully
1328 * Store/retrieve SMS validity time in the SMS datebase
1329 * Fix value of stored SMS validity time.
1330 * Add a VTY command which deletes all expired SMS.
1331 * Accept SMS for any receiver
1332 * Delete expired SMS automatically.
1333 * Make sending an SMS to an unknown subscriber B work over SMPP.
1334 * enable osmo_fsm vty commands in osmo-msc vty
1335 * Track libosmocore API change in osmo-msc.
1336 * restore sending of optional MM info messages
1337 * use libosmocom to parse cell identifier in bssmap_rx_l3_compl()
1338
1339 [ Daniel Willmann ]
1340 * iucs: Add a function to return the connection ID for the IU SCCP conn
1341 * libmsc: Add a function to return a unique ID of the subscriber conn
1342 * libmsc: Pretend MNCC requested release in handle_error()
1343
1344 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 18:52:03 +0200
1345
Harald Welte9a5b4742017-10-29 09:01:31 +01001346osmo-msc (1.1.2) unstable; urgency=medium
1347
1348 * Depend on both libosmo-sigtran-dev and libosmo-sccp-dev
1349 * Debian: require minimum versions of packages we depend on
1350
1351 -- Harald Welte <laforge@gnumonks.org> Sun, 29 Oct 2017 09:01:30 +0100
1352
Harald Welteaaa85802017-10-28 21:57:23 +02001353osmo-msc (1.1.1) unstable; urgency=medium
1354
1355 * Debian: Depend on libosmo-sigtran-dev, not libsomo-sccp-dev!
1356
1357 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 21:57:22 +0200
1358
Harald Welte6a015682017-10-28 14:45:59 +02001359osmo-msc (1.1.0) unstable; urgency=medium
1360
1361 [ Alexander Couzens ]
1362 * Initial release.
1363 * debian/rules: show testsuite.log when tests are failing
1364
1365 [ Neels Hofmeyr ]
1366 * build: check for -lgsm
1367 * am: msc_vlr_tests: use AM_LDFLAGS instead of COMMON vars
1368 * jenkins: fix build: osmo-mgw from master, not pre_release
1369 * jenkins: drop unused build matrix vars, always --enable-smpp
1370 * configure.ac: fix to "AC_INIT[osmo-msc]"
1371 * rewrite README
1372 * rename openbsc.pc to osmo-msc.pc
1373 * debian: fix web and VCS links, tweak osmo-msc.install
1374 * drop files unrelated to osmo-msc
1375 * rename include/openbsc to include/osmocom/msc
1376 * doc/examples: add detailed cs7 config examples
1377 * use separated libosmo-mgcp-client, apply rename to mgcp_client_*
1378 * ctrl: subscriber-list-active: list only attached subscribers
1379 * debian: fix dependency to mgcp library
1380 * main: remove cmdline args no longer available for osmo-msc
1381 * vty: fix: missing default cmds at hlr node
1382 * ctrl: remove unimplemented cmds subscriber-{modify,delete}
1383 * fix build: remove obsolete header legacy_mgcp/mgcp.h
1384 * fix debian: fix erratic doc/examples install path
1385 * fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()
1386 * fix vty tests: long timeout due to unreachable STP address
1387 * cosmetic: vlr: declare a struct in .h; drop unused header
1388 * add ';' after OSMO_ASSERT()
1389
1390 [ Philipp Maier ]
1391 * a_iface: fix memory leaks
1392 * a_iface: fix typo
1393
1394 [ Max ]
1395 * Remove rest_octets.h
1396 * Remove SI-related code
1397 * Remove BTS-specific attributes
1398 * Remove unused osmo_bsc_rf.h header
1399 * Remove pkg-config file
1400
1401 [ Harald Welte ]
1402 * Update .gitignore for post-nitb-split
1403 * remove further files and autotest/autoconf bits irrelevant to osmo-msc
1404 * Rename osmo_fsm to avoid illegal space in name + more meaningful name
1405 * Debian: remove obsolete Dependencies
1406 * configure.ac: Depend on latest tagged/released libosmo-* versions
1407 * Debian: Build with enabled SMPP support
1408 * osmo-msc: Don't link against libasn1c
1409 * Debian: Include systemd.service in package
1410 * Debian: include all (not just one) example config files
1411
1412 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 14:45:58 +0200
1413
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00001414osmo-msc (0.1.0) UNRELEASED; urgency=low
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +02001415
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00001416 * Initial release.
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +02001417
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +00001418 -- Alexander Couzens <lynxis@fe80.eu> Tue, 08 Aug 2017 01:13:01 +0000