blob: e98310c33ed2e32dd33d2bd5ab619fdc81db588c [file] [log] [blame]
Pau Espin Pedrol0ec77242023-02-07 17:10:41 +01001osmo-pcu (1.2.0) unstable; urgency=medium
2
3 [ Vadim Yanitskiy ]
4 * encoding: fix an uninitialized field in gen_freq_params()
5 * neigh_cache: fix: properly convert from nanoseconds to microseconds
6 * tests/rlcmac: remove unused #includes
7 * tests/rlcmac: remove unused printSizeofRLCMAC()
8 * tests/rlcmac: make all test functions static
9 * tests/rlcmac: cosmetic: fix coding style in arrays
10 * tests/rlcmac: use ARRAY_SIZE macro
11 * tests: make target 'check-local' depend on 'atconfig'
12 * tests: target 'check-local' does not depend on BUILT_SOURCES
13 * Makefile.am: generate missing .version file
14 * Makefile.am: add 'git-version-gen' to EXTRA_DIST
15 * {ms,gprs_pcu}_talloc_destructor(): call osmo_timer_del() unconditionally
16 * {src,tests}/Makefile.am: $(COMMON_LA) is not definied
17 * fix pcu_l1if_tx_ptcch(): do not send empty blocks to GSMTAP
18 * Make linter happy: fix coding style issues
19 * bts_set_current_frame_number(): log expected TDMA FN
20 * bts: bts_snd_dl_ass(): clarify the meaning of last_rts_fn + 21216
21 * bts: bts_snd_dl_ass(): use GSM_TDMA_FN_SUM() macro
22 * Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS
23
24 [ Pau Espin Pedrol ]
25 * nacc_fsm: Fix uninitialized plmn.mnc_3_digits parsing CTRL neigh resolution cmd
26 * cosmetic: Add missing spacing between params
27 * Use GSM48_MT_RR_IMM_ASS instead of hardcoded 0x3f value
28 * Clarify use RR imm_ass msg fields
29 * bts_rcv_imm_ass_cnf(): Improve logging
30 * cosmetic: Update reference to func renamed in the past
31 * gprs_ms: Document functions setting/updating TLLI
32 * Call ms_store->get_ms() with GSM_RESERVED_TMSI instead of 0
33 * gprs_ms: Move creating string name of object to a function
34 * Move LLC enqueuing and retransmit timer to MS object
35 * tbf_ul_ack_fsm: Pass ul_tbf instead of generic tbf
36 * Rename tbf_alloc_dl_tbf() -> dl_tbf_alloc()
37 * tbf_dl: Make dl_tbf_alloc API available in C code
38 * Fix mess with struct tbf types passed to LOGPTBF macro
39 * Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbf
40 * tbf_ul_ack_fsm: get ul_tbf base class only when needed
41 * use new {dl,ul}_tbf_as_tbf(_const) helper functions
42 * pdch: Use helper function tbf_as_ul_tbf()
43 * rcv_resource_request(): Validate expected message before MS lookup & allocation
44 * encoding: Use MT_PACKET_UPLINK_ASSIGNMENT define instead of hardcoded value
45 * rcv_resource_request(): Update meas before allocating and assigning new UL TBF
46 * Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK (FinACK=1)
47 * Refactor and clarify tbf->triger_ass() code
48 * Rename function tbf_dl_request_dl_ack() -> dl_tbf_request_dl_ack()
49 * Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functions
50 * ul_tbf: Define m_contention_resolution_done as bool
51 * tbf_fsm: Identify several events as Dl-TBF only
52 * Move UL allocation&assign functions to gprs_ms.c
53 * update_ms(): Set TLLI of new MS object before merge with old MS
54 * Join ms_merge_and_clear_ms() and ms_merge_old_ms()
55 * gprs_ms: Add comment warning the user that a ptr may be freed after call to func
56 * Rename tbf_alloc_ul_tbf -> ul_tbf_alloc
57 * Rework tbf::update_ms()
58 * tbf_fsm: Introduce new event TBF_EV_FIRST_UL_DATA_RECVD
59 * Avoid losing DL-TBF during MS merge
60 * tbf_fsm: Introduce new event to act upon contention resolution success
61 * tbf_ul: Assign DL-TBF if needed after UL-TBF has gone over contenion resolution
62 * Improve TBF logging
63 * Improve MS logging
64 * Disable logging fsm addresses
65 * tbf_fsm: Move tbf_fsm_state_chg macro to .c file
66 * tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctx
67 * tbf: Drop unused function
68 * tbf: Add tbf_as_{ul,dl}_tbf_const func helpers
69 * Refactor tbf_is_tfi_assigned() to avoid accessing tbf->state_fsm
70 * Split tbf_fsm as tbf_{ul,dl}_fsm
71 * Convert gprs_debug.cpp to C
72 * pdch: Initial support Handling PktResReq with ID_TYPE=UL/DL_TFI
73 * pdch_ulc_get_node(): assert if ulc pointer is null
74 * Pass gprs_rlcmac_pdch to tbf_is_control_ts
75 * Pass pdch ptr to tbf_compute_priority
76 * encoding::write_immediate_assignment(): Constify tbf param
77 * tbf_ul_fsm_ctx: Properly define tbf backptr as ul_tbf
78 * tbf_dl_fsm_ctx: Properly define tbf backptr as dl_tbf
79 * Move control_ts explicit checks out of the scheduler implementation
80 * sched: Pass pdch to *_create_rlcmac_msg() functions
81 * Move first_common_ts from gprs_rlcmac_tbf to GprsMs
82 * Get rid of tbf->first_ts
83 * Refactor code related to DL-TBF upgrade to multislot
84 * Trigger PACCH assignment inside dl_tbf_upgrade_to_multislot()
85 * tbf_ul: Fix wrong struct type in field
86 * Refactor code rejecting UL-TBF upon rx of PktResourceReq
87 * bts: Adapt slot_mask to trx defined array size
88 * Convert ms_first_common_ts to struct gprs_rlcmac_pdch
89 * Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h file
90 * pdch: Introduce APIs to print PDCH name
91 * tbf: Fix typo in define used
92 * Convert tbf->control_ts to be a gprs_rlcmac_pdch*
93 * tests/tbf: test_tbf_dl_llc_loss(): Fix wrong param passed and wrong expectancies
94 * Pass gprs_rlcmac_pdch to create_dl_acked_block()
95 * Pass gprc_rlcmac_pdch to tbf_check_polling
96 * Pass gprc_rlcmac_pdch to tbf_set_polling
97 * bts: Adapt trx check based on bts->trx[] defined array size
98 * tests/TbfTest: reproduce buggy corner case: MS with TBFs on 2 TRXs
99 * Avoid moving DL-TBF from old_msg to new_ms during ms_merge
100 * llc: Mark llc_is_user_data_frame() as static
101 * llc: Refactor code checking if PDU expired while dequeueing
102 * llc: remove unused reference to msgb address
103 * cosmetic: Remove unneeded curly braces
104 * Mark several fsm related internal symbols as static
105 * rlc.h: Fix typo in param name
106
107 [ Max ]
108 * Set working directory in systemd service file
109 * Update and document realtime scheduling priority in service file
110 * cosmetic: drop unused field from struct pdch_ulc
111 * cosmetic: drop duplicated comment
112 * constify pdch_ulc_get_next_free_fn() parameter
113
114 [ Philipp Maier ]
115 * pcuif_proto: cosmetic: rename struct member "h" to "hopping"
116 * pcuif_proto: cosmetic: rename gsm_pcu_if_info_ts to gsm_pcu_if_info_trx_ts
117 * pcuif_proto: use define constant to specify nax number of trx
118 * bts: refuse to set invalid frame numbers
119 * bts: use GSM_TDMA_FN_ macros and uint32_t in bts_rfn_to_fn
120 * bts: log FN jump delta in bts_set_current_frame_number()
121 * pcuif_proto: add indication to communicate E1 parameters
122 * pcu_l1_if: cosmetic: use sizeof instead of constants
123 * pcu_l1_if: ignore frame numbers that exceed the valid range
124 * pcuif_proto: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DT
125
126 [ Harald Welte ]
127 * update horribly outdated copyright statement on VTY
128
129 [ arehbein ]
130 * osmo-pcu: Transition to use of 'telnet_init_default'
131
132 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:10:40 +0100
133
Pau Espin Pedrol7ebdfc22022-06-29 09:48:53 +0200134osmo-pcu (1.1.0) unstable; urgency=medium
135
136 [ Oliver Smith ]
137 * treewide: remove FSF address
138
139 [ Pau Espin Pedrol ]
140 * Fix assert hit if connecting to SGSN fails
141 * llc: Convert to C: s/m_//g
142 * llc: Convert to C
143 * llc: Move static functions below related object
144 * ms: validate codel enabled against proper define
145 * ms: Remove unneeded bts!=NULL check
146 * gprs_ms_storage: MS always has non NULL ms->bts
147 * llc: schedule frames to MS based on SAPI priority
148 * pdch is_enabled: Use API getter instead of accessing field directly
149 * llc_queue: Refactor to handle codel_state per prio queue internally
150 * tests/llc: Add test_llc_meta_pdu_life_expire
151 * tests/llc: Add test_llc_codel
152 * gprs_ms: Use osmo_timer_setup() API
153 * gprs_ms_storage: Use bts_stat_item_inc/dec APIs
154 * tests/tbf: Set up pcu timers in prepare_pcu()
155 * gprs_pcu: Explicitly free all bts objects in list before freeing pcu
156 * bts: Call gprs_bssgp_destroy() in destructor
157 * TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss()
158 * gprs_ms_stoage: Release all MS in ms_storage cleanup()
159
160 [ Harald Welte ]
161 * update git URLs (git -> https; gitea)
162
163 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 09:48:53 +0200
164
Pau Espin Pedrol11f72df2021-11-16 16:47:29 +0100165osmo-pcu (1.0.0) unstable; urgency=medium
166
167 [ Pau Espin Pedrol ]
168 * Support uplink multi-slot allocations
169 * tbf: Log timeslot allocation failure
170 * bts: Count TBF TS allocation failure
171 * pdch: Standarize and improve logging
172 * tbf: Improve logging when TBF being allocated or no TBF avail
173 * Remove uneeded ms param from alloc_algorithm_func_t func
174 * bts: Add new stats to detect TBF allocation failure reasons
175 * llc: use memset to fill llc dummy frame padding
176 * tbd_dl: Don't re-initialize class field twice
177 * tbf: log keep_open condition status
178 * tbf_dl: Fix m_last_dl_drained_fn not set under some conditions
179 * tbf_dl: fix FBI not set upon X2031 = 0
180 * ms: clarify delayed MS release process related code and logging
181 * gprs_ms: Use standarized logging on more messages
182 * sched: sched_select_ctrl_msg(): Clean up param list and improve logging
183 * sched: sched_select_downlink(): Clean up param list and improve logging
184 * TODO-RELEASE: document requirement of master libosmocore
185 * tbf: Log N310* counter increments
186 * pdch: Silently ignore DATA.ind with len=0
187 * direct_phy: Support submitting DATA.ind with len=0 to upper layers
188 * pcu_utils.h: Fix trailing whitespace
189 * Track TDMA clock with DATA.ind instead of TIME.ind
190 * Introduce init() APIs for PDCH and TRX objects
191 * tests: rlcmac: Fix C vs C++ linkage of extern symbol
192 * pdch.h: Drop uneeded include bts.h
193 * Improve DATA.ind logging
194 * Improve logging in DATA.req and ACT.req
195 * tbf: Fix wrong variable printed in log
196 * pdch: Log FN when decoding UL Ctrl block
197 * Add new PDCH UL Controller, drop SBAllocator class
198 * Replace PollController with newly added PDCH UL Controller
199 * sched: Use new PDCH UL Controller
200 * bts: Detect FN jumps
201 * cosmetic: tests/Makefile.am: Split content into several lines
202 * tests: Introduce unit tests for PDCH UL Controller
203 * tests: ulc: Show current bug with FN wrap around
204 * ulc: Fix FN store order upon wrap around
205 * sysmo: fix wrong FN jumps in rx RA.ind
206 * direct_phy: Fix condition dropping rx DATA.ind payload in in
207 * Fix: left shift cannot be repesented in type int
208 * sched: Fix scheduling UL TBF not matching conditions
209 * sched: Simplify usf selection code
210 * Set matching USF if available when polling a UL TBF
211 * pdch: Add mising pdch_ulc_release_node in Rx Cell Change Notif
212 * pdch_ulc: Create helper API pdch_ulc_release_node
213 * Track scheduled UL blocks through USF
214 * Properly implement N3101
215 * sba: Document AGCH_START_OFFSET after some experimental tests
216 * pdch_ulc: Optimize rbtree FN search
217 * Pick unreserved UL FN when allocating an SBA
218 * pdch_ulc: Support picking RRBP other than N+13
219 * Drop unused function tbf_check()
220 * pdch_ulc: Store TBF poll reason
221 * tbf: Get rid of unneeded poll_scheduled()
222 * tbf: Allow multiple concurrent polls
223 * Remove unneeded poll_state check
224 * tbf: get rid of poll_state completely
225 * Get rid of param 'poll' with constant value
226 * tbf: Get rid of attribute poll_fn
227 * tbf: Get rid of attribute poll_ts
228 * RIM: Improve logging
229 * sba: Drop unused function find_sba_rts
230 * pdch: rcv_resource_request: Improve robustness
231 * pdch: tbf_by_tfi(): Allow returning TBFs in state RELEASING
232 * Stop abusing T3169
233 * Make use of T3142 received from BTS
234 * Use negative numbers for non-spec osmo-specific timers
235 * ul_tbf: Clean up handle_tbf_reject()
236 * Make WaitIndication T3172 configurable
237 * sched: Simplify else-if condition
238 * Clarify, document Assignment related timers
239 * doc/tbf.txt: Update and improve some information
240 * bts: constify arg in func bts_ms_store()
241 * sched: Rename func to describe its used only for RLCMAC CTRL blocks
242 * rim: Constify param in func
243 * Simplify helper function tbf_select_slot_set()
244 * alloc_algorithm_b: Rearrange variable initialization
245 * Rename function s/tbf_alloc_ul/tbf_alloc_ul_pacch/
246 * Split ul_tbf alloc on CCCH into new function
247 * Implement T3141
248 * tbf_ul: Use is_tlli_valid() API
249 * Tx ul ack/nack: Avoid sending invalid/unknown TLLI
250 * encoding: Use gsm48_ta_is_valid() API
251 * encoding: Encode TA in UL ACK/NACK if available
252 * sched: Clean up helper function and improve logging
253 * Drop existing tbf->ms() check condition
254 * ul_tbf: Simplify function rcv_data_block_acknowledged
255 * ul_tbf: Fix accessing zeroed block when checking if transfer is complete
256 * sched: Clean up param passing and improve logging
257 * pdch: Use llist_first_entry() API
258 * RIM: Refactor Rx path to decode stack in proper order
259 * Clean false positive in newer GCC version checking guard of else clause
260 * Use LOGPDCH macro in bts_add_paging()
261 * Optimize PAGING-CS PDCH set selection when target MS is known
262 * bts: Use ms_store when calculating set of target PDCHs for Pkt Paging Request
263 * tbf: Log error path in setup() failing to assign control TS
264 * Move TBF list from BTS to the TRX structure
265 * MsTest: Set up tbf talloc destructor
266 * tbf: Move existing tbf_state implementation to osmo_fsm
267 * cosmetic: Fix typo s/TIMSI/TMSI/
268 * gsm_rlcmac.c: Fix arg list of 2 callbacks
269 * csn1: Implement CSN_CALLBACK type in encoder
270 * bts: Fix typo in field name
271 * Use new stat item/ctr getter APIs
272 * pdch: Log pdch_ulc reason upon rx of pkt ctrl ack
273 * pcuif: Support receiving System Information 2
274 * pdch: Fix null MS access gprs_rlcmac_pdch::rcv_control_ack
275 * pcuif_proto.h: Add new container message
276 * Support proto IPAC_PROTO_EXT_PCU BSC<->PCU
277 * pdch: Fix heap-use-after-free in pdch->ulc
278 * Make gcc 11.1.0 false positivies happy
279 * tbf: Drop impossible paths in create_dl_ass()
280 * tests/tbf: Fix null pointer access if slowly stepping with gdb
281 * Revert "coverity: fix null deref from recent UL TBF leak fix"
282 * Revert "fix: handle NULL return of as_dl_tbf() and as_ul_tbf()"
283 * Revert "Revert "Stop abusing T3169""
284 * Move NULL and ASSIGN tbf_state transition to tbf_fsm
285 * Move FLOW tbf_state transition to tbf_fsm.
286 * tests: tbf: Fix dl_tbf polled for data without being in FLOW state
287 * Move FINISHED tbf_state transition to tbf_fsm
288 * Move WAIT_RELEASE tbf_state transition to tbf_fsm
289 * Move RELEASING tbf_state transition to tbf_fsm
290 * Move T3169 and T3195 to tbf_fsm
291 * Drop duplicate log line
292 * Put dl_tbf::cleanup into destructor
293 * Drop logging last mas report before freeing TBF
294 * Remove duplicate call to gprs_rlcmac_lost_rep
295 * Move rate_ctr free to tbf subclass destructor
296 * Get rid of tbf_dl:abort()
297 * tbf_free: Get rid of uneeded tbf_state transition
298 * Replace ul_ass_state with osmocom FSM
299 * tbf: Reimplement rlcmac_diag() and make it available from C
300 * tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_UL_ASS
301 * replace dl_ass_state with osmocom FSM
302 * tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_TO_DL_ASS
303 * tbf: Drop unuseful flag GPRS_RLCMAC_FLAG_UL_DATA
304 * Move timer X2001 to tbf_fsm
305 * Get rid of lots of code only used by tests
306 * tbf: Merge handle_ack_nack() into rcvd_dl_ack()
307 * Fix typos in comments documenting fsm st chg macro
308 * tbf: Use type bool for upgrade_to_multislot
309 * Move timer X2002 to tbf_fsm
310 * tbf_dl: Clarify requirements for DL ACK/NACK
311 * tbf.h: Improve documentation on several flags
312 * Move tbf ul_ack_state to osmocom FSM
313 * Simplify tbf::set_polling()
314 * tbf: Move T3193 to tbf_state FSM
315 * fix typo 's/dowlink/downlink/g'
316 * cosmetic: Fix typo in comment
317 * sched: energy saving: Avoid Tx dummy blocks on empty PDCH TS
318 * Fix crash with dyn TS when using direct pcu
319 * Use LOGPDCH macro to standarize log line
320 * cosmetic: sysmo: Drop unneded comment line
321 * bts: Use public getter instead of class member
322 * sched: Lower log level of RTS on disabled pdch
323 * pdch: Make sure pending ImmAssRej scheduled for disabled pdch are dropped
324 * Support Neighbor Address Resolution over PCUIF IPA multiplex
325 * nacc_fsm: Move logic checking if SI is being waited for to a func helper
326 * scheduler: Skip Tx DL idle blocks in TRX0 when not in DIRECT_PHY mode
327 * PTCCH: skip Tx DL idle blocks when possible
328 * tbf_ul_ass_fsm.c: Fix missing state transition in FSM description
329 * tbf: poll_timeout(): Validate expected poll reason
330 * nacc: Introduce helper function nacc_fsm_exp_ctrl_ack()
331 * tbf: refactor poll_timeout() with a switch statement
332 * tests: TbfTest: Fix wrong behavior in test_tbf_dl_reuse()
333 * pdch: refactor rcv_control_ack() with a switch statement
334 * cosmetic: Fix missing space
335 * assert if tbf pointer for POLL event is NULL
336 * tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING
337 * tests: RLCMACTest: Add one more sample RA capabilities to suite
338 * rlcmac: Fix CSN1 definition for DownlinkDualCarrierCapability_r7_t in MS RA cap
339 * tbf: Assert if FSM allocation fails
340 * sched: Rename function
341 * pdch: Only release ULC entry if rx ul block matches the expected one
342 * pdch: Validate poll reason matches in rcv_control_(egprs)_dl_ack_nack()
343 * pdch: PktResReq: Avoid releasing ULC entry if expecting something else on UL
344 * Handle Final UL ACK/NACK Confirmation in tbf_fsm
345 * tbf_fsm: rename state NULL -> NEW
346 * pdch_ulc: Log POLL reason upon timeout
347 * tbf_dl_ass_fsm: Move block msg generation conditions to rts() function
348 * tbf_ul_ass_fsm: Fix use of incorrect log macro
349 * tbf_fsm: Handle MAX_N3105 in state ASSIGN
350 * tbf: Use define to flag control_ts unset special value
351 * tbf: Document temporary change of control_ts and move code assigning it back to FSM
352 * Return void in tbf_assign_control_ts()
353 * pdch: rcv_data_block: Avoid releasing ULC entry if expecting something else on UL
354 * tbf: Avoid keeping poll nodes in pdch_ulc of temporary control_ts used during PACCH assignment
355 * tbf_ul_ass_fsm: Avoid retrying Pkt Ul Ass if tbf is not in state ASSIGN
356 * Abort scheduling of pending Pkt Ul Ass if tbf goes into RELEASE step
357 * tbf: Drop pending polls during free also on states != ASSIGN
358 * pdch: Simplify code path allocating UL TBF
359 * pdch: Log reason of expected POLL when receiving unexpected UL data
360 * bts_rcv_rach(): Gather pointers to data objects early and use them later
361 * bts_rcv_rach(): Split code paths for Ass and Ass Rej
362 * Get rid of tbf tsc field
363 * ts_alloc: Rename s/tbf_/tbf/
364 * tbf: Update FSM names when TFI change during tbf_update()
365 * tbf_fsm: Add assert verifying X2002 only triggers for DL TBF
366 * tbf: Assert if update() is called on UL TBF
367 * tbf: update(): return negative val on error
368 * tbf: Drop unneeded braces in one line condition
369 * cosmetic: Fix typo in comment
370 * pcuif: Submit data_req with len=0 as idle frames
371 * Split csn1.c into common, enc and dec files
372 * csn1: Add unit test showing RadioAccess Capability decoding failure
373 * csn1: Avoid failing if optional DownlinkDualCarrierCapability_r7 is missing
374 * csn1: Avoid storing existence bit as true if content was actually NULL
375 * csn1_dec.c: Fix stored bit in CSN_NEXT_EXIST_LH
376 * bts: Fix misleading log line in bts_rcv_rach()
377 * tbf_ul: Document context where tbf_alloc_ul_ccch() is used
378 * bts: Rename 11bit RACH request counter
379 * vty: Avoid crash in tbf_print_vty_info with null ptr ctrg
380 * vty: Log tbf_state when showing a TBF
381 * vty: show tbf: Drop unneeded check for non-null ms
382 * bts: Introduce new RACH req counters for one/two phase access
383 * bts: Improve logging to clarify RACH req is for 2 phase access
384 * bts: Count RACH Request with unexpected content
385 * tbf: Increase log level of line about unable to allocate poll for TBF
386 * pdch: Improve log line and increase log level
387 * tbf_ul: Set first_(common_)ts in handle_tbf_reject
388 * tbf: Set m_created_ts in constructor
389 * tbf: Mark initial first_(common_)ts with special value
390 * tbf: Set tfi to initial special value
391 * bts: Add counters for successful 1,2 phase pkt access
392 * tbf_ul: Update FSM names for dummy reject TBFs
393 * cosmetic: Add parenthesis around expression to clarify it
394 * pdch::rcv_resource_request(): Use local var to store bts pointer
395 * tbf_ul: Improve documentation of tbf_alloc_ul_pacch()
396 * Add counter for successful contention resolution procedures
397 * doc: Update counters_generated.adoc using osmo_vty_interact.py
398 * bts_pch_timer: Fix timer working only for MI type IMSI
399 * tests/alloc: Extend test_bts_pch_timer() to validate MI type TMSI
400 * bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armed
401 * pdch: Log line detaching TBF at start of the function
402 * pdch: Log TS enable/disable transitions
403 * pdch: Log DL TBF originating the new UL TBF
404 * ts_alloc: Simplify tfi_find_free logic
405 * ts_alloc: rename function to clraify what it does
406 * ts_alloc: rename variable to clarify meaning
407 * pdch: Update ms_reserved_slots in GprsMS when TS becomes disabled
408 * pdch: Drop previous UL TBF from MS who sent PktResReq through SBA
409 * pdch: Increase log level of line informing about TS control change
410 * tbf_ul_ass_fsm: Log both TBFs if old TBF is handling assignment for new one
411 * cosmetic: gprs_pcu.h: Fix typo in comment
412 * tbf_dl_ass_fsm: Log both TBFs if old TBF is handling assignment for new one
413 * tbf_dl_ass_fsm: Fix missing transition to NONE if DL TBF is nonexistent
414 * tbf_{dl,ul}_ass_fsm.c: use proper macro to log tbf
415 * pcu_main: Mark -r cmdline param as deprecated
416 * vty: Introduce command 'gsmtap-remote-host' and 'gsmtap-category enable-all'
417 * Fix MS ending up with assigned imsi 000
418 * bts: Add counter availablePDCHAllocatedTime
419 * tbf_dl_ass_fsm: Drop unsued X2000 timer callback
420 * T_defs_pcu: Set default val for X2000 to 0 ms
421 * Move T3172 T_defs_bts->T_defs_pcu to have it configurable in VTY
422
423 [ Alexander Couzens ]
424 * gprs_bssgp_pcu: rework BSSGP Reset messages to support SGSN originated BSSGP-RESET
425 * gprs_bssgp_pcu: ensure only known BVCI can be resetted by the SGSN
426 * gprs_bssgp_pcu: add comments to the pcu states
427
428 [ Harald Welte ]
429 * pdch_ul_controller: Fix compiler warning on gcc-10.2
430 * manual: remove revhistory, as we don't maintain it manually anyyway
431 * manual: Update copyright years
432 * vty: Add configuration for Gb DSCP and socket priority
433 * manual: Include QoS chapter and add osmo-pcu specific example
434
435 [ Vadim Yanitskiy ]
436 * gprs_rlcmac_sched: fix incorrect length for CTR_RLC_DL_BYTES
437 * PCUIF protocol: add message definition for interference report
438 * pcu_l1_if: ignore PDCH interference reports, do not log errors
439
440 [ Oliver Smith ]
441 * test: add 'make update_exp' target
442 * Add counters: pcu.sgsn.N.rx_paging_{cs,ps}
443 * Add counters: pcu.bts.N.pch.requests
444 * Add counters: pcu.bts.N.pch.requests.timeout
445 * bts: delete pch_timer list in destructor
446 * tests: make update_exp: build check_PROGRAMS first
447 * debian/control: remove dh-systemd build-depend
448 * Add stats: pcu.bts.N.pdch.available/occupied
449 * Add stats: pcu.bts.N.pdch.occupied.gprs/egprs
450 * pdch: has_gprs_only_tb_attached: use m_num_tbfs
451
452 [ Neels Hofmeyr ]
453 * T_defs_bts: remove unit from doc strings
454 * Revert "Stop abusing T3169"
455 * fix: handle NULL return of as_dl_tbf() and as_ul_tbf()
456 * coverity: fix null deref from recent UL TBF leak fix
457
458 [ Daniel Willmann ]
459 * gprs_bssgp_pcu: Fix crash when configuring an existing ns bind
460
461 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 16:47:29 +0100
462
Pau Espin Pedrol50aa4922021-02-23 14:41:01 +0100463osmo-pcu (0.9.0) unstable; urgency=medium
464
465 [ Pau Espin Pedrol ]
466 * Pass paging group instead of imsi where later is not needed
467 * Allow Gb PAGING-PS without P-TMSI
468 * Support Gb PAGING-CS
469 * Support PAGING-CS and PAGING-PS on on PTP-BVCI
470 * tests/rlcmac: print test name at the start
471 * tests/rlcmac: Memzero decoded struct
472 * tests/rlcmac: Fix missing commas with unexpected results
473 * tests/rlcmac: Use osmo_hexdump to print buffers
474 * tests/rlcmac: Don't check stderr output
475 * tests/rlcmac: Add test to showcase that decode_gsm_ra_cap() fails
476 * csn1: Extend CSN_SERIALIZE to allow 0 bit of length
477 * csn1: Allow CHOICE elements to re-process the bits used for the choice
478 * csn1: Fix pedantic compiler warnings in csn.1 dissectors
479 * csn1: Drop format_p union from CSN_DESCR
480 * gsm_rlcmac.cpp: Fix trailing whitespace
481 * cosmetic: csn1.cpp: Fix whitespace
482 * csn1.cpp: Rework ProcessError() function to print errors
483 * rlcmac: Return error code from csn1 encoder/decoder
484 * Check return code of rlcmac decode/encode functions
485 * rlcmac: Transform a few LOGPC messages to LOGP
486 * Fix trailing newline mess with LOGP(C) in rlcmac/csn1
487 * llc_queue::{dequeue,enqueue}() refactor
488 * gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/
489 * tests/llc: Change unrealistic time jump to avoid runtime error under ARM
490 * Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere
491 * Use downlink BSSGP RA Cap IE
492 * tests/RLCMACTest: free allocated bitvectors
493 * tests/RLCMACTest: Several fixes and improvements to RAcap tests
494 * rlcmac: Don't pass array element to CSN1 descriptors
495 * csn1: Validate recursive array max size during decoding
496 * rlcmac: Fix bug receiving RA cap
497 * rlcmac: Log names of de/encoded rlcmac packet types
498 * rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bits
499 * cosmetic: rlcmac: Fix comment typo and whitespace introduced recently
500 * rlcmac: Rename field to MS RA Cap2 in Additional_MS_Rad_Access_Cap_t
501 * pcu_l1_if.cpp: Add missing header ctype.h
502 * gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec'
503 * cosmetic: Do not indent header includes inside extern C block
504 * gsm_rlcmac.cpp: Avoid declaring variable in for loop
505 * csn1.h: Fix trailing whitespace
506 * tbf.cpp: Include c++ <new> header required for new operator's replacement type
507 * gsm_rlcmac: Disable unused CSN1 descriptors
508 * Move gsm_rlcmac.cpp -> .c
509 * rlcmac: support decode FDD_CELL_INFORMATION of "UTRAN FDD Description
510 * rlcmac: add dissection of 2G->3G/4G PS handover
511 * csn1: Fix Several typos & whitespace
512 * csn1: verify enough bits present to decode whole CSN_UINT_ARRAY
513 * csn1: Properly verify CSN_BITMAP length
514 * csn1: Remove code block from CSN_NEXT_EXIST_LH
515 * pcu_l1_if: Don't use GSMTAP_CHANNEL_PACCH when sending unknown gsmtap blocks
516 * pdch: Avoid sending GSMTAP_CHANNEL_UNKOWN for rejected UL EGPRS data block
517 * tbf: Avoid crash: don't set TBF window size if setup failed
518 * bts: Rename mslot_class_from_ra
519 * bts: Fix Decoding EGPRS MultislotClass from 11-bit EGPRS PACKET CHANNEL REQUEST
520 * bts: Return uint8_t in egprs_mslot_class_from_ra()
521 * Use OSMO_FD_* instead of deprecated BSC_FD_*
522 * Expect ms object to exist before calling tbf_alloc_ul_tbf()
523 * Expect ms object to exist before calling tbf_alloc_dl_tbf()
524 * pdch: rcv_resource_request(): Clarify tbf_free only needed if MS used to exist beforehand
525 * Drop unneeded arg 'ta' in tbf_alloc_ul()
526 * bts: Drop specific functions to increase counters
527 * bts: Drop specific functions to add values to counters
528 * bts: Drop specific functions to add values to stats
529 * pcu: tbf_ul: Clean up maybe_schedule_uplink_acknack()
530 * sysmo: femtobts.h: Avoid redefining global variables
531 * rlc: Drop unused function gprs_rlc_data::put_data
532 * rlc: Move prepare() function out of gprs_rlc_data struct
533 * tbf_ul: Fix UL ACK not sent to MS if intermediate UL block is lost
534 * Get rid of class GprsCodingScheme
535 * gsmtap: Set signal level and SNR fields
536 * gprs_ms: Small clean ups in IMSI storage related code
537 * gprs_ms: Transfer known EGPRS MS class when mergling old MS
538 * tbf: Drop unneeded method set_tlli_from_ul
539 * pdch.cpp: Fix logging line format in rcv_block wrong length
540 * Set correct GSMTAP channel type for PDTCH messages returning error
541 * decoding.cpp: Improve logging in malformed UL data parsing
542 * tbf_dl: uint8_t is enough to store a TA value
543 * encoding: Encode TA as unsigned and check validty against GSM48_TA_INVALID
544 * encoding.cpp: Fix missing spacing in function param
545 * pdch.cpp: Avoid dropping existing DL TBF during rcv_resource_request
546 * pdch.cpp: Avoid resetting (egprs_)ms_class to unknown if not found in MS RadioAccCap
547 * pdch.cpp: Fix wrong annoying log line about non-scheduled ResourceReq received
548 * pdch.cpp: Store TLLI promptly on newly created TLLI in rcv_resource_request
549 * Fix typo in log message
550 * pdch: Drop unneeded notice log message in rcv pkt meas report
551 * Introduce log macro helper LOGPMS
552 * configure.ac: Fix trailing whitespace
553 * doc: Update VTY reference xml file
554 * Support setting rt-prio and cpu-affinity mask through VTY
555 * pdch: rcv pkt meas rep: Allocate MS object early in path and use it
556 * Fix recent typo preventing MS from registering
557 * gitignore: Add __pychache__ dir
558 * tbf: Don't log rlcmac_diag() output in separate lines
559 * gprs_ms_storage.h: Set pointer to NULL instead of 0
560 * Free all MS TBFs when receiving GPRS Suspension Request
561 * cosmetic: fix indentation alignment
562 * vty: Add 'show bts pdch' command
563 * cosmetic: Fix indentation of for loops
564 * cosmetic: Fix typo in comment
565 * Fix crash accessing NULL tbf->pdch[first_ts]
566 * contrib/jenkins: Enable parallel make in make distcheck
567 * Improve debug logging for alloc algos
568 * Fix several calls to LOGPAL
569 * Move gprs_rlcmac_ul_tbf::window to correct file
570 * Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct file
571 * tbf: Make window() available to tbf base class
572 * tbf: Implement enable_egprs() once
573 * tbf: Set MS during constructor time
574 * Move ul_tbf allocation code to correct file
575 * Move dl_tbf allocation code to correct file
576 * tbf: Drop unused function disable_egprs()
577 * tests: ms: Pass correct pointer in constructor instead of NULL
578 * tbf: Clean up gprs_rlcmac_dl_tbf::handle()
579 * alloc_algo_b: Select TRX with least assigned TFIs during TBF alloc
580 * bts: define egprs_enabled as bool
581 * cosmetic: Fix ws between if keyword and parenthesis
582 * tbf_dl: Update (egprs_)ms_class for already known MS
583 * cosmetic: tests: pcu_emu: fix trailing whitespace
584 * gprs_ms: Use proper function to get CS
585 * Move BTS initial values inside bts.cpp
586 * pcuif: Improve BTS-supported CS/MCS handling
587 * Move EGPRS MS mode set to gprs_ms.cpp
588 * Take into account BTS supported (M)CS values when retrieving the maximum
589 * Enable egprs support through PCUIF from BTS/BSC
590 * pdch: Process received CS1-4 data blocks regardless of egprs_enabled
591 * tbf_dl: Don't fake EGPRS MS class when no related info is available
592 * tbf_ul: Allow non-egprs phones if EGPRS is enabled
593 * Get rid of bts->egprs_enabled
594 * Fix configuration of initial_(m)cs
595 * Fix mcs_is_valid(): UNKNOWN value is not a valid (M)CS
596 * gprs_ms: Avoid enabling EGPRS if no MCS are supported
597 * tbf_ul: Log mismatching TLLI on log message
598 * Fix ctr reports: Remove ctr description from already removed counter
599 * encoding: Fix duplicate word in log str
600 * sched: Fix sending GSMTAP DL data blocks with unset USF
601 * sched: Use correct GMSTAP category for EGPRS DL data blocks
602 * Support multiplexing of GPRS and EGPRS TBFs in one PDCH
603 * pdch: packet_paging_request: Put back non-fitting paging entry where where it was
604 * pdch: Log hexdump of decde failure for dl rlcmac block
605 * csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAY
606 * csn1: Log CSN_VARIABLE_ARRAY values as hex
607 * main: generate coredump and exit upon SIGABRT received
608 * tbf: Log previous TS when changing Control TS
609 * Implement downgrade to DL MCS1-4 when USF for GPRS_only MS
610 * Dl TBF: Get rid of LLC UI dummy blocks following other data
611 * rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_string
612 * gprs_rlcmac_sched: Use helper structure to store several tbf pointer params
613 * sched: Convert code handling next_list array to be size independant
614 * Convert GprsMS and helpers classes to C
615 * tbf: Fix wrong verb used in log message
616 * .gitignore: ignore files ending with ~
617 * doc: Improve CS/MCS GPRS/EGPRS considerations in User Manual
618 * tbf: remove 'software error' logs from tbf_free
619 * ms: Replace struct var with rate_ctr
620 * AllocTest: Avoid queuing tons of to-be-freed ms
621 * gprs_ms: Mark ms_ctrg_desc static
622 * Workaround ASan false positive runtime errors under some platforms
623 * Split PCU global PCU object from BTS object
624 * Move T_defs_pcu from BTS to PCU object
625 * Move force_two_phase field from BTS to PCU
626 * Move alpha,gamma fields from BTS to PCU
627 * Move dl_tbf_preemptive_retransmission field from BTS to PCU
628 * Move dl_arq_type field from BTS to PCU
629 * Move cs_adj* fields from BTS to PCU
630 * Move cs_downgrade_threshold field from BTS to PCU
631 * Move (m)cs_lqual_ranges fields from BTS to PCU
632 * Move ns_dialect field from BTS to PCU
633 * Move fc_* fields from BTS to PCU
634 * tests/tbf: Allocate PCU per test instead of globally
635 * Move ws_* fields from BTS to PCU
636 * Move llc_* fields from BTS to PCU
637 * Fix configuration mess of initial_cs/mcs between PCUIF and VTY
638 * Unify BTS into a C usable structure
639 * Get rid of bts singletons
640 * Rename 'bts_data' leftovers to 'bts'
641 * bts: combine bts_{init,cleanup} into consturctor/destructor methods
642 * Get rid of unused gsm_timer.{cpp,h}
643 * Convert gprs_bssgp_pcu.cpp to C
644 * Move tbf::free_all static methods to proper object files
645 * Convert osmo_bts_sock.cpp to C
646 * Allow multiple bts objects in PCU
647 * bts: Store RAC+CI from info_ind
648 * Get rid of singleton gprs_bssgp_pcu_current_bctx()
649 * Initial handling support for RIM messages
650 * gprs_pcu: Use libosmocore osmo_cgi_ps_cmp API
651 * ms: Drop always-false check
652 * sched: Check if egprs is enabled in TBF rather than MS being egprs capable
653 * tbf: Drop always-true condition checking for MS
654 * encoding: fix typos in comment
655 * ms: Set proper initial MCS values setting mode EGPRS_GMSK
656 * ms: Properly handle EGPRS_GMSK mode in ms_max_cs_dl/ul()
657 * Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFs
658 * sched: Avoid picking TBF with nacked dl blocks when GMSK is required
659 * tbf: Make tbf_ms() param const
660 * Introduce NACC support
661 * NACC: Fix crash freeing struct if CTRL conn was refused during alloc
662 * NACC: delay CTRL conn socket init until it's needed
663 * NACC: allow setting keep time for entries in neigh and si cache
664 * NACC: Configure neighbor and SI resolution timeout values
665 * NACC: Send only Pkt Cell Chg Continue if SI retrieve fails
666 * doc: Mark PCU node red in network node diagram
667 * doc: Introduce section documenting NACC support
668 * nacc: Improve log line failing to establish CTRL neigh conn
669 * Update TS 04.60 references to new TS 44.060
670 * Drop comment about an already implemented TODO
671 * Move src/tbf.txt to doc/
672 * encoding: Fix comment description of S/P field
673 * tbf: Reuse stored result in variable in check_polling()
674 * tbf: Constify some methods
675 * nacc: Fix typo in function name
676 * nacc: Implement Pkt Cell Change Continue retransmission
677 * nacc: Avoid RIM procedures targeting cells under same PCU
678 * rlc.h: Fix struct bit fields on big endian systems
679 * cosmetic: fix typo in comment
680 * nacc_fsm: Move code filling struct to helper function
681 * nacc_fsm: Remove NACC_EV_RX_SI from in_event_mask of some states
682 * nacc_fsm: Support receiving Pkt Cell Change Notify in state WAIT_RESOLVE_RAC_CI
683 * nacc_fsm: nacc_fsm: Support receiving Pkt Cell Change Notify in state WAIT_REQUEST_SI
684 * nacc_fsm: Support receiving Pkt Cell Chg Notif while in some advanced states
685 * nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from remote cell
686 * vty: Write 'neighbor resolution' config to file
687 * cosmetic: fix line indentation
688 * sched: Avoid selecting TBF to tx NACC Dl msg if no TFI is assigned
689 * tests: Explicitly drop category from log
690 * tests: Replace deprecated API log_set_print_filename
691 * Use NULL as default value for pointer type
692 * find_multi_slots: Avoid calling mslot_class_get_tx() on each iteration
693 * find_multi_slots: Avoid multiple calls to mslot_class_get_rx()
694 * find_multi_slots: Mark mslot_class properties const
695 * find_multi_slots: Avoid multiple calls to mslot_class_get_type()
696 * Use ALPHA value received in SI13 from PCUIF
697
698 [ Vadim Yanitskiy ]
699 * pcu_l1_if.cpp: fix NULL-pointer dereference in imsi2paging_group()
700 * gsm_timer: fix comparison of constant LONG_MAX with an integer
701 * encoding: fix log_alert_exit(): do not treat error as format string
702 * tests/alloc: fix implicit conversion from 'double' to 'int8_t'
703 * gprs_bssgp_pcu: fix invalid use of non-static data member 'frame'
704 * gprs_bssgp_pcu: fixup: fix length check in gprs_bssgp_pcu_rx_dl_ud()
705 * csn1: fix csnStreamDecoder(): avoid conditional calls to bitvec_read_field()
706 * VTY: get rid of pcu_vty_go_parent() / pcu_vty_is_config_node()
707 * VTY: install talloc context introspection commands
708 * pcu_sock: fix memleak, allocate pcu_sock_state on stack
709 * pcu_sock: cosmetic: fix typo in a comment message
710 * tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()
711 * tbf: fix NULL pointer dereference in create_[ul|dl]_ass()
712 * encoding: assert return value of bitvec_set_u64()
713 * csn1: fix some mistaken CSN.1 error names
714 * csn1: fix csnStreamDecoder(): catch unknown CSN_CHOICE values
715 * tests/rlcmac: mark Packet Polling Request as malformed
716 * csn1: fix existNextElement(): use bitvec_get_bit_pos()
717 * tests/rlcmac: additionally match debug output of the CSN.1 codec
718 * csn1: get rid of C++ specific code, compile with GCC
719 * csn1: fix csnStreamDecoder(): do not subtract no_of_bits twice
720 * csn1: fix csnStreamDecoder(): always keep remaining_bits_len updated
721 * csn1: fix csnStreamDecoder(): update bit_offset in CSN_EXIST{_LH}
722 * csn1: bitvec_get_uint() may return a negative, use %d
723 * csn1: use proper format specifier for unsigned integers
724 * gsm_rlcmac: fix misleading LOGP statement in decode_gsm_ra_cap()
725 * tests/rlcmac: fix malformed MS RA capability in testRAcap()
726 * tests/rlcmac: also verify encoding of MS RA Capability
727 * tests/rlcmac: add a new test vector for Packet Resource Request
728 * csn1: fix csnStreamDecoder(): skip bits unhandled by serialize()
729 * tests/rlcmac: also enable logging for DRLCMACDATA category
730 * rlcmac: fix encode_gsm_*(): do not suppress encoding errors
731 * csn1: fix: do not return 0 if no bits left in the buffer
732 * BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocore
733 * BSSGP: fix: properly encode P-TMSI in RR Paging Request
734 * pdch: fix packet_paging_request(): properly print paging MI
735 * pdch: cosmetic: use GSM_MI_TYPE_* constants from libosmocore
736 * fix: properly include pure C headers from C++ code
737 * l1if: fix pcu_rx_rach_ind(): use proper format string specifiers
738 * sba: fix possible memleak in SBAController::alloc()
739 * TBF/UL: fix rcv_data_block_acknowledged(): print the actual TLLI
740 * fix egprs_mslot_class_from_ra(): multislot class may not be present
741 * l1if: fix: s/pcu_rx_rach_ind_pdtch/pcu_rx_rach_ind_ptcch/g
742 * csn1: fix M_CHOICE: restirct maximum length of the choice list
743 * csn1: fix csnStreamEncoder(): also check length of the choice list
744 * csn1: fix csnStreamEncoder(): always check the choice index
745 * csn1: fix: never use enumerated types in codec structures
746 * encoding: cosmetic: use RLC_MODE_ACKNOWLEDGED where possible
747 * RLC/MAC: implement decoding of EGPRS Packet Channel Request
748 * encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc)
749 * doc/manuals: fix typo in overview.adoc: s/Omsocom/Osmocom/g
750 * bts: refactor handling and parsing of RACH.ind
751 * BTS::parse_rach_ind(): properly handle EGPRS Packet Channel Request
752 * bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAP
753 * bts: fix send_gsmtap_rach(): properly pack 11 bit RA
754 * bts: cosmetic: use DUMMY_VEC for padding where possible
755 * encoding: drop log_alert_exit(), use OSMO_ASSERT() instead
756 * encoding: assert() presence of Downlink TBF
757 * direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH SAPI
758 * debian/control: change maintainer to the Osmocom team / mailing list
759 * pcu_l1_if: use proper format specifier for PCUIF version
760 * pcu_l1_if: constify the argument of pcu_rx_info_ind()
761 * pcu_l1_if: cosmetic: rename both 'trx'/'ts' to 'trx_nr'/'ts_nr'
762 * pcu_l1_if: cosmetic: move struct 'gprs_rlcmac_pdch' into the for loop
763 * pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind()
764 * gsm_rlcmac: use consistent naming for [Extended] Packet Timing Advance
765 * tbf: cosmetic: use GSM_MACBLOCK_LEN where possible
766 * tbf: allocate the bitvec on stack in create_{dl,ul}_ass()
767 * encoding: constify 'tbf' in UL/DL assignment functions
768 * encoding: do not encode out of range Timing Advance values
769 * encoding: fix RRBP field in write_packet_uplink_assignment()
770 * encoding: use bool for use_egprs in write_packet_uplink_assignment()
771 * encoding: pass pdch slot directly to encoding functions
772 * encoding: clarify docstring for write_packet_downlink_assignment()
773 * encoding: use CSN.1 codec to generate Packet Uplink Assignment
774 * encoding: implement handing of hopping parameters
775 * encoding: fix gen_freq_params(): do not check pdch twice
776 * pcuif_proto: version 10: add frequency hopping parameters
777 * pcu_l1_if: cosmetic: use ARRAY_SIZE() in pcu_rx_info_ind()
778 * pcu_l1_if: correct logging level in pcu_rx_info_ind()
779 * pcu_l1_if: cosmetic: make {local,remote}_sockaddr scoped variables
780 * pcu_l1_if: use proper format string specifiers: %d -> %u
781 * pcu_l1_if: print NSVC address in more common format
782 * gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments const
783 * gprs_bssgp_pcu: fix possible memleak in gprs_nsvc_create_and_connect()
784 * struct gprs_rlcmac_bts: remove unused 'nsei' field
785 * gprs_bssgp_pcu: fix: do not crash on receipt of subsequent INFO.ind
786 * doc/manuals: (re-)generate XML VTY reference automatically
787 * fix tbf_select_slot_set(): use LOGP() instead of LOGPC()
788 * main: remove line breaks in print_help(), increase spacing
789 * main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
790 * BSSGP: use tlvp_val8() in gprs_bssgp_pcu_rx_paging_cs()
791 * BSSGP: constify argument 'tp' of gprs_bssgp_pcu_rx_paging_{cs,ps}
792 * TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead
793 * gprs_rlcmac_sched: fix incorrect SBA frame number assignment
794 * bts: fix uninitialized memaccess in BTS::send_gsmtap_rach()
795 * bts: fix uninitialized memaccess in BTS::send_gsmtap()
796 * tests/rlcmac: add more test vectors for Packet Resource Request
797 * contrib/osmo-pcu.spec.in: require libosmo* version 1.4.0
798 * contrib/osmo-pcu.spec.in: add missing libosmoctrl dependency
799 * vty: register libosmocore's FSM introspection commands
800
801 [ Anders Broman ]
802 * csn1: Update M_NULL CSN_DESCR to match wireshark
803 * csn1: packet-csn1.c:179: warning: 'pui8' may be used uninitialized in this function
804 * csn1: Fix warning with -Wmissing-prototypes
805 * csn1: Try to fix cast discards '__attribute__((const))' qualifier from pointer target type
806 * gsm_rlcmac.cpp: hanged all M_BIT macros to M_UINT, as M_BIT does not use the referenced hf.
807
808 [ Jeff Morriss ]
809 * csn1: shuffle decrements of remaining_bits_len
810
811 [ Pascal Quantin ]
812 * csn1: Fix an infinite loop in CSN.1 dissector when having more than 255 padding bits
813 * gsm_rlcmac.h: Remove Uplink messages from the RlcMacDownlink_t structure
814 * gsm_rlcmac: Enhance dissection of PSI1
815 * gsm_rlcmac.cpp: Do not skip too many lines of the CSN_DESCR when the field is missing
816 * gsm_rlcmac.cpp: fix an out of bounds access
817 * gsm_rlcmac.cpp: fix another global-buffer-overflow error reported by ASAN
818 * gsm_rlcmac.cpp: fix global-buffer-overflow error reported by ASAN
819
820 [ Guy Harris ]
821 * csn1: Don't cast away constness
822
823 [ Alexis La Goutte ]
824 * csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
825
826 [ Bill Meier ]
827 * gsm_rlcmac.h: #if 0 unused stuff
828
829 [ Gerald Combs ]
830 * gsm_rlcmac.h: Make sure we have a corresponding 'u' member to RlcMacDownlink_t for every call
831
832 [ Vincent Helfre ]
833 * gsm_rlcmac: add dissection of NAS container
834 * gsm_rlcmac: improve dissection of MS RA Capability IE
835
836 [ AndersBroman ]
837 * gsm_rlcmac: Update : PACKET RESOURCE REQUEST to Release 14.0.0
838
839 [ Keith ]
840 * Send UL-CTRL Packet to GSMTAP even if we fail to decode.
841 * Don't check ul_control_block before decoding into it.
842
843 [ Harald Welte ]
844 * csn1.c: Almost all of the logging is DEBUG, not NOTICE
845 * TODO: remove those that have obviously been implemented 5+ years ago
846 * bts.cpp: Increase constructor priority
847 * Use osmo_fd_setup() whenever applicable
848 * Use osmo_fd_*_{disable,enable}
849 * gb manual: 08.16 -> 48.016 / 08.18 -> 48.018
850 * gb manual: NS is implemented in libosmogb, not libosmocore
851 * manuals/gb/ns.adoc: Update documentation regarding SNS capability
852 * migrate to DLBSSGP as log sub-system for BSSGP
853
854 [ Eric ]
855 * configure.ac: fix libtool issue with clang and sanitizer
856 * tbf: add virtual destructor
857
858 [ Philipp Maier ]
859 * gprs_debug: Use only LOGL_NOTICE as default loglevel
860 * vty: add attributes to VTY commands indicating when they apply
861 * pcu_main: add commandline option --vty-ref-xml
862 * gprs_bssgp_rim: add serving BSS NACC application
863
864 [ Oliver Smith ]
865 * contrib: import RPM spec
866 * contrib: integrate RPM spec
867 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
868 * contrib/jenkins: don't build osmo-gsm-manuals
869 * configure.ac: set -std=gnu11
870
871 [ Neels Hofmeyr ]
872 * use new osmo_mobile_identity api (avoid deprecation)
873 * paging: pass struct osmo_mobile_identity, not encoded IE bytes
874
875 [ Alexander Couzens ]
876 * pcuif_proto: version 0xa: add support for IPv6 NSVCs
877 * Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"
878 * pcuif_proto: version 10: add support for IPv6 NSVCs
879 * Use the new NS2 lib
880 * Rework NS configuration over the info indication
881 * pcu_l1_if: fix misaligned assignment of remote address
882 * NS2: follow the change of ownership
883 * gprs_bssgp_pcu: follow ns2 library changes
884 * NS2: rework handling of unknown primitive
885 * ns2: follow ns2 dialect changes
886 * ns2: follow changes to add a unique name to all binds
887 * ns2: follow ns2 sns api changes
888 * gprs_ns2: set default dialect to ipaccess
889 * gprs_rlcmac_sched: don't leak a sched_dummy()
890 * gprs_rlc_ts_alloc: ensure no rolling slots are allocated
891 * follow gprs_ns2 API enum changes
892 * gprs_ns2: migrate to the new vty syntax
893 * gprs_bssgp: rework and rename ns_create_nsvc -> ns_configure_nse
894 * gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_config
895 * gprs_bssgp: use gprs_ns2_sns_add_bind() to allow the NSE to use the binds for IP-SNS configuration
896
897 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 14:41:00 +0100
898
Pau Espin Pedrolb507e422020-01-03 19:40:02 +0100899osmo-pcu (0.8.0) unstable; urgency=medium
900
901 [ Alexander Couzens ]
902 * tests: test encoding of egprs ul ack/nacks
903 * tbf_dl: add comments to the scheduler
904 * encoding: fix space, tabs
905
906 [ Vadim Yanitskiy ]
907 * osmobts_sock.cpp: pcu_sock_cb(): use libosmocore's socket API
908 * osmobts_sock.cpp: pcu_sock_read(): use stack buffer, not heap
909 * osmobts_sock.cpp: pcu_sock_read(): further simplify the code
910 * osmobts_sock.cpp: do not print the same debug message twice
911 * VTY: refactor pcu_vty_show_ms_all(): use show_ms()
912 * VTY: fix command 'show tbf all': properly filter TBFs
913 * BSSGP: do not reject SUSPEND ACK / NACK messages
914 * BSSGP: properly print BVCI for signalling messages (BVCI=0)
915 * tests/tbf: suspend warnings about the link quality measurements
916 * GprsMs::update_cs_ul(): clarify the meaning of old_link_qual
917 * gprs_bssgp_destroy(): fix memleak and NULL-pointer dereference
918 * PTCCH: implement basic message codec and API
919 * PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCH
920 * pcuif_proto.h: extend RACH.ind with TRX / TS numbers
921 * PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCH
922 * VTY: add warning about changing PCU socket path at run-time
923 * VTY: cosmetic: use osmo_talloc_replace_string()
924
925 [ Pau Espin Pedrol ]
926 * cosmetic: tbf: Rename T and N arrays
927 * Use proper API osmo_timer_setup() to set up timer struct
928 * Introduce osmo_tdef infra and timer VTY commands
929 * bts.cpp: Fix osmo_tdef initialization on older g++ compilers
930 * Use osmo_tdef for BSSGP T1 and T2
931 * Use osmo_tdef to implement T3190
932 * tests: TbfTest: Unify stderr and stdout to ease debugging
933 * Use osmo_tdef to implement ms-idle-time
934 * Use osmo_tdef to implement dl-tbf-idle-time
935 * pdch.cpp: Refactor bitvec param passing in rcv_control_block
936 * pdch.cpp: Use pcu_l1_meas previously filled by lower layers
937 * cosmetic: fix whitespace
938 * Move out tbf subclasses from tbf.h to their own headers
939 * Move tbf_{dl,ul} child constructors to respective .cpp files
940 * tbf_dl: Setup m_llc_timer in constructor using osmocom API
941 * tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAIT_RELEASE
942 * vty: Fix osmo_tdef timers not listed in write config
943 * Log RACH Requests using GSMTAP
944 * Log AGCH and PCH blocks using GSMTAP
945 * pcu_l1_if.cpp: Fix GSMTAP Imm Assign PCH wrong encoding
946 * pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH buffer
947 * pcu_l1_if.cpp: Imm Assign PCH: clarify size of different items
948 * pcu_l1_if.cpp: Replace value 23 with libosmocore's GSM_MACBLOCK_LEN
949 * Fix assertion hit upon CCCH Paging Request
950 * doc: vty: Update osmo-pcu_vty_reference.xml
951 * Clarify (M)CS related VTY attributes
952 * Remove dash from name used in VTY cmd prompt
953 * tbf_dl.cpp: Fix typo in log line
954 * pcu_l1_if: Check pag_req id_lv len fits buffer
955 * prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespace
956 * Fix trailing whitespace
957 * fix typo in log message
958 * Log BVCI PTP value upon msg recv
959 * Split identity_lv param into mi+mi_len
960
961 [ Oliver Smith ]
962 * doc: update generated VTY reference
963 * tbf_dl: make preemptive retransmission optional
964 * Forward ETWS Primary Notification to MS
965 * tests/app_info: fix compiling with older g++
966 * configure.ac: set C and C++ dialects
967
968 [ Harald Welte ]
969 * manual: Fix copy+paste error
970 * manual: Fix documentation missing "-D" command line option
971 * manual: Add missing documentation for '-i' command line option
972
973 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 19:40:02 +0100
974
Pau Espin Pedrol19b15a52019-08-07 21:09:53 +0200975osmo-pcu (0.7.0) unstable; urgency=medium
976
977 [ Rafael Diniz ]
978 * Added support for daemonize to osmo-pcu.
979 * Fix help message formatting of osmo-pcu.
980
981 [ Max ]
982 * Don't install pcuif_proto.h header
983 * Move C include to proper place
984 * Add define for dummy burst string
985 * Add encoding tests for Immediate Assignment
986 * Clarify write_immediate_assignment() signature
987 * Restructure IA Rest Octets encoders
988 * Rewrite Packet Downlink Assignment
989 * Rewrite EGPRS Packet Uplink IA Rest Octets for MBA
990 * Rewrite EGPRS Packet Uplink IA Rest Octets for SBA
991 * MCS: internalize 'family' parameter
992 * EDGE tests: reduce code duplication
993 * MCS: remove dead code
994 * EDGE tests: remove no-op check
995 * Use msgb_eq_data_print() in tests
996 * Tighten lqual table limits check
997 * Enable LGLOBAL logging for TBF tests
998 * Log (M)CS UL update errors
999 * MCS: move Coding Scheme enum outside of class definition
1000 * Make get_retx_mcs() into regular function
1001 * MCS: remove unused function
1002 * Debian: bump copyright year
1003 * Use unique NSEI/BVCI/NSVCI in TBF tests
1004 * MS store: move test helper to unit test
1005 * Explicitly clean up BTS singleton
1006 * MCS: move HeaderType enum outside of class definition
1007 * MCS: use value_string for conversion
1008 * TBF-DL: log MCS as string
1009 * Fix TA index encoder
1010 * MCS: move Mode enum outside of class definition
1011 * MCS: add mcs_is_*() helpers
1012 * MCS: add Channel Coding Command encoder
1013 * Fix Channel Coding Command for MCS
1014 * Rewrite Packet Uplink IA Rest Octets for MBA
1015 * Rewrite Packet Uplink IA Rest Octets for SBA
1016 * Use Timing Advance Index in UL assignments
1017 * TBF: update MCS counters
1018 * TBF-DL: cosmetic update for helper routines
1019 * Update IA Rest Octets encoding
1020 * TS alloc: expand tests log
1021 * vty: add commands to show TBF of a certain kind
1022 * Update MCS selection for retransmission
1023 * cosmetic: use const pointer for bts_data
1024 * Add test for MS mode and (M)CS settings
1025 * Use libosmocore for IMSI parsing
1026
1027 [ Harald Welte ]
1028 * Mark gprs_ns_reconnect() as static (not used outside of C file)
1029 * Optionally Use the NS Sub-Network-Service (SNS) on Gb
1030 * pcu_l1_if: Fix erroneous endian-swapping of the CellID
1031 * Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGP
1032 * gprs_debug: Use named initializers and explicit array indicies
1033 * bssgp: Fix dead code: PDUT_STATUS can never reach this part
1034
1035 [ JF Dionne ]
1036 * encoding: Fixes TMSI vs MI bit selection in repeated page info
1037
1038 [ Oliver Smith ]
1039 * tests: use -no-install libtool flag to avoid ./lt-* scripts
1040 * debian: create -doc subpackage with pdf manuals
1041 * contrib/jenkins.sh: run "make maintainer-clean"
1042
1043 [ Daniel Willmann ]
1044 * Include pdch.h in bts.h even if we're not compiling C++
1045 * oc2g: Remove custom alarms
1046 * oc2g: Change log type (Litecell15->Oc2g)
1047 * jenkins.sh: Add oc2g build support
1048 * manuals: Add script to regenerate vty/counter documentation
1049 * manuals: Update VTY documentation
1050
1051 [ Jean-Francois Dionne ]
1052 * Initial commit for OC-2G support.
1053
1054 [ Minh-Quang Nguyen ]
1055 * OC-2G: Fix missing header
1056 * OC-2G: Fix TA adjustment
1057 * OC-2G: Always use positive TA information provided in PH-RA-IND
1058
1059 [ Alexander Couzens ]
1060 * gprs_bssgp_pcu: make gprs_bssgp_ns_cb public
1061 * gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instance
1062 * encoding: correct encoding of CRBB in ACK/NACK when not byte aligned
1063 * encoding: use `/* */` for comments instead of `#if 0 #endif`
1064 * egprs_rlc_compression: fix white spaces
1065 * tests/BitcompTest: fix wording in log message
1066 * rlc: replace int with uint16_t
1067 * Encoding: drop struct gprs_rlcmac_bts* from all functions
1068 * decompress_crbb: add length argument for search_runlen
1069 * Encoding: write_packet_ack_nack_desc_egprs: don't use a reference for rest_bits
1070 * bts.cpp: ensure left-shift operation does not exceed uint32_t
1071 * Encoding: use uint16_t when interacting with the window object
1072 * Encoding: ACK/NACK: always encode with length field present
1073
1074 [ Keith ]
1075 * Cosmetic: Osmcoom -> Osmocom
1076
1077 [ Vadim Yanitskiy ]
1078 * src/pcu_l1_if.cpp: fix: properly pass measurements from PCUIF
1079 * gprs_bssgp_pcu_rx_dl_ud(): fix: BSSGP_IE_IMSI is optional
1080 * gprs_bssgp_pcu.cpp: check return code of gsm48_mi_to_string()
1081 * gprs_bssgp_pcu_rx_dl_ud(): use OSMO_IMSI_BUF_SIZE
1082
1083 [ Thorsten Alteholz ]
1084 * fix spelling errors detected by lintian
1085
1086 [ Eric Wild ]
1087 * ubsan: fix shift
1088
1089 [ Pau Espin Pedrol ]
1090 * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
1091 * Require newer libosmocore to avoid compile failures
1092
1093 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 21:09:53 +0200
1094
Harald Welte99278b12019-01-21 19:03:52 +01001095osmo-pcu (0.6.0) unstable; urgency=medium
1096
1097 [ Harald Welte ]
1098 * debian/rules: Don't overwrite .tarball-version
1099 * gprs_rlcmac_received_lost(): Fix regression / uninitialized now_tv
1100 * initial checkin of manuals to public repo
1101 * Add link to Asciidoc source code of manual
1102 * Initial place-holder for the new Gb/IP interface documentation
1103 * Gb message sequence chart: flip sides (SGSN should be right)
1104 * Gb message sequence chart: Add notion of PCU unix domain socket
1105 * Gb: Various spelling fixes
1106 * gb: Some language improvements, formatting changes
1107 * consistently use '3GPP TS' not sometimes 3GPP TS and sometimes TS.
1108 * gb/NS: Clarify the language regarding the UDP port numbers / socket
1109 * vty-ref: Update URI of docbook 5.0 schema
1110
1111 [ Pau Espin Pedrol ]
1112 * Cleanup of systemd service files
1113 * configure.ac: Set CXXFLAGS during --enable-sanitize
1114 * Install systemd services with autotools
1115 * Move examples/ to doc/examples/
1116 * Install osmo-pcu.cfg to docdir/examples
1117 * Allow easily disabling GFDL references
1118
1119 [ Stefan Sperling ]
1120 * check for overlong unix socket paths
1121
1122 [ Max ]
1123 * deb: add missing copyright file
1124 * OsmoPCU: fix Gb documentation front page
1125 * OsmoPCU: expand NS documentation
1126 * OsmoPCU: expand BSSGP documentation
1127 * OsmoPCU: add MSC chart
1128
1129 [ Neels Hofmeyr ]
1130 * Importing history from osmo-gsm-manuals.git
1131 * make clean: also remove generated image files
1132 * add 'make check' target
1133 * fix 'make clean': shell glob, ignore failure
1134 * refactor Makefile build rules, don't use the FORCE
1135
1136 [ Jonathan Brielmaier ]
1137 * fix various typos across all manuals
1138
1139 [ Philipp ]
1140 * configuration: fixing typos
1141
1142 [ Alexander Couzens ]
1143 * OsmoPCU: add rate counter documentation
1144
1145 [ Daniel Willmann ]
1146 * Change OpenBSC mentions to OsmoBSC where applicable
1147
1148 [ Oliver Smith ]
1149 * build manuals moved here from osmo-gsm-manuals.git
1150 * Fix DISTCHECK_CONFIGURE_FLAGS override
1151 * contrib/jenkins.sh: build and publish manuals
1152 * contrib: fix makedistcheck with disabled systemd
1153
1154 -- Harald Welte <laforge@gnumonks.org> Mon, 21 Jan 2019 19:03:52 +0100
1155
Pau Espin Pedrol448750e2018-07-27 21:56:39 +02001156osmo-pcu (0.5.1) unstable; urgency=medium
1157
1158 [ Harald Welte ]
1159 * Don't register SIGHUP handler without actually handling SIGHUP
1160
1161 [ Pau Espin Pedrol ]
1162 * tbf: Fix memset(0) on object with no trivial copy-assignment
1163 * rlc: Fix memset(0) on object with no trivial copy-assignment
1164 * jenkins.sh: use flag --enable-werror for sysmo and none
1165 * tbf: Use incrementing id for rate_ctr_group_alloc
1166 * tbf: Replace '.' in counter names with ':'
1167
1168 [ Stefan Sperling ]
1169 * fix a one-byte stack buffer overrun in osmo-pcu
1170 * read monotonic clock with clock_gettime() instead of gettimeofday()
1171 * fix time-delta calculations for measurement reports
1172 * change log level of "DL packet loss" log messages
1173 * check bssgp_tlv_parse() return code in gprs_bssgp_pcu_rcvmsg()
1174
1175 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 21:56:38 +0200
1176
Pau Espin Pedrolf1a334b2018-05-03 16:20:01 +02001177osmo-pcu (0.5.0) unstable; urgency=medium
1178
1179 [ Neels Hofmeyr ]
1180 * jenkins: use osmo-clean-workspace.sh before and after build
1181 * vty: skip installing cmds now always installed by default
1182 * implement support for 3-digit MNC with leading zeros
1183 * configure: add --enable-werror
1184 * mslot_class: find_free_tfi(): use uint32_t to shift 1 << 31
1185 * mslot_class: two more: use uint32_t to shift 1 << 31
1186 * Revert "Use Timing Advance Index in UL assignments"
1187 * Revert "Rewrite Packet Uplink Assignment"
1188 * Revert "Rewrite Packet Downlink Assignment"
1189 * configure: fix --enable-sysmocom-dsp and --with-sysmobts flags
1190 * configure: properly quote CFLAGS in lc15 check
1191 * Revert "Rewrite EGPRS Packet Uplink Assignment"
1192 * use osmo_init_logging2() with proper talloc ctx
1193
1194 [ Minh-Quang Nguyen ]
1195 * PCU: Fix TA adjustment
1196 * PCU: display TA information in TBF stats
1197
1198 [ Max ]
1199 * Remove unused parameter
1200 * Move multislot table to separate file
1201 * Replace '.' in counter names with ':'
1202 * Fix compiler warning
1203 * TBF: log timer override
1204 * TBF: fix compiler warning in test
1205 * TBF: expand timer logging
1206 * vty: print class and TBFs for each MS
1207 * DL window: constify resend_needed() function
1208 * TBF: move EGPRS enablement into (U|D)L-TBF
1209 * TBF-DL: fix misleading idle time check
1210 * TBF: remove unused variable
1211 * Remove unused includes and forward declarations
1212 * Fix tests after rate_ctr change
1213 * Introduce LOGTBF* for consistent logging
1214 * TBF: implement independent T31xx timers
1215 * TBF: add N3101 counter
1216 * Fix warnings
1217 * Add function to get max supported MS class
1218 * Add --enable-sanitize configure option
1219 * Enable sanitize for CI test
1220 * Add tests for pcu_lsb()
1221 * Add optional profiling support
1222 * TBF: unify timer handling
1223 * TBF: log timer invocation source
1224 * TBF: bail out for unknown timers
1225 * Fix llc_queue_size() type
1226 * TBF-DL: mark rcvd_dl_ack() parameters as boolean
1227 * window: move encoding into functions
1228 * cosmetic: clarify coding scheme and puncturing
1229 * Make TBF state private
1230 * TBF: cleanup state flag handling
1231 * Clarify RACH-related interfaces
1232 * TBF-UL: add simpler test helper
1233 * Avoid code duplication in TBF test
1234 * TBF: move window parameters to UL/DL level
1235 * TBF-DL: move priority computation into function
1236 * TBF: unify EGPRS window calculation
1237 * Don't access TBF internals in vty functions
1238 * Fix jenkins.sh to match jenkins job axis filter
1239 * Allocate global context for TypesTest
1240 * Fix sanitizer build
1241 * Rewrite EGPRS Packet Uplink Assignment
1242 * Rewrite Packet Downlink Assignment
1243 * Rewrite Packet Uplink Assignment
1244 * Use Timing Advance Index in UL assignments
1245 * Allow specifying sysmocom headers explicitly
1246 * TBF: log source of state transitions
1247 * jenkins.sh: Disable building doxygen for deps
1248 * Set V_N and V_B to known initial state
1249 * TBF: add dedicated log categories
1250 * TBF: make UL/DL state internal
1251 * TBF: make UL ack state internal
1252 * TBF: make poll state internal
1253 * TBF: adjust test log levels
1254 * Add tests for find_multi_slots()
1255 * AllocTest: adjust test_alloc_b()
1256 * AllocTest: expand test output
1257 * AllocTest: remove assumption on max MS class
1258 * Add multislot classes from latest spec
1259 * cosmetic: fix whitespace issue with include files
1260 * TBF: decrease L1 logging verbosity in test
1261 * TBF: override send function via linker option
1262 * Simplify TS alloc: adjust allocator signatures
1263 * Simplify TS alloc: fix allocation calls
1264 * Simplify TS alloc: avoid TS reassignment
1265 * Simplify TS alloc: use defines for constants
1266 * Simplify TS alloc: adjust function signatures
1267 * TS alloc: print suggested TRX on allocation errors
1268 * Simplify TS alloc: internalize TRX check
1269 * TBF: decrease logging verbosity for traffic
1270 * TBF: add helpers for assignment type handling
1271 * TBF: show assignment kind in vty
1272 * vty: drop unused function
1273 * RACH: improve single block detection
1274 * TBF: move common test code into functions
1275 * emu: use libosmocore definitions
1276 * Use explicit type for pcu_lsb()
1277 * Move paging generation into PDCH
1278 * Move include guard to the top
1279 * Update header includes
1280 * Simplify TS alloc: split off RX mask computation
1281 * Simplify TS alloc: separate capacity computation
1282 * Simplify TS alloc: split allocation
1283 * Simplify TS alloc: split USF/UL allocation
1284 * Move PDCH-related functions into separate files
1285 * Simplify TS alloc: don't use PDCH for free TFI
1286 * Simplify TS alloc: constify max dl slot func
1287 * TBF: make network counters internal
1288 * Simplify TS alloc: move slot assignment
1289 * Simplify TS alloc: move slot check into functions
1290
1291 [ Pau Espin Pedrol ]
1292 * Print error cause of pcu socket connect failure
1293 * gprs_bssgp_pcu.cpp: Comment unused function parse_ra_cap
1294
1295 [ Stefan Sperling ]
1296 * Make osmo-pcu wait for BTS to become available at start-up time.
1297 * improve documentation of Encoding::write_paging_request()
1298
1299 [ Alexander Couzens ]
1300 * pcuif_proto.h: fix whitespaces and indention
1301 * pcuif_proto: add version 8 features
1302
1303 [ Philipp Maier ]
1304 * cosmetic: remove runaway semicolon
1305 * pcu_l1_if: add frame number to log output
1306 * tbf: add frame number to log output
1307
1308 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:20:00 +0200
1309
Harald Welted34ec1b2017-10-29 12:03:05 +01001310osmo-pcu (0.4.0) unstable; urgency=medium
1311
1312 [ Holger Hans Peter Freyther ]
1313 * Initial release.
1314
1315 [ Max ]
1316 * Use value string check from osmo-ci
1317 * cosmetic: tighten direct-phy related code
1318 * Support receiving SI13 from BTS
1319 * Move gsmtap and accounting into separate function
1320 * cosmetic: convert explicit warnings to fixme/todo
1321 * Assert valid CS
1322 * TBF-DL: extend index check for RLC block copy
1323 * TS alloc: properly count UL slots
1324 * cosmetic: reformat multislot classes table
1325
1326 [ Philipp Maier ]
1327 * gb: allow only packets from a specific SGSN
1328
1329 [ Harald Welte ]
1330 * tests: Don't use private version of log_info but global gprs_log_info
1331 * Call osmo_init_logging() before static BTS constructor
1332 * Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGP
1333 * Debian: Cosmetic changes to control file; add better Description
1334 * Debian: print test results in case of failure + clean-up autotest
1335 * Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONS
1336 * Debian: upgrade to debhelper 9 / Standards 3.9.8
1337
1338 -- Harald Welte <laforge@gnumonks.org> Sun, 29 Oct 2017 12:03:05 +0100
1339
Maxd78adfb2017-08-24 13:53:25 +02001340osmo-pcu (0.3.0) UNRELEASED; urgency=medium
Holger Hans Peter Freyther97e48a32016-04-01 19:21:16 +02001341
1342 * Initial release.
1343
1344 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Fri, 01 Apr 2016 18:59:00 +0200