blob: 08636eff2c763e747e3795e7c1d6cd810549baa7 [file] [log] [blame]
Harald Welte577c2682017-10-28 21:06:26 +02001openbsc (1.0.0) UNRELEASED; urgency=medium
2
3 [ Holger Hans Peter Freyther ]
4 * Revert "gprs: Use RAND_bytes for p-tmsi"
5 * sgsn: Fix pattern for too long msisdn
6 * osmux: Allow to listen to a specific address
7 * sgsn: Fix up the VTY doc strings
8 * stats/mgcp: Initialize the statistics for MGCP as well
9 * gbproxy: Count more GSM 04.08 messages
10 * gtp: Fix Makefile.am so maybe distcheck is now going to work
11 * gtphub: Fix the VTY prompt to make the tests move forward
12 * bsc/vty: Provide a hint of available input
13 * gtphub: Fix compilation using gcc5
14 * dahdi: The driver has moved to libosmo-abis
15 * gtphub: Make the two setter static as well
16 * db: Avoid undefined behavior when copying cm2/cm3 from the db
17 * gtphub: Fix use after free on failure
18 * gsm0408: Provide unique strings for the gsm 04.08 message
19 * msc: Remove oversimplified todo entry and add a comment
20 * meas: Do not retry to close the database
21 * mgcp: Fix compiler warnings on size_t on AMD64
22 * abis: Send the message without enforcing to wait for a response
23 * bsc: Add code to send ip.access reboot command to nanoBTS
24 * bsc: Add parameter to restart a bts
25 * subscr: Add testcase creating an already created subscriber
26 * subscr: Make db_create_subscriber fail on duplicates
27 * db: If creating a subscriber in the db fails, return NULL
28 * ctrl: Extend ctrl command to optionally handle alg+ki
29 * jenkins: Add the build script from jenkins here
30 * nat/vty: Don't assume one can magically add IPv4 addresses to lo
31 * nat/vty: Use different port for the mock MSC
32 * nat/vty: Convert into str for the VTY command
33 * nat/vty: And move to a different port..
34 * nat/vty: Remove second assumption about lo and binding
35 * nat/vty: Fix construct not working with python 2.6
36 * nat/vty: Do not print token update statement
37 * nat/ussd: Add an example of the USSD gateway side-channel
38 * debian: Make upgrading from debian SID easier
39 * filter/nat: Fix the context for the imsi assignment
40 * bsc: Create minimal SI6 rest octets
41 * ci: Attempt to disable doxygen warnings of dependencies
42 * lchan: Release channel in case of late activation ack
43 * ussd: Add band-aid for interrogationSS
44 * debian: Install header and source file to different directory
45 * debian: Require libgtp-dev after the SO version bump
46 * sgsn: Fix deeply flawed copying logic for PDP context activation
47 * sgsn: Fill the cch_pdp with a value coming from the tlv structure
48 * sgsn: Convert cch_pdp to host order for libgtp
49
50 [ Jacob Erlbeck ]
51 * sgsn/test: Add and call cleanup_test function
52 * sgsn/test: Really parse received DL LLC messages
53 * stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat
54 * stats: Set class_id in rate_ctr group descriptions
55 * sgsn: Remove tlli_foreign2local
56 * sgsn/test: Add bssgp_raid parameter to send_0408_message
57 * sgsn: Make ra_id_equals available as gprs_ra_id_equals
58 * sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlli
59 * sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req
60 * sgsn/test: Add test case test_gmm_routing_areas
61 * sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matches
62
63 [ Daniel Willmann ]
64 * gprs: Use RAND_bytes for p-tmsi
65 * gbproxy/test: Add and call cleanup_test function
66 * gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocation
67 * rename enum gprs_mm_state to gprs_gmm_state
68 * rename enum gprs_mm_state to gprs_gmm_state
69 * create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_cont_acc()
70 * sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)
71 * gprs: more conditionals for Gb specific actions
72 * configure.ac: add --enable-iu with deps asn1c, ranap, sigtran
73 * add DRANAP debug constant
74 * add DSUA debug constant
75 * osmux: Add negotiation state so race conditions can't disable osmux
76 * gprs_gmm: Fix bit mask when determining update/attach type
77 * IuPS: track msg->dst aka ue_conn_ctx, comment
78 * IuPS: osmo-sgsn: add core IuPS impl, call iu_init()
79 * IuPS: redirect Iu in various places, link Iu in sgsn-test
80 * IuPS: add Iu response to create_pdp_conf()
81 * IuPS: add Iu response to delete_pdp_conf()
82 * IuPS: dev hack: init hardcoded Ki on ATT REQ
83 * IuPS: send Security Mode Command, track the new_key flag.
84 * IuPS: add GMM Service Request rx and tx
85 * IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection
86 * IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state
87 * IuPS: GMM Attach: reset MM ctx pending_req
88 * IuPS: Introduce function to change PMM state
89 * IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives
90 * gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info
91 * test/gbproxy: Test for possible memory corruption when link_info is freed
92
93 [ Harald Welte ]
94 * SGSN: Fix typo in VTY license statement.
95 * meas_db.c: fix compiler warnings
96 * Depend on libgtp >= 0.92, as previous versions don't have gtpie.h installed
97 * oap and gtphub tests must only be compiled of LIBGTP is present!
98 * Fix TSC/BSIC handling bug and remove bts->tsc
99 * vty: Print NCC/BCC and not just integer value of BSIC
100 * Fix compilation with no libc-ares present on the system
101 * tests/smpp: Fix linking order
102 * gsm_data_shared: compute/sprintf the lchan name only once
103 * remove old obsolete linux kernel and wireshark patches
104 * AUTHORS: Add Jacob and Neels
105 * bring the README into the 21st century
106 * mncc.c: Convert mncc_names[] to 'struct value_string'
107 * mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGE
108 * indicate the GSM 04.08 channel mode in 'show lchan'
109 * add DOT graph showing NITB data structures and their references
110 * rename ipaccess-find into abisip-find
111 * Revert "move to hex TMSI representation"
112 * Start to use struct osmo_auth_vector from gsm_auth_tuple
113 * move gsm_04_08_gprs.h to libosmocore
114 * use new libosmocore gsm_23_003.h for IMEI/IMSI length
115 * Rename gprs_gsup_* to osmo_gsup_*
116 * rename gprs_shift_*() to osmo_shift_*()
117 * move osmo_shift_* / osmo_match_shift_* to libosmogsm
118 * gsup_messages: Add UMTS AKA related encoding/decoding support
119 * osmo_gsup_messge.[ch] documentation update (doxygen)
120 * move utils.h functions to libosmocore
121 * Move osmo_gsup_messages.[ch] to libosmocore
122 * oap_message.h: Remove dependency to openbsc include
123 * OAP: use osmo_oap_ prefix for OAP, rather than plain oap_
124 * OAP: Various coding style fixes
125 * osmo_oap_decode(): Use common argument ordering
126 * sgsn/GSUP: Support MAP-style nested LU/ISD
127 * Add human-readable name of SGSN_AUTH_AUTHENTICATE
128 * sgsn_test: Adapt test case to now-existing InsertSubscriberData
129 * subscr_name(): Handle case for subscr == NULL
130 * rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frame
131 * prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)
132 * rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()
133 * gprs_gmm.c: Make TLLI handling specific to Gb interface
134 * gprs_gmm.c: Perform LLME operations only if we have one
135 * remove old copy of documentation that now is in osmo-gsm-manuals.git
136 * add example config for sysmobts
137 * add .mailmap file for mapping git author name/mail in shortlog
138 * osmo-nitb: generate backtrace on SIGABRT
139 * COSMETIC: 'if' is not a function, so there is space before '('
140 * mncc_builtin: Properly reject DTMF
141 * WIP: OM2000: Full state machine implementation using osmo_fsm
142 * OM2000: Fix state machien for CF/TRXC on START Result
143 * SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP
144 * RBS2000: re-establish any lost signalling links
145 * talloc_cxt: Fix compiler warning / missing #include
146 * bs11_config: remove compiler waring about unused variable
147 * RBS2000: Avoid segfault if ts->lapd instance doesn't exist
148 * RBS2000: Ensure the is-connection-list command is only used on RBS2000
149 * Support configuration of CON MO Groups/Paths from VTY
150 * OM2000: CON MO: Allow larger range for CCP and CI values
151 * OM2000: Add three IEs to TCH activation about which we have no clue
152 * OM2000: Fix missing dynamic TCH initialization
153 * abis_nm: Fix possible not-null-terminated buffer
154 * abis_nm: Fix non-null terminated buffer
155 * libmsc/db: avoid subscr->name without terminating NULL char
156 * Fix possible non-null-terminated buffer
157 * ipaccess-config: Handle setsockopt return value
158 * ipaccess-proxy: Check setsockopt() return value
159 * abis_nm: ceck fseek() return code in is_last_line()
160 * bsc_msc.c: Check setsockopt() return value
161 * sgsn_test: Fix missing = in == type check
162 * abisip-find: check bsc_fd_register() result
163 * bsc_ctrl: Ensure we don't pass NULL string into strtok_r()
164 * mgcp_protocol: Ensure we don't call strtok_r with NULL data
165 * cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value
166 * gsm0408_test.c: Don't pass negative value to strerror()
167 * channel_mode_from_lchan(): Add missing break statement
168 * add gsup_test_client program
169 * move OAP messages implementations to libosmocore
170 * bsc_vty: Fix missing break statements in switch()
171 * sgsn: Add GTP information to "show pdp-context"
172 * remove unused struct members of 'struct sgsn_pdp_ctx'
173 * Implement VTY configuration to control Early Classmark Sending
174 * OM2000: use assoc_so *only* for TS objects
175 * VTY: Print 3G auth tuples, not just 2G auth tuples
176 * OM2000: Add FIXME comments for missing resolving of RX/TX MO!
177 * OM2000: Change the order of MO initialization
178 * OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack
179 * RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH
180 * RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS
181 * pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()
182 * pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iteration
183 * pcu_sock: Forward paging request from PCU via RSL to BTS
184 * pcu_sock: Send non-NULL hLayer1 to PCU
185 * Use new e1inp_signal_names from libosmo-abis to print input signal names
186 * costmetic: Document gsm48_multirate_config() + const-ify input
187 * bsc_api.c: Documentation for handle_mr_config()
188 * bsc_vty: Factor vty_get_ts() out of pdch_act_cmd()
189 * bsc_vty.c: Further simplify vty_get_ts()
190 * bsc_vty.c: Add command for manual [de]actiovation of logical channels
191 * bsc_vty: Add command to manually issue IPAC MDCX
192 * libbsc: Create pcu-socket only as specified in config file
193 * don't re-implement osmo_talloc_replace_string()
194 * Add vty command "radio-link-timeout infinite" for uplink rx testing
195 * jenkins.sh: Proper error message if local environment isn't set up
196 * Support for TS 04.14 conformance test commands
197 * Add VTY commands for experimentation with TS 04.14 commands
198 * bsc_api: Fix copy+paste error in printing name of RR STATUS PDU
199 * libbsc: Add VTY command to re-send the SYSTEM INFORMATION to BTS
200 * check for missing result of rate_ctr_group_alloc()
201 * Fix regression causing loss of static system-information messages
202 (Closes: #2367)
203 * RSL: Allow disabling of BCCH/SACCH filling for given SI type
204 * gsm_bts_trx_set_system_infos(): Disable non-existing SI
205 * gtphob: check for missing result of rate_ctr_group_alloc()
206 * bsc_vty: Add VTY command to test CTRL TRAP feature
207 * GSM timers: User reasonable defaults; don't save if equal default
208 * bsc_vty: Don't allow timers of zero (0)
209 * remove code disabling T3109 if configured to 0
210 * SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE
211 * Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH
212 * sgsn_vty: Don't assume pdp->lib is always valid
213 * Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()
214 * increase libsmpp34 version requirement to 1.12
215 * NITB: remove 'help' output about '-a' option that is removed for ages
216 * Treat SIGTERM just like SIGINT in our programs
217 * Use verify_value_string_arrays_are_terminated from osmo-ci
218 * libbsc: document arguments of generate_bcch_chan_list()
219 * Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'
220 * gsm0408_test: Verify that BA-IND is 0 in SI2xxx and 1 in SI5xxx
221 * Fix nanobts_omlattr unit test
222 * nanobts_omlattra_test: Initialize logging before executing tests
223 * osmo-bsc: Initialize logging before initializing rate_ctr
224 * remove sgsn, gbproxy and gtphub from openbsc.git
225 * rename osmo-bsc to osmo-bsc-sccplite
226 * Bump version: 0.15.1 → 1.0.0
227
228 [ Neels Hofmeyr ]
229 * libcommon: soak up three static functions.
230 * oap: implement initial OAP API.
231 * oap: add oap testsuite skeleton
232 * oap: add OAP API test
233 * gsup/oap: add OAP to GSUP client.
234 * oap: add OAP config to VTY
235 * sgsn_vty.c: fix typo
236 * Add GTP hub initial code base.
237 * gtphub: add first bits of GRX ares
238 * gtphub: fix Echo behavior: respond directly.
239 * gtphub: add/fix IMSI and APN IE error handling
240 * gtphub: make test code reusable for future tests.
241 * gtphub: fix User plane decoding, add unit test.
242 * gtphub: fix handling of sender from nonstandard port.
243 * gtphub: Add logging for ares queries.
244 * gtphub: fix numerous segfaults, and other stupidities.
245 * gtphub: don't always try to do GGSN resolution.
246 * gtphub: add logging labels to bind struct.
247 * gtphub: review log levels, add level arg to LOG().
248 * gtphub: cosmetic: break long lines.
249 * fix build: remove obsolete gtphub EXTRA_DIST.
250 * gtphub: fix gtphub_read() semantics.
251 * gtphub: fix fatal log msg for SGSN proxy.
252 * gtphub: fix three oversights (thanks to coverity).
253 * gtphub: fix echo reply to SGSNs: wrong fd. Add test.
254 * gtphub: lose obsolete comment.
255 * gtphub: fix ares segfault: add missing initialization.
256 * gtphub: add enable_gtphub_test to atlocal.in.
257 * gtphub: remove another obsolete comment.
258 * gtphub_test: build only when c-ares and gtp are present.
259 * gtphub: add to debian build
260 * gtphub: add to osmoappdesc.py
261 * gtphub: fix number map range for TEIs.
262 * gtphub: nr_map: add min,max and wrap.
263 * gtphub: cosmetic: rename a file.
264 * gtphub: review some logging.
265 * gtphub: ares vty and init
266 * gtphub: ensure cleanup of peer addresses.
267 * gtphub: add explicit cleanup handles.
268 * gtphub: cosmetic: clarify bind pointer naming.
269 * gtphub: add first rate counters
270 * gtphub: first vty show commands.
271 * gtphub: cosmetic: fix an argument name.
272 * gtphub: move timestamp into packet struct.
273 * gtphub: cosmetic/prepare: add nr_map_refresh().
274 * gtphub: add assertion to ensure expiry ordering.
275 * gtphub: cosmetic/prepare: rename expiry queues.
276 * gtphub: track tunnels explicitly.
277 * gtphub: avoid segfault for incomplete tunnels.
278 * gtphub: fix a conditional for log output
279 * gtphub: complain about excess cmdline args.
280 * gtphub: implement restart counter properly.
281 * gtphub: cosmetic: for_each_side,_plane macros.
282 * gtphub: use a single TEI pool across planes.
283 * gtphub: make sure mapped TEIs aren't occupied (incomplete).
284 * gtphub: refactor: use side_idx everywhere.
285 * gtphub: vty: add missing SGSN-proxy output.
286 * gtphub: add two stubs for Delete PDP msgs
287 * gtphub: fix some style complaints from cppcheck
288 * gtphub: be more fatal about not finding an unused TEI.
289 * gtphub: fix segfault when empty config.
290 * gtphub: remove obsolete todo comment
291 * gtphub: handle Delete PDP Context.
292 * gtphub_test: add some cleanup asserts.
293 * gtphub_test: add test for Del PDP from GGSN side.
294 * gtphub: cosmetic
295 * gtphub: monitor GSNs' restart counters.
296 * gtphub: cosmetic: early continue for less indent
297 * gtphub: fix: add a missing NULL check
298 * gtphub: add test for reused TEI.
299 * gtphub: Add a debug log
300 * gtphub: add restart counter test
301 * gtphub: fix use after free.
302 * gtphub: wrap gtphub_write() for test suite.
303 * gtphub: fix restart cleanup peer matching.
304 * gtphub: cosmetic
305 * gtphub: improve logging for invalid packet
306 * gtphub: check TEI presence in Create PDP Ctx Response
307 * tests: fix condition to run sgsn, oap, gtphub tests
308 * gtphub: Del PDP: replace unnecessary lookup with asserts.
309 * gtphub: tweak an error log message
310 * gtphub: prepare: keep tunnel ref in gtp_packet_desc.
311 * gtphub: implement sgsn_use_sender for NAT.
312 * gtphub_test: tweak test_user_data(): no seq routing.
313 * gtphub: add test for SGSN behind NAT
314 * gtphub: tweak startup log for sgsn_use_sender
315 * gtphub: add gtphub-example.txt
316 * gtphub: enhance gtphub-example.txt
317 * gtphub: fix missing newline in log output
318 * gtphub: logging: have one newline per log.
319 * gtphub: tweak logging.
320 * gtphub: be strict about unknown cmdline args
321 * gtphub: add more detailed I/O rate counters.
322 * gtphub: log: add side str to msg for reused TEI
323 * gtphub_test: add test_parallel_context_creation()
324 * gtphub: log: add TEI reuse msg, fix another TEI msg.
325 * gtphub: fix: when checking TEIs, skip 0.
326 * gtphub: simplify/fix: one TEI mapping per tunnel.
327 * gtphub: log most common message type names.
328 * gtphub: improve handling of restarted peer.
329 * gtphub: add VTY show for peers and peer stats.
330 * gtphub: log: limit length of hex dumps.
331 * osmoappdesc.py: fix wrong index introduced by gtphub.
332 * gtphub VTY test: use only 127.0.0.1.
333 * gtphub VTY: fix doc strings for show cmds
334 * gtphub VTY: add newlines to some VTY docs' final lines
335 * fix bsc_vty out: timeslot indented too deeply.
336 * remove src/libgb/Makefile.am
337 * Add README.vty-tests
338 * openbsc/README: some fixes, add CSCN and Iu*
339 * gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUB
340 * gtphub: tweak default logging level
341 * osmo-bsc: fix checking wrong pointer for ctrl setup success
342 * minor fixes in bsc_vty.c and bsc_nat.c
343 * bsc_nat: fail if VTY telnet port cannot be bound, clarify comment
344 * ipaccess_rcvmsg: fix returncode, add partial write warning
345 * gsm340_rx_tpdu: comment-out two unused vars
346 * enable telnet VTY bind address config for various programs
347 * osmo-nitb: add -M to pass specific MNCC socket path
348 * osmo-nitb: cosmetic: rename to rf_ctrl_path, following mncc_sock_path
349 * osmo-nitb: be strict about cmdline args
350 * enable ctrl bind config for various programs
351 * smpp: refactor initialization, add bind address
352 * bsc_test.c: fix tz.override val and note a FIXME
353 * osmo_bsc_filter.c: add fixme note
354 * minor comment
355 * use sqlite3_close() instead of sqlite3_close_v2()
356 * check return value of sqlite3_close(), retry up to three times.
357 * db: evaluate return value of sqlite3_finalize(), tweak log output.
358 * channel_test: don't segfault if paging fails
359 * 04.08: apply new bitmask functions, fix bitmask use
360 * 04.08: apply new transaction id inline functions
361 * bsc_scan_msc_msg: check protocol discriminator
362 * fix confusing typo in constant (THAN -> THEN)
363 * osmo-bsc: fix compiler warning: store struct in vty->index
364 * Add MM Auth test; add auth_action_str() function
365 * MM Auth test: add two tests for AUTH_THEN_CIPH
366 * MM Auth test: add test to re-use existing auth
367 * MM Auth: introduce AUTH_ERROR constant.
368 * MM Auth: return AUTH_NOT_AVAIL instead of hardcoded zero
369 * Fix MM Auth: disallow key_seq mismatch
370 * Fix MM Auth: zero-initialize auth tuple before first use
371 * gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present (CID #57687)
372 * bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)
373 * gbproxy_test: assert msg allocation (CID #57873)
374 * drop unneccessary duplicate linking: osmo-bsc
375 * drop unneccessary duplicate/unused linking: ipaccess
376 * drop unneccessary duplicate linking: osmo-nitb
377 * drop unneccessary duplicate linking: tests/gsm0408
378 * gsm04_08_clear_request(): release loc with arg release=0
379 * tweak db debug log: log TMSI as hex
380 * gprs_gmm.c: Don't try to de-reference NULL mmctx
381 * comment tweak for bsc_handover_start()
382 * debug log: cosmetic fixes
383 * gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULL
384 * lchan_alloc(): on alloc failure, report original type
385 * dyn PDCH: allow allocating TCH/F on TCH/F_PDCH slots
386 * dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS Enable
387 * dyn PDCH: TS flags: rename one, add three, as enum
388 * dyn PDCH: fix: clear PDCH flags on TS reconnect (e.g. BTS re-connect)
389 * dyn PDCH: track pending PDCH de-/activation
390 * dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACK
391 * dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACT
392 * bsc_version.c: update copyright date, add contributor
393 * configure: require libgsm for --enable-mgcp-transcoding
394 * rm dup: use channel type names from libosmocore
395 * typo in sgsn_test
396 * dyn PDCH: enable PDCH only after release due to error
397 * vty: show lchan summary: also show lchan->state
398 * debug log: log all lchan state transitions
399 * dyn PDCH: cosmetic: clarify lchan rel with assertion and comment
400 * err log: tweak dyn pdch ack error logging
401 * jenkins.sh: remove code dup
402 * jenkins.sh: add --enable-iu matrix build
403 * cosmetic: dyn_pdch_init(): flatten if-logic, add comments
404 * dyn pdch: don't PDCH ACT if gprs mode is none
405 * fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCH
406 * fix: create_pdp_conf(): unset reject_cause after unknown ran_type
407 * comments: clarify some dynamic TS comments
408 * cosmetic: rsl_rx_rf_chan_rel_ack(): use local ts var for brevity
409 * cosmetic: act lchan type: use constant instead of 0x00
410 * cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instances
411 * dyn TS: add ts->dyn state
412 * gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts logging
413 * code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts
414 * error log: abis_rsl.c: log errors in channel_mode_from_lchan()
415 * log lchan_alloc() result
416 * debug log: fix line endings for abis_rsl_rx_rll logging
417 * gsm_ts2chan_nr(): add assertions for lchan_nr
418 * cosmetic: dyn_pdch_init(): debug log: use new gsm_ts_and_pchan_name()
419 * error log: rsl_chan_activate_lchan: log channel mode error
420 * prepare dyn TS: act lchan: fetch the channel mode a bit later
421 * dyn TS: rename lchan->dyn_pdch to lchan->dyn
422 * dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchan
423 * dyn TS: rsl *2chan_nr(): handle TCH/F_TCH/H_PDCH
424 * dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_*
425 * dyn TS: rsl_lchan_lookup(): add dyn PCHAN
426 * dyn TS: enhance channel allocator for dynamic TS
427 * dyn TS: chan act: set chan_nr according to dyn pchan type
428 * dyn TS: implement pchan switchover logic
429 * dyn TS: split dyn_pdch_init() for new dyn type and rename
430 * dyn TS: Rename bsc_dyn_pdch.c to bsc_dyn_ts.c
431 * dyn TS: OS#1778 workaround: disable TCH/F on dyn TS for nitb
432 * gsm_pchan2chan_nr: disable a chan_nr assert in BTS, to not break octphy
433 * gsm_pchan2chan_nr(): fix uninitialized cbits
434 * comment: gsm48_gmm_sendmsg(): add spec reference on encryptable
435 * dyn TS: bts_chan_load: use correct nr of subslots for dyn ts
436 * chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
437 * move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
438 * dyn TS: move check whether to switch to PDCH to separate function
439 * dyn TS: fix error recovery: switch to PDCH after lchan error state
440 * dyn TS: clearly use lchan[0], fixing minor confusion
441 * dyn TS: fix: properly run an lchan activation timeout
442 * dyn TS: fix OS#1798: on late RF CHAN REL ACK, activate PDCH
443 * dyn TS: debug log 'switchover complete' only when there was a switchover
444 * dyn TS: debug log: if still in use, also log lchan type and state
445 * log: improve for rsl_lchan_mark_broken()
446 * log: rsl notice: tiny tweak for readability
447 * add libiu
448 * cosmetic: gprs_sgsn.c: move pdp.h include to top
449 * IuPS: add VTY config for asn_debug
450 * log: abis_rsl: don't log 'error' when there is no error
451 * log causing rx event for lchan_lookup errors
452 * properly #include <openbsc/gsm_data.h> from gsm_subscriber.h
453 * remove unused bsc_copyright from bsc_vty.c
454 * vty l3 help: fix typo 'comamnds'; fix english s/his//
455 * utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
456 * cosmetic: various comment, whitespace tweaks
457 * Sanity fixes for gsm0408_dispatch(): rc, assertions
458 * debug log for sms: fix/add
459 * cosmetic: transaction.h: 1 comment typo, 1 whitespace
460 * cosmetic fixes in libcommon/talloc_ctx.c
461 * mscsplit: bsc_init: don't pass telnet dummy conn
462 * mscsplit: move subscriber conns list into struct gsm_network
463 * mscsplit: gsm_network_init(): add explicit root talloc ctx
464 * mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctx
465 * mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet
466 * mscsplit: abis vty: decouple from global bsc_gsmnet variable
467 * mscsplit: add gsm_network backpointer to gsm_subscriber_connection
468 * mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection
469 * cosmetic: vty_test_runner.py: add comment for vim auto settings
470 * vty_test_runner.py: raise exception when MSC socket connection fails
471 * log VTY telnet bind only once
472 * cosmetic: comment typo on e1_config.c
473 * channel test: prepare to add another test function
474 * channel_test: test nr of subslots for dyn pchan, with error
475 * Revert "bts: extend bts_chan_load to allow counting tch only"
476 * dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH mode
477 * dyn TS: fix: abis_om2000: also handle dyn TS as TCH
478 * dyn TS: fix: e1_config.c: switch(pchan) for dyn TS
479 * cosmetic: bs11: also use ts_is_tch()
480 * vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retry
481 * fix: send SNDCP XID only on GERAN Gb contexts
482 * log CTRL bind only once
483 * vty_test_runner.py: make unittest print all output by default
484 * vty_test_runner.py: fix indents to use spaces, fix vim comment
485 * build: be robust against install-sh files above the root dir
486 * configure: check for pkg-config presence
487 * Revert "bsc: count the usage of codec by setting the lchan active"
488 * abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULL
489 * gsm_trx_name(): don't break if trx is NULL
490 * jenkins.sh: use osmo-build-dep.sh, log test failures
491 * ipaccess-config: initialize root talloc ctx with name
492 * bs11_config: initialize bs11 tall ctx, use instead of bsc ctx
493 * meas_pcap2db.c: remove unused include of msgb.h
494 * gtphub_test.c: remove unused include of msgb.h
495 * msgb talloc ctx: initialize in all main() scopes
496 * msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx
497 * info log: iu: add line break to and tweak rx RAB Ass Resp log
498 * log: count_codecs(): drop logging of non-TCH lchan types
499 * bsc_vty: include dyn TS info in vty show lchan
500 * fix use after free in bsc_config_free
501 * OM2000: for TS conf of dyn TS, always send TCH/F chan comb
502 * OM2000: disallow ip.access style TCH/F_PDCH pchan type
503 * Add empty libcommon-cs
504 * define mncc_recv_cb_t to avoid code dup
505 * move to libcommon-cs: net init 1: rename to bsc_network_init
506 * move to libcommon-cs: net init 2: move bsc_network_init decl to new .h
507 * move to libcommon-cs: net init 3: actual move
508 * move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
509 * IuPS: properly update ra_id on GMM Attach Request
510 * factor out gen of USSD notify and release complete to libosmocore
511 * factor out & introduce struct gsm_encr, in common_cs.h
512 * sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
513 * tests: drop unused libmsc, unneeded duplicate libbsc linking
514 * split bsc_bootstrap_network() in alloc and config
515 * global gsm_network: move allocation further up
516 * move to libcommon-cs: global vty gsm_network pointer
517 * move to libcommon-cs: network VTY that isn't BSC-specific
518 * bsc vty: rename show_net_cmd to bsc_show_net_cmd
519 * reinvent connection_for_subscr() and move to libmsc
520 * Move timezone settings up to network level
521 * move to libcommon-cs: net timezone VTY config
522 * split subscr_con_allocate()/_free() in bsc_ and msc_
523 * osmo-nitb: exit when MNCC socket init failed
524 * gsm_subscriber_connection: mark BSC specific items
525 * abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s
526 * lchan release in error state: SACCH deact only for SACCH pchans
527 * cosmetic: chan_alloc: use switch instead of if-cascade
528 * Fix TCH/F_PDCH: no need to check ts subslots for PDCH
529 * Revert "Support Deactivate PDP Context Request from network"
530 * build: bump required libosmocore, libosmogsm to 0.9.4, for GSUP
531 * comments: gsup client: rename to Generic, adjust copyright and authors
532 * gprs_gsup_client*: remove the gprs_ prefix
533 * rename gprs_gsup_client.h to gsup_client.h
534 * gsup client, gsup_test_client: move logging to DLGSUP category
535 * oap: rename public API from oap_ to oap_client_
536 * rename oap.h to oap_client.h
537 * move gprs/oap.c to libcommon/oap_client.c
538 * move grps_gsup_client.c to libcommon/gsup_client.c
539 * oap_test.c: rename to avoid clash with libosmocore oap_test.c
540 * oap_client_test: print test descr to stderr, check stderr
541 * oap_client: move logging to DLOAP logging category
542 * oap_client_test: show bug: disabled state does not reject message
543 * oap_client: reject all messages in disabled/uninitialized state
544 * oap_client: make use of OAP optional: disable for NULL config
545 * fix: missing terminator in two value_string arrays
546 * gtphub: fix possible NULL deref: don't print NULL tunnel
547 * build: osmo-nitb: fix missing LIBCRYPTO_FLAGS
548 * build: remove obsolete $LIBCRYPT in two places
549 * gitignore: gsup_test_client binary
550 * use new OSMO_VALUE_STRING
551 * fix 'osmo-nitb --version' segfault
552 * Revert "Turn some warnings into errors"
553 * gprs subscr: fix: intended strcmp(), but is strcpy()
554 * undup: gtphub_test: use libosmocore's llist_count()
555 * fix strncpy() invocation in vty_interface_layer3.c and 3 tests
556 * cosmetic: use osmo_strlcpy() everywhere
557 * various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)
558 * osmo_bsc_grace.h: use '<>' include, not '""'
559 * paging.h: use '<>' include, not '""'
560 * compiler warning: bsc_vty: remove two unused vars
561 * gsm0408_rcv_cc: guard against NULL subscriber
562 * vty tests: attempt to get at sporadic 'Broken Pipe' error
563 * vty tests: more attempts to resolve sporadic 'Broken Pipe' error
564 * vty tests: testBSCreload: ipa_handle_small: ensure rx of 4 bytes
565 * gsm48_tx_mm_auth_req(): support UMTS AUTN
566 * Revert "vty tests: more attempts to resolve sporadic 'Broken Pipe' error"
567 * gsm_04_08: implement parsing of UMTS Auth responses
568 * vty tests: more attempts to resolve 'Broken Pipe' error
569 * vty tests: more attempts to resolve 'Broken Pipe' error (3)
570 * vty tests: more attempts to resolve 'Broken Pipe' error (2)
571 * remove compiler warning: unused rc in vty_interface_layer3
572 * subscr_update_expire_lu(): fix (obscure) segfault
573 * logging: use central filter and ctx consts from libosmocore
574 * debug.h/c: remove unused cruft / cosmetic tweaks
575 * logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
576 * cosmetic: remove unused scall_signal_data.subscr
577 * vty_test_runner.py: fix socket leak
578 * vty: fix subscr ref count leak in 'subscriber name' cmd
579 * cosmetic: gsm_data.h, README: rename CSCN to MSC
580 * cosmetic: clarify BSC's remote MSC data vs. OsmoMSC
581 * cosmetic: rename osmo_msc_data.h to bsc_msc_data.h
582 * cosmetic: rename struct osmo_msc_data to bsc_msc_data
583 * add struct gprs_subscr, separating gprs from gsm_subscriber
584 * vty_rest_runner.py: remove debug monitoring for TCP sockets
585 * python tests: remove process 'Launch' message, now at osmoutil
586 * smpp_test_runner.py: fix socket leak
587 * SGSN: Integrate support for UMTS AKA
588 * SGSN VTY: make missing GSUP server address+port fatal
589 * vty test: nat_msc_test: setsockopt REUSE to avoid TIME_WAIT problems
590 * ctrl_test_runner: speed up more than 10 fold by sleeping less
591 * fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arrays
592 * subscriber conn: add indicator for originating RAN
593 * vty tests: allow picking specific tests to run by name
594 * vty tests: close msc socket after nat_msc_test
595 * add struct bsc_subscr, separating libbsc from gsm_subscriber
596 * python tests: vty and smpp: speed up >10 times
597 * oap tests: fix after SQN scheme changes from libosmocore
598 * jenkins: add value_string termination check
599 * bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSI
600 * python tests: allow running from separate build dir
601 * LU counters: count completion and failure, not messages sent
602 * jenkins.sh: Iu: use libosmo-sccp,-netif master
603 * build: iu: use libosmo-sccp tag 'old_sua'
604 * fix VTY parsing: subscriber-create-on-demand random
605 * fix subscriber random extension allocation range
606 * fix '/include/openbsc ' to have no trailing space
607 * ipaccess-config: properly create swload
608 * jenkins: fix build of --enable-iu: use osmo-iuh tag 'old_sua'
609 * cosmetic: vty for timers: remove obsolete range check
610 * vty: add 'default' keyword to timer config
611 * timer vty: also print the default value in cmd doc
612 * Revert "factor out & introduce struct gsm_encr, in common_cs.h"
613 * fix vty tests: vty no longer goes to parent node implicitly
614 * jenkins: use osmo-clean-workspace.sh before and after build
615
616 [ Pablo Neira Ayuso ]
617 * mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128
618 * libmsc: use GSM411_RP_CAUSE_MO_NUM_UNASSIGNED as return value
619 * libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESP
620 * src: use osmo_timer_setup()
621 * gsm_04_11: get rid of unused parameter in sms_route_mt_sms()
622 * libmsc: do not leak pending SMPP command object on error path
623 * libmsc: remove dead code in sms_route_mt_sms()
624 * libmsc: remove duplicate lines in deliver_to_esme()
625 * libmsc: remove 'deferred' parameter in sms_route_mt_sms()
626 * libmsc: move gsm340_rx_sms_submit() to sms_route_mt_sms()
627 * libmsc: set registered_delivery field in SMPP 3.4 DELIVER_SM messages
628 * libmsc: report status report request flag from SMPP SUBMIT_SM
629 * libmsc: missing bit shift in status report flag when stored in sms object
630 * utils: smpp_mirror: set registered_delivery field in SMPP SUBMIT_SM
631 * utils: smpp_mirror: temporarily munch SMPP delivery receipts
632 * utils: smpp_mirror: reflect message reference TLV
633 * libmsc: add support for SMPP delivery receipts
634 * libmsc: update database to accomodate SMS status-report fields
635 * utils: smpp_mirror: bounce Delivery Receipts as Delivery Acknowledgments
636 * libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report
637 * libmsc: support GSM 03.40 status report for nitb
638 * libmsc: gsm340_gen_oa_sub() may return negative value
639 * libmsc: use smpp34_tlv_for_each() to avoid suboptimal TLV handling
640 * libmsc: use new smpp34 esm_class definitions
641 * libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34
642 * libmsc: annotate esme route in the sms object from deliver_to_esme()
643 * libmsc: sms_route_mt_sms() may return uninitialized return value
644
645 [ Martin Hauke ]
646 * Fix no-return-in-nonvoid-function meas_vis.c
647 * Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50
648
649 [ Alexander Huemer ]
650 * tests/oap: depend on libgtp
651 * tests/abis: fix format specifiers
652 * gprs: use libgtp cflags
653 * Consistenly format variables in */Makefile.am files
654 * Build fixes
655 * Add missing _CFLAGS and _LIBS
656
657 [ Ruben Undheim ]
658 * Patch to make openbsc find libsmpp34
659 * Fix some typos in stdout output
660 * deb: unbreak nightly builds
661
662 [ Vadim Yanitskiy ]
663 * move to hex TMSI representation
664 * db.c: implemented incremental migration
665 * mncc_sock: use osmo_sock_unix_init() from libosmocore
666 * VTY: add the dyn_ts_allow_tch_f option
667
668 [ Max ]
669 * Ignore vty test byproducts
670 * Fix segfault with broken config
671 * NAT: vty command to display number of BSCs
672 * NAT: extend debug output for ipaccess errors
673 * Remove trivial wrapper function
674 * NAT: allow allocating BSC in arbitrary order
675 * vty_test_runner: update ipa sending code
676 * NAT: move BSC config into separate file
677 * NAT: reload BSCs config dynamically
678 * Add SI2quater support to SI3
679 * Refactor SI-related code
680 * Add basic SI2quater support
681 * Fix documentation for command parameters
682 * Fix earfcn deletion
683 * Cleanup shared data structure
684 * Add basic UARFCN support
685 * Add vty check for max si2quater size
686 * Add extra debug output with channel mode and type
687 * Add missing include
688 * Fix comment typo
689 * Adjust si2quater ranges
690 * Disconnect calls with incompatible channel types / modes
691 * Ignore extended test leftovers
692 * Cleanup db test
693 * Move DTX settings to BTS
694 * Use proper measurement for handover
695 * Make extending subscriber creation easier
696 * Fix copy-paste error in SI6
697 * Make si2q scheduling optional
698 * Store last used FN for TCH
699 * Add regexp authorization policy for IMSI
700 * Add warning for unsupported DTX configurations
701 * Add DTXd indicator to gsm_lchan
702 * DTX: add data necessary for scheduling
703 * Add talkspurt indicator for gsm_lchan
704 * Fix SIGABRT on wrong AMR payload
705 * Make random extension range configurable
706 * Fix vty tests with subscriber deletion
707 * SGSN: force GSUP CN domain to PS
708 * SGSN: add vty config for choosing GPRS encryption
709 * SGSN: move TLLI unassignment into separate function
710 * Make random MSISDN assignment optional
711 * SGSN: prevent starting with inconsistent config
712 * SGSN: use unique AUTH REQ reference
713 * SGSN: split GEA key management from TLLI
714 * SGSN: add preliminary support for GPRS encryption
715 * SGSN: encrypt/decrypt only necessary frames
716 * SGSN: move cipher application to separate function
717 * Fix default subscriber regexp
718 * Improve code re-use
719 * Use random operation id
720 * Add python functions to get/set ctrl variables
721 * Add web proxy for control interface
722 * Modify SI 13 field for control_ack_type
723 * DTX: extend SID cache
724 * DTX: add flag for AMR HR P*
725 * DTX DL: use FSM for AMR
726 * Log use of incompatible BS-AG-BLKS-RES value
727 * Replace magic number with define
728 * DTX DL: Add FACCH cache
729 * Decrease count_codecs logging verbosity
730 * abisip-find: use protocol constant
731 * Replace duplicated code with macro call
732 * Add IPA multiplex
733 * Use IPA module for vty tests
734 * Add twisted-based IPA multiplex
735 * bsc_control.py: style corrections
736 * bsc_control.py: use ipa.py module
737 * bsc_control.py: remove unused -i option
738 * Improve GPRS logging
739 * Integrate Debian packaging changes
740 * Cosmetic fixes around SI generation
741 * Turn some warnings into errors
742 * Log expected SRES on GPRS AUTH REJECT
743 * Turn some compiler warnings into errors
744 * Print subcriber when skipping auth
745 * Improve OML failure report
746 * bsc_control.py: fix blocking
747 * Prevent segfault in range encoding
748 * SI2q: add support for multiple UARFCNs
749 * CTRL: remove boilerplate
750 * Remove dependency to autoconf-archive
751 * Attempt to fix nightly builds
752 * vty: remove ignored logging parameters
753 * Expand chan allocation logging
754 * Remove duplicating define
755 * Add support for extended SI2q parameters
756 * Handle DSD from HLR
757 * Fix potential segfault in sgsn_libgtp.c
758 * Add MS time. offset to gsm_lchan
759 * examples: remove logging level * everything
760 * Don't drop OML links for Get Attributes NACK
761 * twisted_ipa.py: bump version properly
762 * twisted_ipa.py: make debug logging more robust
763 * Add simple CTRL2SOAP proxy
764 * Handle PCU version received via OML alert
765 * python: fix Null logger
766 * abis: log known ACKs and unknown messages
767 * gsm_bts: add version and variant details
768 * Fix MS TO measurement representation
769 * Remove libs from openbsc.pc
770 * gbproxy: add example .service
771 * deb: install openbsc.pc
772 * Save PCU version reported by BTS
773 * Prepare for extended SI2quater support
774 * Add gsm_bts_type_variant to gsm_bts struct
775 * Make pcap dependency optional
776 * Fix vty warnings for GEA0
777 * ctrl: remove boilerplate code
778 * deb: install python scripts from contrib/
779 * Gb: use textual representation for parse log
780 * Use ipa.py for ctrl tests
781 * Use libosmocore for SW Description parsing
782 * Make BTS type and variant converters shareable
783 * Add forgotten items to .gitignore
784 * Use define for limit on number of BTS features
785 * Prepare for BTS attribute reporting via OML
786 * Restructure SI2quater generation
787 * SI2quater: fix EARFCN inclusion check
788 * Get basic BTS attributes
789 * Remove errorneous include
790 * Adjust BTS model feature check
791 * Add remote BTS feature storage and helpers
792 * Get TRX attributes
793 * Request and parse BTS feature list via OML
794 * OML: fix potential OOB memory access
795 * Move SI-related defines
796 * Update SI data structures and generation
797 * bsc_init: Forget which SIs are valid for the trx
798 * Fix BTS features length check
799 * Enable optional static builds
800 * Fix BTS attribute requests
801 * gbproxy: log unhandled BSSGP PDU as text
802 * gbproxy: log signal value as text
803 * Remove common_cs.h from .deb
804 * Use release helper from libosmocore
805 * SI13: drop PBCCH-related bits
806 * CTRL: cleanup write-only command functions
807 * Show OML link uptime in vty
808 * Make TRX rf locking more visible
809
810 [ Alexander Couzens ]
811 * add .gitreview
812 * gprs: use new uint8_t * for kv in gprs_cipher_run()
813 * libbsc: skip channel state LCHAN_S_INACTIVE while handover
814 * gprs_gmm: remove duplicated start of T3395
815 * bs11_config: add brackets to fix warning in argument parsing
816 * sgsn: add statistics counter for GPRS and PDP packets
817 * sgsn: add statistics counter for LLC packets
818 * libbsc/libmsc: convert old osmo counter into rate_ctrgs
819 * libmsc: add missing count of sms no receiver when using smpp_first
820 * libmsc/bsc: split rate counters into bsc and msc group
821 * bsc/netinit: correct mistyped rate counter
822 * gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before use
823 * gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsg
824 * sms: change rp err cause of smpp_try_deliver errors
825 * bts: extend bts_chan_load to allow counting tch only
826 * bsc: count the usage of codec by setting the lchan active
827 * msc: add counters to track call attempts/active/success/failed
828 * gprs/gprs_llc: count UI frames over SAPI in the statistics
829 * fix mistypes, spaces and tabs
830 * bsc: count the usage of codec by setting the lchan active
831 * gprs/sgsn: rename gprs->mm_state -> gmm_state
832 * gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()
833 * gprs/gprs_mm: add value_strings for PMM & MM states
834 * gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLE
835 * gprs/sgsn_vty: fix typo in comment
836 * libmsc/update_db_revision_3(): free memleaking db result
837 * unixsocket: start sabm for UNIXSOCKET
838 * gprs_sgsn.c: initialize ptmsi with 0xdeadbeef
839 * libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE
840 * abis_om2k: protect MO FSMs by NULL check
841 * libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message
842 * pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1
843 * pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0
844 * pcu_sock: implement direct tlli on AGCH
845 * abis_rsl: fix off-by-one length check when parsing ericson tlli field
846 * abis_rsl: use msgb_pull to parse tlli from msg
847
848 [ Andreas Eversberg ]
849 * dyn PDCH: Fix free slot search for chan_alloc_reverse == true
850 * dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel
851
852 [ Dieter Spaar ]
853 * SGSN: fix FCS calculation for encrypted frames
854
855 [ bhargava ]
856 * Modify SI 13 field to support 11 bit RACH
857
858 [ Philipp ]
859 * Adding LLC-XID encoder / decoder and unit test
860 * Moving grs_sndcp.h header file to include
861 * Adding LLC-XID related modifications in LLC
862 * SNDCP: add SNDCP-XID encoder/decoder and unit test
863 * RFC1144: add slhc code from linux kernel
864 * RFC1144: integration and unit-test
865 * SNDCP: add RFC1144 header compression functionality
866 * V.42bis: add sourcecode from IAXmodem (SPANDSP)
867 * V.42bis: integration and unit test
868 * SNDCP: add V.42bis data compression functionality
869 * SLHC: Improving slhc (RFC1144) testcase
870 * SGSN: Fixing build config
871 * sndcp: Fixups for sndcp layer based on coverity-scan suggestions
872 * OML: Improve OML attribute handling
873 * gsm0408: Adding log output for 3g specific RR messages
874 * Cosmetic: Add missing switch to usage help
875 * OM2000: Add fault report parsing
876 * om2000: added support for ericssons sabm negotiation
877 * OM2000: Throw error when MO can not be enabled
878 * SNDCP: Fixup based on Coverity Scan suggestion
879 * rbs2000: Add missing bts feature definitions
880 * OM2000: Fixup based on Coverity Scan suggestion
881 * rsl: support for ericssons propritary SI13 format
882 * sndcp: fixup for coverity scan defect CID 149097
883 * LLC: Fixup element order in LLC-XID
884 * sndcp: Allow empty SNDCP-XID indications
885 * cosmetic: Rename phone to ms
886
887 [ root ]
888 * om2000: Add support for querying RBS capabilities
889
890 [ Pravin Kumarvel ]
891 * Correct Logging macro for pdpctx_timer_start
892 * Add support for pdpctx_timer_stop
893 * Support Deactivate PDP Context Request from network
894
895 [ Keith ]
896 * Pass actual smpp_avail_status through to smpp in alert_all_esme()
897 * Add VTY command to immediately expire user (set expire_lu to now)
898 * meas_json: fix NEIGH: missing array braces
899 * libmsc: Map SMPP command status to GSM 04.11 cause
900 * LIBMSC: Place correct dst address in status report
901 * LIBMSC: Use sms->text, not sms->user_data to construct report body
902 * libmsc: Use actual delivery time in delivery reports.
903 * libmsc: Log Rx DELIVER-SM RESP before calling gsm411_send_rp_ack
904
905 [ Philipp Maier ]
906 * compression: Fix nullpointer deref
907 * gprs: Fix compiler warning about uninitalized cause code
908 * om2000: add VTY command to delete CON groups
909 * XID: resend xid with pdp-ctx-ack messages
910 * silent_call: remove unfinished fuzzer interface
911 * sgsn: fix problem with leading-zero-IMSIs
912 * cosmetic: add copyright header to bsc_control.py
913 * cosmetic: Add commandline option to display version
914 * gprs: fix T3186 encoding in Sysinfo 13
915 * gsm_data_shared: add value strings for gsm_chreq
916 * libbsc: add debug log message to S_L_INP_* callbacks
917 * pcu_sock: add basic pcu interface support
918 * pcu_sock: Forward imm.ass PCU originated messages
919 * pcu_sock: Fix broken paging command
920
921 [ Minh-Quang Nguyen ]
922 * rsl: Fix dropping of LAPDm UA message.
923
924 [ Alexander Chemeris ]
925 * utils: 'meas_json' utility to convert measurement feed into a JSON feed.
926 * libmsc: Fix VTY output for handover counters.
927 * libcommon: Fix log output for bts>0.
928
929 [ Pau Espin Pedrol ]
930 * nat: Use equal func in bsc_sccp
931 * nat: Fix initial buffer size parameter for getline
932 * smpp_smsc.c: Log on sending deliver_sm message
933 * libmsc: Remove comment not applying anymore
934 * mgcp_osmux: Remove unused parameter
935 * mgcp: Fix uplink activation of Osmux stream
936 * sgsn_test: Fix wrong definition of wrap func
937 * smpp: Fix compilation warning
938 * libmsc: Fix wrong handling of user_message_reference parameter
939 * bsc_api: Fix NULL secondary_lchan access in handle_ass_fail
940 * libbsc: Use correct printf formatting for uint64_t
941
942 [ Benoit Bolsee ]
943 * smpp: fix return cause
944 * 04.08: find a portable way to obtain the timezone offset
945 * transaction: reject calls from unidentified subscribers
946
947 [ Ivan Kluchnikov ]
948 * handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another bts
949 * handover_decision: Fix condition for power budget handover attempt
950
951 [ André Boddenberg ]
952 * Make use of osmo-build.sh to use dependency artifacts for builds.
953
954 -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 21:17:34 +0200
955
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200956openbsc (0.15.1) UNRELEASED; urgency=medium
957
958 * Move forward toward a new release.
Max176b62a2016-07-04 11:09:07 +0200959 * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' are configured.
960 Note: such configs are broken without extra workarounds anyway.
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200961
Harald Weltecb1838d2017-10-26 00:33:26 +0200962 [ Harald Welte ]
963 * Rename osmo-bsc to osmo-bsc-sccplite to avoid clashes with new 3GPP AoIP
964 osmo-bsc.git code
965
Holger Hans Peter Freytherddf4e1e2016-05-24 23:15:12 +0200966 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 24 May 2016 23:14:31 +0200
967
968openbsc (0.14.0) unstable; urgency=low
Holger Hans Peter Freyther0e5f5ae2013-04-16 09:23:33 +0200969
970 * New upstream tag and additional patches.
971
Holger Hans Peter Freyther8deba012015-03-14 20:33:43 +0100972 -- Holger Hans Peter Freyther <holger@freyther.de> Sat, 14 Mar 2015 20:33:25 +0100
Holger Hans Peter Freyther0e5f5ae2013-04-16 09:23:33 +0200973
Holger Hans Peter Freyther3dfe8a12012-11-07 11:36:58 +0100974openbsc (0.12.0+git26-7) unstable; urgency=low
975
976 * 64bit fix for the MGCP rewriting
977
978 -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 07 Nov 2012 11:39:34 +0100
979
Eric Butler6fcac632012-08-24 21:05:16 -0700980openbsc (0.12.0+git26-6) precise; urgency=low
981
982 * Added init script for osmocom-sgsn.
983
984 -- Eric Butler <eric@codebutler.com> Fri, 24 Aug 2012 21:04:32 -0700
985
Eric Butlerb5614592012-08-24 20:57:40 -0700986openbsc (0.12.0+git26-5) precise; urgency=low
987
988 * Don't enable MNCC sock by default.
989 * Automatically create important directories.
990 * Fix init script 'stop' command.
991
992 -- Eric Butler <eric@codebutler.com> Fri, 24 Aug 2012 20:56:33 -0700
993
Eric Butler6e7d1372012-08-20 00:21:28 -0700994openbsc (0.12.0+git26-4) precise; urgency=low
995
996 * Specify HLR path and enable RTP proxy.
997
998 -- Eric Butler <eric@codebutler.com> Mon, 20 Aug 2012 00:21:07 -0700
999
Eric Butler3d610e62012-08-19 16:06:05 -07001000openbsc (0.12.0+git26-3) precise; urgency=low
1001
1002 * Fix init script.
1003
1004 -- Eric Butler <eric@codebutler.com> Sun, 19 Aug 2012 16:05:44 -0700
1005
Eric Butlerdd68fca2012-08-15 00:47:15 -07001006openbsc (0.12.0+git26-2) precise; urgency=low
1007
1008 * Fix libdbi package dependency.
1009
1010 -- Eric Butler <eric@codebutler.com> Wed, 15 Aug 2012 00:35:37 -0700
1011
Eric Butler010c9552012-08-14 21:01:20 -07001012openbsc (0.12.0+git26-1) precise; urgency=low
1013
1014 * Fix version issue.
1015
1016 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 21:00:51 -0700
1017
Eric Butlera73ca052012-08-14 17:40:58 -07001018openbsc (0.12.0+git26) precise; urgency=low
1019
1020 * Updated ubuntu package.
1021
1022 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 17:36:51 -0700
1023
Harald Welte99beb962011-05-11 22:31:49 +02001024openbsc (0.9.13.115.eb113-1) natty; urgency=low
1025
1026 * New upstream release
1027
1028 -- Harald Welte <laforge@gnumonks.org> Wed, 11 May 2011 18:41:24 +0000
1029
Harald Welte640d72a2010-08-24 15:33:04 +02001030openbsc (0.9.4-1) unstable; urgency=low
1031
Maxa5cae442014-07-22 17:07:17 +02001032 * Initial release
Harald Welte640d72a2010-08-24 15:33:04 +02001033
1034 -- Harald Welte <laforge@gnumonks.org> Tue, 24 Aug 2010 13:34:24 +0200