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