osmo-bsc/tests/nanobts_omlattr
Pau Espin 226c1d3708 ipa oml: Fix encoding of T3105
As the comment above the fix suggest, the encoding is in 10ms units.
osmo-bts is also doing the proper:
"""
uint8_t t3105 = *TLVP_VAL(&tp, NM_ATT_BTS_AIR_TIMER);
bts->t3105_ms = t3105 * 10;
"""

Related: SYS#5838
Change-Id: Ie190514ee35d1ca81b70e9180bf7393b973d3504
(cherry picked from commit 8f1597135d)
2022-03-02 17:54:58 +01:00
..
Makefile.am Introduce libbsc to avoid linking long lists of .o files 2021-07-23 13:35:22 +02:00
nanobts_omlattr_test.c ipa oml: Fix encoding of T3105 2022-03-02 17:54:58 +01:00
nanobts_omlattr_test.ok ipa oml: Fix encoding of T3105 2022-03-02 17:54:58 +01:00