blob: ec9671cc9e833a860b71dc7bfbefc68b793202c6 [file] [log] [blame]
Pau Espin Pedrol02188142019-08-08 16:01:38 +02001osmo-msc (1.5.0) unstable; urgency=medium
2
3 [ Max ]
4 * Handle LCLS-NOTIFICATION message from BSS
5 * Various logging fixes
6 * VLR tests: use msgb_eq_data_print() for comparison
7 * transaction: drop meaningless ti_flag of trans_assign_trans_id()
8 * transaction: clarify magic 0xff transaction ID
9
10 [ Vadim Yanitskiy ]
11 * transaction.c: cosmetic: use 'default' branch in trans_free()
12 * libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spaces
13 * transaction: change arguments of trans_find_by_sm_rp_mr()
14 * libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactions
15 * libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()
16 * libmsc/gsm_04_80.c: use gsm0480_create_release_complete()
17 * libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()
18 * libmsc/osmo_msc.c: move connection ref-counting code to 'ran_conn.c'
19 * transaction: fix description of trans_assign_trans_id()
20 * transaction.h: use #pragma once as include guard
21 * libmsc/gsm_09_11.c: implement guard timer for NCSS sessions
22 * libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGS
23 * libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter reference
24 * libmsc/sgs_vty.c: always write server address and VLR name
25 * libmsc/msc_vty.c: drop dead comparison against null
26 * libmsc/sgs_iface.c: fix copy-paste error
27 * libmsc/sgs_iface.c: register sgs_vlr_reset_fsm on DSO load
28 * libmsc/sgs_vty.c: don't print SGs socket error twice
29 * libmsc: fix: properly initialize the SGs server
30 * libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()
31 * tests/sms_queue: track the use of NULL talloc memory contexts
32 * msc/gsm_data.h: drop unused SMS_HDR_SIZE macro
33 * configure.ac: drop rudimentary check for -fvisibility=hidden
34 * configure.ac: drop useless SQLite3 dependency
35 * libmsc/db.c: print info about database name and libdbi version
36 * libmsc/gsm_04_11.c: clarify implicit CP-ACK handling
37 * libmsc/ran_peer.c: fix msgb memleak in ran_peer_rx_reset()
38 * libmsc/gsm_04_11.c: properly handle TP-User-Data-Length
39 * libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMs
40 * libmsc/gsm_04_11.c: cosmetic: restructure gsm411_mm_send()
41 * libmsc/gsm_04_08.c: fix: print proper length value
42 * libmsc/gsm_04_08.c: refactor CM Service Request parsing
43 * libmsc/gsm_04_08.c: clarify IMEI rejection in gsm48_rx_mm_serv_req()
44 * libmsc/gsm_04_11_gsup.c: cosmetic: drop useless variable
45 * tests/.../Makefile.am avoid redundant linkage with librt
46 * libmsc/sgs_server.c: do not override rc in case of SCTP_SHUTDOWN_EVENT
47 * libmsc/msc_ho.c: fix unreacheable check of MSC-T role allocation
48 * libmsc/msc_a.c: fix possible NULL-pointer dereferences
49 * sms_queue_test: assert return value of osmo_use_count_get_put()
50 * libmsc/gsm_04_11.c: fix NULL-pointer dereference in gsm340_rx_tpdu()
51 * libmsc/ran_msg_a.c: avoid ternary operator in struct initialization
52 * libmsc/ran_msg_a.c: refactor ran_a_decode_lcls_notification()
53 * libmsc/ran_msg_a.c: prevent chosen_encryption->key buffer overrun
54 * libmsc/mncc_call.c: fix uninitialized access of stack memory
55 * libmsc/ran_peer.c: fix msgb memleaks in ran_peer_down_paging()
56 * libmsc/ran_peer.c: avoid unreasonable use of goto in ran_peer_down_paging()
57 * libmsc/msc_vty.c: fix: use msub_for_vsub() in subscr_dump_full_vty()
58 * libmsc/msc_vty.c: fix documentation of 'show subscriber id'
59 * libmsc/msc_vty.c: use llist_count() in subscr_dump_full_vty()
60 * libmsc/rtp_stream.c: prevent NULL-pointer dereference
61 * libmsc/gsm_04_11.c: properly handle MMTS indication
62 * transaction: accept trans_type enum in trans_log_subsys()
63 * Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm
64 * libmsc/msc_vty.c: refactor 'show subscr / conn / trans' commands
65 * libmsc/msc_vty.c: do not abuse strlen() to check char buffers
66 * tests: share stubs.h from msc_vlr_test as stubs.c
67 * Introduce initial unit test for db_sms_* API
68 * libmsc/db.c: fix storing SMS with empty TP-User-Data
69 * debian/control: add missing libdbd-sqlite3 to Build-Depends
70 * libmsc/db.c: fix potential integer overflow
71 * libmsc/db.c: introduce and use parse_sm_ud_from_result()
72 * libmsc/db.c: warn user about SMS text truncation
73 * libmsc/db.c: get rid of hard-coded SMS expiry threshold
74 * libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv()
75 * libmsc/gsm_0(4|9)_11_gsup.c: print error message if subscr is not known
76 * gsup_client_mux_tx_error_reply(): fix: do not override IMSI
77 * gsup_client_mux_tx_error_reply(): fix: do not omit session IEs
78 * gsup_client_mux_tx_error_reply(): fix: do not omit message class IE
79 * gsup_client_mux_tx_error_reply(): fix: do not omit SM-RP-MR IE
80 * libmsc/gsm_09_11.c: fix: return trans from establish_nc_ss_trans()
81 * libmsc/gsm_09_11.c: send GSUP PROS_SS ERROR message when needed
82 * libmsc/gsm_04_08.c: clean up unused leftover includes
83 * libmsc/msc_a.c: fix: remove dummy allstate_action of msc_a_fsm
84 * libmsc/paging.c: avoid double zero-initialization
85 * libmsc/paging.c: cosmetic: actually use default branch of switch
86 * libmsc/paging.c: cosmetic: remove leading space in log line
87 * libmsc/gsm_09_11.c: do not abuse LOG_TRANS() and early trans allocation
88 * libmsc/gsm_09_11.c: log network-originated session establishment error
89 * libmsc/gsm_09_11.c: drop rudimentary vsub->cgi.lai.lac check
90 * libmsc/gsm_09_11.c: drop meaningless check for concurrent paging
91 * libmsc/msc_net_init.c: pass pointer to gsm_network directly
92 * libmsc/gsm_09_11.c: inform HLR/EUSE if Paging has failed
93 * libmsc/gsm_09_11.c: properly handle OSMO_GSUP_MSGT_PROC_SS_ERROR
94 * libmsc/gsm_09_11.c: avoid double zero-initialization of gsup_msg
95 * libmsc/gsm_09_11.c: fix broken reference counting for vsub
96 * libmsc/gsm_09_11.c: do not abuse LOG_TRANS() in gsm0911_rcv_nc_ss()
97 * libmsc/gsm_09_11.c: do not suppress rc of gsup_client_mux_tx()
98 * tests/msc_vlr: fix: do not pass RAT type to expect_bssap_clear()
99 * libvlr/vlr.c: do not expire subscribers if periodic LU is disabled
100 * gsm_04_11_gsup.c: fix broken reference counting for vsub
101 * libmsc/gsm_04_11.c: do not abuse LOG_TRANS() in gsm411_alloc_mt_trans()
102 * libmsc/ran_msg_iu.c: fix: properly handle SAPI IE of RANAP_DirectTransfer
103 * Fix: add missing semicolons to OSMO_ASSERT statements
104 * libmsc/msc_vty.c: print subscriber expiration time
105
106 [ Harald Welte ]
107 * Add SGs Interface
108 * debian: depend on libsctp-dev
109 * configure.ac: Check for libsctp
110 * a_iface: Centralize/wrap BSSAP / N-DATA transmission
111 * a_iface: use 'const' qualifier for ran_conn whenever possible
112 * a_iface: Fix hexdumping of N-DATA.req
113 * a_iface: OSMO_ASSERT() if we ever want to send BSSAP with invalid length
114 * smpp_smsc: Call destroy_tlv() when using build_tlv()
115 * smpp: Make libsmpp34 use talloc for its allocations
116 * msub_check_for_release(): Initialize msc_role_a_c
117 * SMPP: Don't accept password or system-id exceeding spec length
118 * Iu: Send SMS over SAPI-3
119
120 [ Philipp Maier ]
121 * a_iface: Include CSFB Indication into BSSMAP CLEAR COMMAND
122 * silent_call: use osmo_strlcpy() instead of strncpy()
123 * msc_vty: add missing header file
124 * vlr_sgs: fix SGs IMSI detech from non EPS services
125 * vlr_sgs: start lu expiration timer on sgs eps detach
126 * sgs_iface: fix nullpointer dereference
127 * vlr_sgs_fsm: make sure vsub is marked used when LA is present
128 * sgs_iface: detect and react to VLR/HLR failure
129
130 [ Oliver Smith ]
131 * debian: depend on libdbd-sqlite3
132 * vlr_lu_fsm.c: assert for invalid events
133 * vty: make retrieve-imeisv-early configurable
134 * vlr: fix IMEI length
135 * vlr: when setting IMEISV, also set IMEI
136 * vlr: optionally send IMEI early to HLR
137 * debian: create -doc subpackage with pdf manuals
138 * contrib/jenkins.sh: run "make maintainer-clean"
139 * vlr_lu_fsm.c: don't send LU reject twice
140
141 [ Keith ]
142 * Don't deliver alert notifications to ESME not yet bound.
143 * Write configuration correctly from vty (alert notifications)
144
145 [ Neels Hofmeyr ]
146 * use only accepted ran_conns for new transactions
147 * gsm_04_11_gsup.c: drop unused conn lookup
148 * SMS queue: properly log failed attempts number
149 * vty: add cmd subscriber ID sms delete-all
150 * vlr_subscr_name(): use OSMO_STRBUF
151 * enable osmo_fsm_term_safely(), apply logging changes
152 * sms queue: avoid repeated Paging for a failed SMS
153 * vlr_subscr: use osmo_use_count
154 * add LOG_TRANS, proper context for all transactions
155 * gsm_04_08_cc: improve logging for CC trans
156 * smpp: fix vlr_subscr use count bugs
157 * vlr subscr get/put: also check against NULL
158 * fix various missing line endings in logging
159 * gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rc
160 * large refactoring: support inter-BSC and inter-MSC Handover
161 * GSUP: include terminating nul in inter-MSC source/destination name
162 * rename bscconfig.h to config.h, cleanup
163 * fix regression: fix internal MNCC operation
164 * vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config
165 * comment: apply function renames to message cycle explanation
166 * ran_a_make_handover_request(): allow no encryption
167 * make msc_a_vsub() and others NULL-safe
168 * no HO call forwarding if no RTP stream
169 * LOG_TRANS: store subsys in trans, unify USSD logging back to DMM
170 * call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASED
171 * call_leg: document the parent_event_* items
172 * add DSS logging category
173 * silence error messages about HANDOVER_END not permitted
174 * build osmo-msc: add "missing" LIBASN1C_LIBS
175 * minor comments in msc_vty.c
176 * manual: adjust and fix auth and ciph docs
177 * do not force encryption on UTRAN
178 * add msc_vlr tests for UMTS without ciphering
179 * doc/sequence_charts/mncc_fsm.msc: add SIP messages, tweak
180 * doc/sequence_charts: fix naming of mncc_fsm to mncc_call
181 * vlr_lu_fsm: fix missing event for IMEISV
182
183 [ Sylvain Munaut ]
184 * libmsc: Allow different channel types to be requested as silent calls
185 * libvlr: Allow 2G auth tuples to be re-used without going through AUTH
186 * make LOG_TRANS() NULL-safe again
187
188 [ Pau Espin Pedrol ]
189 * debian/control: Fix typo
190 * sms_queue: Print dest msisdn instead of unknown subscriber
191 * ran_peer: Move rx_reset_ack logic into its own func
192 * vty: Add option to enable osmux towards BSCs
193 * bssap: Detect BSC Osmux support on RESET (ACK) recv
194 * a_iface: Announce Osmux support on RESET (ACK) send
195 * Request Osmux CID and forward it in Assign Req and Assign Compl
196 * db: Fix call to mempcy with NULL src ptr
197 * db_sms_test: Do not print exact memcmp result
198 * db_sms_test: Remove libdbi expected driver load errors
199 * sms_queue.c: Improve misleading log line
200 * doc: Add Osmux documentation to User Manual
201 * Remove undefined param passed to logging_vty_add_cmds
202 * Fix dependency version requirements
203
204 [ Omar Ramadan ]
205 * Allow MME name preformatted as FQDN in SGsAP
206
207 [ Alexander Couzens ]
208 * remove msc specific db counters
209 * replace osmo_counter with stat_items
210
211 [ Eric Wild ]
212 * libvlr: fix sgsn tmsi creation, replace constant with define
213 * turn -Werror=null-dereference into a warning
214
215 [ Daniel Willmann ]
216 * manuals: Add script to update vty/counter documentation from docker
217 * manuals: Update counter/vty documentation
218 * manuals: Include overview chapter about counters
219
220 [ Thorsten Alteholz ]
221 * fix spelling detected by lintian
222
223 [ Keith Whyte ]
224 * Set coding in mncc_set_cause()
225
226 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 08 Aug 2019 16:01:38 +0200
227
Harald Welte41e7cf12019-01-22 16:02:11 +0100228osmo-msc (1.3.1) unstable; urgency=medium
229
230 [ Neels Hofmeyr ]
231 * fix build: apply msgb_wrap_with_TL() rename
232
233 -- Harald Welte <laforge@gnumonks.org> Tue, 22 Jan 2019 16:02:11 +0100
234
Harald Welte811f6802019-01-21 00:16:26 +0100235osmo-msc (1.3.0) unstable; urgency=medium
236
237 [ Philipp Maier ]
238 * vlr_access_req_fsm: use correct cause codes
239 * a_reset: cleanup + remove dead code
240 * mgcp: do not start connections in loopback mode
241 * mgcp: hack to keep IuUP working
242 * mgcp: use codec information returned with ASSIGNMENT COMPL.
243 * doc: update mgw settings in example config file
244 * mncc: fix byte ordering of IP-Address in mncc
245 * msc_mgcp: move mncc struct initalization to where its actually needed
246 * gsm_04_08_cc: Add global guard timer for MNCC
247 * cosmetic: remove forgotten debug printf
248 * vlr: drop unused is_ps parameter in vlr_subscr_req_lu()
249 * osmo_msc: remove unused parameter from msc_dtap()
250 * gsm_subscriber: make function msc_paging_request() static
251 * msc_vty: display subscriber flags
252 * msc_vty: display current RAN type
253 * msc_vty: also show IMEI and IMEISV
254 * gsm_04_08: Fix nullpointer deref
255
256 [ Stefan Sperling ]
257 * remove redundant unconditional PKG_CHECK_MODULES for libsmpp
258 * implement periodic Location Update expiry in the VLR
259 * VLR: reject overlong IMSIs in ID RESP messages
260 * fix a use-after-free in msc_mgcp.c:_handle_error()
261 * detach cancelled subscribers from VLR
262 * make gsup ipa name configurable in osmo-msc.cfg
263 * provide software version information to gsup peer
264 * require 'ipa-name' option to be set via config file
265 * use vty->type instead of local variable
266
267 [ Vadim Yanitskiy ]
268 * libmsc/ussd.c: FIX: properly indicate errors
269 * libmsc: properly name the MSC_CONN_USE token for SS
270 * libmsc/ussd.c: use connection ref-counting and transactions
271 * Use proper naming for GSM TS 09.11 implementation
272 * libmsc/gsm_04_08.c: expose gsm48_tx_simple()
273 * libmsc/gsm_09_11.c: properly indicate transaction errors
274 * libmsc/gsm_04_80.c: make the API abstract from ss_request struct
275 * .gitignore: ignore src/libgsupclient/gsup_test_client
276 * configure.ac: drop unused dependencies
277 * msc_vlr_tests: don't abuse USSD-request to conclude connections
278 * libvlr/vlr.c: forward unhandled GSUP messages towards MSC
279 * libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP
280 * libmsc/gsm_09_11.c: implement network-initiated sessions
281 * libmsc/gsm_09_11.c: properly handle MS-initiated release
282 * libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions
283 * libmsc/gsm_09_11.c: introduce counter for active sessions
284 * msc/signal.h: use #pragma once include guard
285 * msc/rrlp.h: use #pragma once include guard
286 * libmsc/rrlp.c: add missing include
287 * libmsc/gsm_09_11.c: clean up the local GSM 04.80 API
288 * RRLP: properly name the init function
289 * RRLP: fix: actually init the RRLP signal handlers
290 * RRLP: migrate and share mode definitions from msc_vty.c
291 * RRLP: print log when sending a position request
292 * osmo-msc: free the VTY talloc context on exit
293 * osmo-msc: track the use of talloc NULL memory contexts
294 * libmsc/db.c: cosmetic: mark missing breaks in switch as intended
295 * msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()
296 * msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()
297 * msc_vlr_tests.c: drop duplicating DMM category definition
298 * libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error}
299 * libmsc/gsm_04_11.c: refactor RP-DATA header validation
300 * libmsc/transaction.c: cosmetic: fix typo
301 * libmsc/gsm_09_11.c: drop redundant assertion of stored msgb
302 * libmsc/gsm_04_11.c: refactor MT SMS message handling
303 * libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMS
304 * libmsc/VTY: introduce kill-switch for routing SMS over GSUP
305 * libmsc/gsm_04_11.c: forward MO SMS messages over GSUP
306 * libmsc/gsm_04_11.c: accept MT SMS messages over GSUP
307
308 [ Pau Espin Pedrol ]
309 * msc_main: Fix typo in description of version param
310 * jenkins.sh: Use --enable-werror only when iu support is disabled
311 * osmo-msc: Improve shutdown due to signal and print talloc report on exit
312 * msc: Set talloc ctx for osmo_signal structures
313 * Install systemd services with autotools
314 * Install sample cfg file to /etc/osmocom
315 * msc: vty: Fix integer printf formatting
316
317 [ Daniel Willmann ]
318 * git-version-gen: Don't check for .git directory
319 * OsmoBSC/HLR/MSC: Fix default config file name
320
321 [ Harald Welte ]
322 * libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)
323 * migrate to oap_client in libosmogsm
324 * Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr
325 * gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()
326 * share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR
327 * vty-ref: Update URI of docbook 5.0 schema
328 * add SGs / CSFB related dot + msc files
329
330 [ Neels Hofmeyr ]
331 * vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error
332 * Iu MGCP: no need to loopback on the cn side
333 * cosmetic: typos in log and comment
334 * use __FILE__, not __BASE_FILE__
335 * cosmetic: mute "COMPLETE_LAYER_3 not permitted"
336 * store classmark in vlr_subscr, not conn
337 * msc_vlr_tests: cosmetically tweak perm algo printing
338 * A5/n Ciph: request Classmark Update if missing
339 * fix Classmark Update without VLR subscriber
340 * vty: add SCCP related vty commands
341 * GSUP client: send CN domain IE on LU request
342 * lu_fsm: result cb: use proper cause type (warning/coverity)
343 * Importing history from osmo-gsm-manuals
344 * add OsmoMSC manual
345 * add OsmoHLR manual, OsmoHLR VTY reference
346 * refactor Makefile build rules, don't use the FORCE
347 * OsmoMSC: update VTY reference
348 * msc: update vty reference
349 * drop unused gsm_subscr_conn->mncc_rtp_bridge
350 * drop unused gsm_network->handover.active
351 * drop unused openbscdefines.h
352 * drop unused SUBSCR_CONN_E_INVALID
353 * drop unused gsm0408_allow_everyone() declaration
354 * drop unused tests/db/*
355 * cosmetic: subscr_conn_fsm_auth_ciph() should be static
356 * adjust copyright in subscr_conn.c
357 * populate gsm_subscriber_connection->encr during Ciph
358 * rename gsm_encr to geran_encr, it is only applicable on GERAN
359 * drop msc_compl_l3() return value
360 * rename gsm_subscriber_connection to ran_conn
361 * rename some RAN conn related stuff to ran_conn_*
362 * move subscr_conn.c to ran_conn.c
363 * move ran_conn declarations to new ran_conn.h
364 * combine several small .h in msc_common.h
365 * cosmetic: drop some unused opaque struct defs
366 * move gsm_auth_tuple to vlr.h as vlr_auth_tuple
367 * GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH
368 * drop cruft from gsm_subscriber.h
369 * move gsm_cbfn to gsm_subscriber.h, the only user
370 * python tests: use py shebang instead of $(PYTHON)
371 * make: prepare for adding transcript tests
372 * add test_nodes.vty transcript test
373 * cosmetic: msc_main.c: default args definition style
374 * msc_main: mncc: move mncc socket decision to after read_cfg
375 * vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'
376 * add VTY commands: mncc internal / external (== -M)
377 * ASS-COMPL: do not fire Sec Mode Compl event
378 * move ASS-COMPL MGCP handling out of a_iface_bssap.c
379 * drop gsm48 RR ciph mode compl from permitted initial messages
380 * LU: do not always invoke sub_pres_vlr_fsm_start()
381 * Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"
382 * log: by default start with all categories on LOGL_NOTICE
383 * tweak comment to indicate sub_pres_vlr fsm as dead code
384 * vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEI
385 * comment: vlr: put the 'balancing' comment closer to the put()
386 * vty: show subscriber: put() before printing the use count
387 * fix msc_mgcp_fsm_evt_names: two missing events
388 * mgcp log tweak: say RAN, not BTS, like surrounding logging
389 * fix test_nodes.vty after libosmo-mgcp-client vty changes
390 * cosmetics in msc_mgcp_call_release()
391 * release RTP stream only for matching CC transaction
392 * fix vlr ops.subscr_assoc re-association
393 * remove code dup: add msc_mgcp_try_call_assignment()
394 * move trans->assignment_done to cc.assignment_started
395 * fix: incoming call during ongoing call
396 * abort assignment on Assignment Failure
397 * vlr: auth_fsm: make sure vsub->auth_fsm = NULL when it terminates
398 * vty cfg: move 'ipa-name' from 'msc' to 'hlr' section
399 * use osmo_rat_type from libosmocore
400 * use mgcp-client configured endpoint domain name
401 * use osmo_lu_type_name() from libosmocore
402 * add LOG_RAN_CONN() to use the conn->fi->id for context
403 * rx CM Service Req: reject double use sooner
404 * refactor log ctx for vlr_subscr and ran_conn
405 * mm_rx_id_resp(): use osmo_mi_name()
406 * tweak fsm_msc_mgcp FSM and FI name
407 * err log: fully log MS supported A5 algos on mismatch
408 * msc_vlr_tests: tweak logging in verbose mode
409
410 [ Keith ]
411 * libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()
412 * Make alert notifications vty configurable per ESME
413 * Cosmetic: Fix spelling in smpp vty
414
415 [ Max ]
416 * Properly parse cause in cipher mode reject
417 * Add counters for BSSMAP cipher mode messages
418 * vty: add command to show all known BSC
419 * msc_vlr_tests: tweak conn_exists()
420 * Fix build with latest libosmocore
421 * Use BSSAP-specific TLV parser from libosmocore
422 * Use libosmocore to function to parse cipher mode reject cause
423 * cosmetic: drop duplicated #include
424 * cosmetic: drop unused variable
425 * CC: log more details about unhandled message/state
426 * VLR tests: add logging macro with explicit value description
427 * VLR tests: avoid leaking LAC access details
428 * Use proper type for tch_rtp_connect() parameter
429 * VLR: drop unused struct members
430 * Remove redundancy in LAC processing
431 * MNCC: use log wrapper for call processing
432 * Constify transaction helpers parameters
433 * Use explicit protocol discriminator for NC SS/USSD session
434 * Fix trans_has_conn() doxygen description
435 * Enable SMS-related log in VLR tests
436 * MNCC: use explicit struct type in gsm_call
437 * SMS: remove code duplication in transaction init
438 * vty: make 'sh connect/transact' readable again
439
440 [ Keith Whyte ]
441 * libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it.
442
443 [ Alexander Couzens ]
444 * OsmoMSC: add rate counter documentation
445
446 [ Oliver Smith ]
447 * build manuals moved here from osmo-gsm-manuals.git
448 * Fix DISTCHECK_CONFIGURE_FLAGS override
449 * contrib/jenkins.sh: build and publish manuals
450 * contrib: fix makedistcheck with disabled systemd
451 * Cosmetic: msc_vty: remove redundant "0 =", "1 ="
452 * msc_vty.c: make check-imei-rqd configurable
453 * vlr_core.h: remove duplicate declarations
454 * VLR: vlr_subscr_{,msisdn_or_}name: const vsub arg
455 * VLR: send CHECK-IMEI to EIR/HLR
456
457 [ Ivan Kluchnikov ]
458 * libmsc/transaction: introduce trans_find_by_sm_rp_mr()
459
460 [ gsmevent admin ]
461 * gsm_04_08_cc.c: drop non-sensible error message
462
463 -- Harald Welte <laforge@gnumonks.org> Mon, 21 Jan 2019 00:16:26 +0100
464
Pau Espin Pedrolcb8c75b2018-05-03 18:52:03 +0200465osmo-msc (1.2.0) unstable; urgency=medium
466
467 [ Neels Hofmeyr ]
468 * msc_vlr_tests: fix rebuild: rebuild when src/ libs were rebuilt
469 * cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_
470 * tests: add msc_vlr_test_authen_reuse
471 * vty: make auth tuple reuse configurable
472 * vty: drop deprecated 'logging level sms...'
473 * defaults: assign TMSI by default
474 * vty: skip installing cmds now always installed by default
475 * examples: apply mgcp_client vty rename from 'mgcpgw' to 'mgw'
476 * vlr: auth_fsm_start: check return value of fsm alloc
477 * add --enable-sanitize config option
478 * rate_ctr: don't use . as separator
479 * sub_pres_vlr_fsm_start: fix heap use after free
480 * vlr_gsupc_read_cb: fix use after free of GSUP msgb
481 * subscr_conn: don't close after conn timeout
482 * vlr_subscr_conn_timeout(): don't fire events to discarded fi
483 * cosmetic: msc_vlr_tests: add comment to show expected tallocs
484 * sms_queue_test: sanitize: clean up talloc contexts when done
485 * cosmetic: log: CC state transition: log trans id and subscr
486 * cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrs
487 * cosmetic: debug log: mncc: detached subscr: show subscriber
488 * msc_vlr_tests: fix test nr arg: clear errno before strtol()
489 * msc_vlr_tests: set a valid lac for fake conns
490 * use only 0.23.1 as point code for both A and Iu
491 * subscr_conn: introduce usage tokens for ref error tracking
492 * cosmetic: log error when using a conn that's in release
493 * add msc_vlr_test_call to reproduce a sanitizer error
494 * fix use after free: missing conn_get on CC paging response
495 * sms db: don't attempt to query pending SMS for unset MSISDN
496 * sms db: properly quote MSISDN in various SQL queries
497 * sms.db: silence libdbi warnings on out-of-range index
498 * fix vty write: add missing 'authentication optional/required' output
499 * compiler warning: drop double 'const' in a_iface_tx_cipher_mode()
500 * debug log: a_iface_tx_cipher_mode(): log cipher and key
501 * cosmetic: msc_vlr_tests: log SMS details when invoked with -v
502 * vlr: debug log: log Ciphering Mode details
503 * fix BSSMAP Cipher Mode Cmd: properly set permitted algorithms
504 * cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()
505 * cosmetic prep: publish vlr_use_umts_aka() decision
506 * cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is used
507 * drop unused T* timers (BSC land, not MSC)
508 * cosmetic: msc_paging_request: drop obsolete comment
509 * fix GSM-Milenage in presence of 2G keys
510 * compiler warning: extend #if 0 to include unused array
511 * a_iface_bssap: compiler warning: cast const away from TLV val for l2h
512 * smpp_smsc: fix truncated string copy into bind_r.system_id
513 * log: a_iface.c: revisit logging, use LOGPCONN
514 * cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*
515 * fix paging: add timeout to discard unsuccessful paging
516 * fix: properly cancel all Paging on IMSI Detach
517 * a_iface_tx_assignment: fix log lvl for "Sending Assignment..."
518 * fix build: missing LIBOSMORANAP flags in libmsc
519 * drop unused libmsc/meas_feed.h
520 * cosmetic: gsm_network_init(): imply default 001-01 PLMN
521 * implement support for 3-digit MNC with leading zeros
522 * vlr: fix post-auth LU failure handling
523 * vlr_lu_fsm: guard against using the wrong fi
524 * msc_vlr_tests: revert IMSI parameter and test nr output
525 * msc_vlr_test_gsm_ciph: drop unused function
526 * msc_vlr_tests: make all test functions static
527 * msc_vlr_tests: improve cipher mode coverage
528 * fix: clear vlr_subscr->msc_conn_ref when the conn is discarded
529 * vty: drop unused commands
530 * vty: add 'msisdn' as alias for 'extension'
531 * vty: add 'subscriber ... paging' cmd
532 * msc_main: do not say 'osmo-nitb' in the usage
533 * silent call: clarify rc and error messages logged on vty
534 * msc_vlr_tests: clearly separate Ciph Mode from Security Mode checking
535 * msc_vlr_test_gsm_ciph: add test for GSM AKA in UMTS environment
536 * vlr: fix GSM AKA in a UMTS AKA capable environment
537 * vlr auth: gracefully reject malformed auth response
538 * gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response size
539 * cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'
540 * msc_vlr_test_umts_authen: test response with too short RES
541 * msc_vlr_test_umts_authen: test response with too long RES
542 * msc_vlr_test_umts_authen: test response with only SRES half of RES
543 * cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKA
544 * cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RES
545 * msc_vlr_tests: add test_a5_3_not_supported
546 * configure: add --enable-werror
547 * vlr_ciph_result: fix use after free of imeisv
548 * trans_free: safeguard against a still running CC timer on free
549 * cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challenge
550 * cosmetic: msc_vlr_tests: enable CC logging in debug
551 * cosmetic: rename conn_fsm "bump" event to "release_when_unused"
552 * msc_vlr_tests: add CC Release test and test to catch OS#2779
553 * cosmetic: gsm_04_08.c: drop unused struct gsm_lai
554 * trans_free: tear down conn when last transaction is done
555 * dissolve libcommon,libcommon-cs: clean up vty definitions
556 * cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty()
557 * dissolve libcommon: drop unused bsc_version.c
558 * dissolve libcommon: drop debug.c
559 * dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c
560 * dissolve libcommon: drop gsm_subscriber_base.c, move vlr_subscr_* to vlr.c
561 * dissolve libcommon: drop gsm_data.c, move code to libmsc
562 * rename libcommon to libgsupclient
563 * dissolve libcommon-cs: mv a_reset.c to libmsc
564 * dissolve libcommon-cs: move gsm_network_init() to libmsc
565 * dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()
566 * remove empty libcommon-cs
567 * gsup_test_client: gsupc_read_cb: fix uninitialized value 'io'
568 * use osmo_init_logging2() with proper talloc ctx
569 * drop some dead definitions (gsm_data.h, gsup_client.c)
570 * test_reject_concurrency: missing assert
571 * cosmetic: rx_bssmap: read message type once into local var
572 * cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi
573 * cosmetic: rename subscr_conn_from to complete_layer3_type
574 * subscr_conn: store complete_layer3_type in conn, not FSM event arg
575 * unify allocation of gsm_subscriber_connection
576 * trans_free: drop bad assertion
577 * msc_vlr_test_call: reproduce OS#3062
578 * CC: intentionally release T308 on BSSMAP Clear Request from BSC
579 * refactor subscr_conn and subscr_conn_fsm de-/alloc
580 * properly receive BSSMAP Clear Complete and Iu Release Complete
581 * fix BSC Clear Request
582 * cosmetic: embed compl_l3_type in FSM id
583 * refactor VLR FSM result handling
584 * msc conn ref counts: log human readable list of conn owners
585 * cosmetic: use enum ranap_nsap_addr_enc instead of int
586
587 [ Harald Welte ]
588 * sms_route_mt_sms: Don't return uninitialized variable
589 * MNCC: Add input validation
590 * Log difference between SETUP and EMERGENCY_SETUP
591 * Emergency Call: Set MNCC_F_EMERGENCY flag
592 * Refuse Emergency Calls by IMEI with proper CM SERVICE REJECT Cause
593 (Closes: #2866)
594 * Reject any CM SERVICE we don't support
595 * Remove traces of meas_feed
596 * Fix msc_vlr test results (.err) for new libosmocore GSM48_PDISC names
597 * Properly reject CM Re-Establishment Request
598 * msc_cipher_mode_compl: Handle CIPH MOD COMPL without L3 message
599 * remove unused paging.h and osmo_bsc_grace.h
600 * debug: Remove code for filters that don't exist in OsmoMSC
601 * remove traces of bsc_subscriber
602 * jenkins.sh: Don't depend on osmo-ggsn
603 * Massive removal of unused code/structs/headers
604 * remove unused ipaccess.h
605 * remove dead code in auth.h / auth.c
606 * remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h
607 * signal.h: Remove unused/dead signal definitions
608 * remove dead ctrl.h header file
609 * debug: Remove dead log categories
610 * Shift ciphering algorithm selection from VLR to MSC
611 * Permit a set of multiple different A5 ciphers
612 * MSC: Intersect configured A5 algorithms with MS-supported ones
613 * Change GSUP re-connect interval to 1s
614 * Implement checks for duplicate uplink UL L3 message (Closes: #2908)
615 * VTY: Add 'show connections' and 'show transactions' commands
616 * a_reset: Add additional "a_reset_alloc" argument
617 * Don't answer to BSC-originated RESET with another RESET
618 * cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msg
619 * a_iface: Reduce log levels
620 * a_iface_bssap.c: Use LOGPCONN() whenever possible
621 * a_sccp_rx_dt(): Don't print hexdump of message multiple times
622 * cosmetic: a_iface: Harmonize log statements
623 * cosmetic: No need for 'break' after 'return'
624 * a_iface: centralize lookup of subscriber_conn
625 * cosmetic: a_iface: More logging harmonization
626 * a_iface: Add copyright statement (after recent contributions)
627 * Introduce new BSSAP logging category/subsystem
628 * a_iface: Fix heap-use-after-free by cleaning up msgb ownership
629 * Add VTY command to configure destination MSISDN for emergency calls
630 * a_iface: Fix heap-use-after-free in a_clear_all()
631 * MGCP: Response code 250 is *not* an error for DLCX
632 * a_iface: s/Abis/L3/ for speech version/preference fields
633 * a_iface: Consistent and understandable function names
634 * MT Calls: Copy bearer capabilities from NNCC primitive to trans
635 * MNCC: Copy bearer_cap from MNCC to gsm_trans
636 * gsm_data: remove unused gsm_subscriber_connection members
637 * remove bsc_api.h and all users - they're all dead code
638 * dead code removal
639 * remove unused dyn_ts_allow_tch_f VTY option
640 * osmo-msc: Add talloc context introspection via VTY
641 * remove unused VTY command "location updating reject cause"
642 * remove unused "authorized-regexp" VTY command
643 * remove unused "auth policy" VTY command
644 * remove dead code (gsm_parse_reg)
645 * BSSAP: Return error code if COMPL L3 with no or too short L3 payload
646 * a_iface_bssap: Treat inbound RESET as implicit RESET ACK
647 * a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connection
648 * DTAP: Ensure proper DLCI is used in MSC-originated DTAP
649 * Permit any Sender MSISDN when sending SMS from VTY
650 * smpp: Unset esme->acl on socket close
651 * sms_queue: fix use-after-free on 'pending'
652
653 [ Alexander Couzens ]
654 * debian/rules: remove doublicated project name in example files
655 * libmsc/vty: don't access old bsc rate counters
656
657 [ Philipp Maier ]
658 * reset: remove name variable from reset context
659 * cosmetic: move log message to else branch
660 * cosmetic: add missing spaces
661 * cosmetic: remove duplicate logging
662 * mncc: re-add lchan members to structs
663 * mncc: remove deprecated commandline option.
664 * a_iface: correct data type for a.conn_id in gsm_subscriber_connection
665 * mgcp: use osmo-mgw to switch rtp streams
666 * increase RAN timeout in MGCP FSM
667 * a_reset: Add FSM event names
668 * msc_mgcp: Add FSM event names
669 * a_iface: fix BSSMAP reset handling
670 * msc_mgcp: fix mgw timeout handling
671 * mgcp: be sure that pending mgcp transactions are canceled before free
672 * msc_mgcp: use more conceise error msg on truncation
673 * mcgp: let the MGW allocate the MGCP endpoint
674 * cosmetic: remove disabled (debug) code gsm_04_08.c
675 * msc_mgcp: to not access higher layers after release
676 * cosmetic: remove unused variable
677 * msc_mgcp.c: log endpoint name instead of pointer
678 * msc_mgcp: do not send wildcarded DLCX messages
679
680 [ Max ]
681 * Use osmo-ggsn instead of openggsn in jenkins tests
682 * Add basic CTRL test
683 * Remove obsolete ./configure option
684 * Remove unneeded .py scripts
685 * Enable sanitize for CI tests
686 * Migrate from OpenSSL to osmo_get_rand_id()
687 * VLR: remove unused parameter
688 * VLR: log subscriber update
689 * Add control command to expire subscriber
690 * VLR: constify GSUP-related function parameters
691 * cosmetic: log prim operation as text
692 * Remove unused code
693 * Wrap osmo_strlcpy() calls
694 * Fix whitespace issues
695 * Constify msc_subscr_conn_is_accepted() parameter
696 * Move IMSI into test parameters
697 * VLR tests: mark static test functions as such
698 * Expand VLR tests
699 * VLR tests: don't fail via assert
700 * VLR tests: remove weird code
701 * VLR tests: always print test parameters
702 * VLR tests: move network init into function
703 * GSUP: check osmo_gsup_encode() result
704 * VLR: fix potential NULL dereference
705
706 [ Alexander Huemer ]
707 * Add missing CFLAGS
708 * Remove utils imported from openbsc, fix building remaining util smpp_mirror
709
710 [ Pau Espin Pedrol ]
711 * libmsc: db.c: Replace dbi APIs marked as deprecated
712 * libmsc: msc_vty: Fix compilation warning
713 * libmsc: bssap: Fix typo in log message
714 * libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplication
715 * libmsc: bssap: Catch TLV parse failures
716 * libmsc: bssap: Remove fixme and properly update msgb tail
717 * msc_mgcp.c: Fix several wrong ptr printf fmt
718 * contrib: osmo-msc.service: Depend on osmo-mgw.service
719 * smpp_smsc_conf: Fix heap-use-after-free
720 * Remove unused GSM_PAGING_OOM
721 * setup_trig_pag_evt: Remove uneeded default case in switch statement
722 * setup_trig_pag_evt: Always log correct paging failure case
723 * setup_trig_pag_evt: Fix heap-use-after-free
724
725 [ the 34c3 gsm team ]
726 * smpp_smsc.c: don't talloc_strdup NULL pointers
727
728 [ Vadim Yanitskiy ]
729 * msc/gsm_04_80.h: clean up useless declarations
730 * msc/gsm_04_80.h: cosmetic: whitespace fix
731 * msc/gsm_04_80.h: use '#pragma once' instead of includes
732 * src/libmsc/ussd.c: drop useless forward declaration
733 * ussd.h: cosmetic: remove useless comment
734 * ussd.h: cosmetic: use '#pragma once' include guard
735 * libmsc/gsm_04_80.c: drop unused 'in_msg' argument
736 * libmsc/ussd.c: cosmetic: correct log level and message
737 * libmsc/ussd: don't overwrite rc if decoding failed
738 * tests/msc_vlr: fix expected SS message names
739
740 [ Stefan Sperling ]
741 * Improve an error message in db_init().
742 * Delete SMS from the database once they were sent successfully
743 * Store/retrieve SMS validity time in the SMS datebase
744 * Fix value of stored SMS validity time.
745 * Add a VTY command which deletes all expired SMS.
746 * Accept SMS for any receiver
747 * Delete expired SMS automatically.
748 * Make sending an SMS to an unknown subscriber B work over SMPP.
749 * enable osmo_fsm vty commands in osmo-msc vty
750 * Track libosmocore API change in osmo-msc.
751 * restore sending of optional MM info messages
752 * use libosmocom to parse cell identifier in bssmap_rx_l3_compl()
753
754 [ Daniel Willmann ]
755 * iucs: Add a function to return the connection ID for the IU SCCP conn
756 * libmsc: Add a function to return a unique ID of the subscriber conn
757 * libmsc: Pretend MNCC requested release in handle_error()
758
759 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 18:52:03 +0200
760
Harald Welte9a5b4742017-10-29 09:01:31 +0100761osmo-msc (1.1.2) unstable; urgency=medium
762
763 * Depend on both libosmo-sigtran-dev and libosmo-sccp-dev
764 * Debian: require minimum versions of packages we depend on
765
766 -- Harald Welte <laforge@gnumonks.org> Sun, 29 Oct 2017 09:01:30 +0100
767
Harald Welteaaa85802017-10-28 21:57:23 +0200768osmo-msc (1.1.1) unstable; urgency=medium
769
770 * Debian: Depend on libosmo-sigtran-dev, not libsomo-sccp-dev!
771
772 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 21:57:22 +0200
773
Harald Welte6a015682017-10-28 14:45:59 +0200774osmo-msc (1.1.0) unstable; urgency=medium
775
776 [ Alexander Couzens ]
777 * Initial release.
778 * debian/rules: show testsuite.log when tests are failing
779
780 [ Neels Hofmeyr ]
781 * build: check for -lgsm
782 * am: msc_vlr_tests: use AM_LDFLAGS instead of COMMON vars
783 * jenkins: fix build: osmo-mgw from master, not pre_release
784 * jenkins: drop unused build matrix vars, always --enable-smpp
785 * configure.ac: fix to "AC_INIT[osmo-msc]"
786 * rewrite README
787 * rename openbsc.pc to osmo-msc.pc
788 * debian: fix web and VCS links, tweak osmo-msc.install
789 * drop files unrelated to osmo-msc
790 * rename include/openbsc to include/osmocom/msc
791 * doc/examples: add detailed cs7 config examples
792 * use separated libosmo-mgcp-client, apply rename to mgcp_client_*
793 * ctrl: subscriber-list-active: list only attached subscribers
794 * debian: fix dependency to mgcp library
795 * main: remove cmdline args no longer available for osmo-msc
796 * vty: fix: missing default cmds at hlr node
797 * ctrl: remove unimplemented cmds subscriber-{modify,delete}
798 * fix build: remove obsolete header legacy_mgcp/mgcp.h
799 * fix debian: fix erratic doc/examples install path
800 * fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()
801 * fix vty tests: long timeout due to unreachable STP address
802 * cosmetic: vlr: declare a struct in .h; drop unused header
803 * add ';' after OSMO_ASSERT()
804
805 [ Philipp Maier ]
806 * a_iface: fix memory leaks
807 * a_iface: fix typo
808
809 [ Max ]
810 * Remove rest_octets.h
811 * Remove SI-related code
812 * Remove BTS-specific attributes
813 * Remove unused osmo_bsc_rf.h header
814 * Remove pkg-config file
815
816 [ Harald Welte ]
817 * Update .gitignore for post-nitb-split
818 * remove further files and autotest/autoconf bits irrelevant to osmo-msc
819 * Rename osmo_fsm to avoid illegal space in name + more meaningful name
820 * Debian: remove obsolete Dependencies
821 * configure.ac: Depend on latest tagged/released libosmo-* versions
822 * Debian: Build with enabled SMPP support
823 * osmo-msc: Don't link against libasn1c
824 * Debian: Include systemd.service in package
825 * Debian: include all (not just one) example config files
826
827 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 14:45:58 +0200
828
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +0000829osmo-msc (0.1.0) UNRELEASED; urgency=low
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200830
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +0000831 * Initial release.
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200832
Alexander Couzens4d1ee5e2017-08-07 08:36:36 +0000833 -- Alexander Couzens <lynxis@fe80.eu> Tue, 08 Aug 2017 01:13:01 +0000