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