Change in osmo-ttcn3-hacks[master]: add DTX fill frame BTS tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Wed Aug 8 19:48:51 UTC 2018


On Wed, Aug 08, 2018 at 05:12:56PM +0000, Stefan Sperling wrote:

> I am a bit confused about how GSM frame numbers work.
> Is my test supposed to receive consecutive numbers?

probably not, as not all logical channels are active?  Also, every frame consists of 8 TS
which each transports one burst.  Only four consecutive burst on a given logical
channel will render one block.

> Apparently I don't receive a DATA_IND in every GSM frame.
> If that is expected, I will need to count the number of DATA_IND frames received until I have received 104 of them. Simply checking for fn >= first_fn + 104 won't do.

you will not receive 104 data indications.  Every frame (if a given logical channel is active in that frame)
will only transmit 1/4th of a block (l2 message).

During 104 frames, on a TCH/F, you should expect:
* 24 TCH/F or FACCH DATA_IND
* 1 SACCH DATA_IND

-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)



More information about the gerrit-log mailing list