Project

General

Profile

Actions

Feature #4748

closed

Indicate TRX number in RSL messages of multi-TRX BTS

Added by laforge over 3 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Abis
Target version:
-
Start date:
09/04/2020
Due date:
% Done:

100%

Spec Reference:

Description

In BTSs with multiple TRX (and we are working with 8TRX now!) it can be relatively difficult to analyze Abis protocol traces. There are many RSL-over-IPA connections in parallel, and there is nothing in the IPA or RSL message indicating which TRX the message relates to.

In E1 based BTSs this is easier, as there is one LAPD datalink for each TRX, and typically the TEI of that data link (present in every LAPD header) corresponds to the TRX.

How do we solve this in Abis/IP?

We could in theory extend the IPA protocol by either
  1. using a new IPA_OSMO_EXT sub-multiplex which then adds a 1-byte header that we can use to indicate the TRX number
  2. use 0..7 in the 'protocol' field of the IPA header as RSL, not just '0x00'
  3. use a fixed source port number on the BTS side, like, 4000+trx_number
  • The TCP port number based method is a hack but remains 100% compatible to Abis/IP as we know it
  • Using a new Osmocom sub-multiplex completely deviates from Abis/IP as we know it (and enlarges all messages)
  • Using stream identifiers 1..n instead of the fixed 0x00 seems like the best compromise to me:
    • OsmoBSC can support both the old RSL dialect and the new one in parallel. We simply treat 0..7 the same as 0.
    • OsmoBTS could have a vty config option (enabled by default) if somebody needs backwards compatibility with the old version. Most existing OsmoBTS users have single-TRX setups so they wouldn't even see any difference.

What do you guys think?

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)