Feature #5782
closedFeature #4851: VCGS/VBS support in osmo-bts
Transmit SYSTEM INFORMATION TYPE 10 in DL SACCH of VGCS/VBS downlink
100%
Description
See 3GPP TS 44.018 Section 9.1.50
Whever we have a VBS/VGCS TCH active, SI10 must be transmitted in DL SACCH to inform the MS about neighbor cells.
The BSC should send us SI10, like all othe SI. The BTS just schedules their transmission.
Related issues
Updated by laforge 11 months ago
- Related to Feature #5783: Generate + Send SYSTEM INFORMATION TYPE 10 to BTSs added
Updated by fixeria 2 months ago
In a Jitsi call with jolly we agreed that it would be good to have the si10ro additionally implemented in TTCN-3/TITAN, so that we can validate the C version against something else. Here is an untested implementation:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34578 library: add System Information Type 10 Rest Octets codec [NEW]
I also pushed a branch with an additional patch allowing to feed the decoder with test samples:
https://cgit.osmocom.org/osmo-ttcn3-hacks/log/?h=fixeria/si10ro
https://cgit.osmocom.org/osmo-ttcn3-hacks/commit/?h=fixeria/si10ro&id=23b205432f2952c04e04b4d720adfa67dec5db64
Updated by laforge about 1 month ago
jolly: is this implemented/merged by now? Status is still in progress and 0% here, doesn't seem to reflect reality.
Updated by jolly about 1 month ago
- % Done changed from 0 to 90
The work is almost done, one patch of osmo-bsc is not yet ready/merged.