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