trxcon/trx_if.c: drop Timing Advance range limitation
commit216a4888cd9685dd4ef586ca841c03745af3ec79
authorVadim Yanitskiy <axilirator@gmail.com>
Thu, 6 Sep 2018 19:44:00 +0000 (7 02:44 +0700)
committerHarald Welte <laforge@gnumonks.org>
Fri, 7 Sep 2018 09:02:19 +0000 (7 09:02 +0000)
treeda25e8b5ba8adf15241df4d86362843c248478fa
parent65f80df49244b2b9e27606139c7ab1c7b7ec33fe
trxcon/trx_if.c: drop Timing Advance range limitation

Despite the correct range of Timing Advance value is [0..63],
there is a special feature in OsmocomBB which allows one to
simulate the distance between both MS and a BTS by playing
with the signal delay.

This is why a signed 'int8_t' type is used in L1CTL protocol.
No need to limit the range, just forward it to TRX.

Change-Id: I06774b315b8451bf14083da6b2849d6e8594abc8
src/host/trxcon/trx_if.c