srsran / srsRAN_Project

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project
https://www.srsran.com
GNU Affero General Public License v3.0
523 stars 178 forks source link

The octet string PLMN Identity is a not a string but rather a BCD, TS 3GPP TS 38.413 9.3.3.5, page 132, referenced by ORAN.WG3.E2SM-RC-v01.03 #925

Closed mirazabal closed 1 week ago

mirazabal commented 1 week ago

The RC SM 1.03 seems to incorrectly parse the PLMN Identity as a string, while the standard specifies BCD, AFAIU.

pgawlowicz commented 1 week ago

@mirazabal Thank you for the contribution. However, the issue was already fixed and will be available in the next project version.

mirazabal commented 1 week ago

@pgawlowicz May I ask when the next version will be available? I would also suggest looking a bit more deeply, as the RC SM does not consider different values e.g., SD, ST when slicing.

pgawlowicz commented 1 week ago

@mirazabal The new version is available on the test branch.

Here is the commit that fixed PLMN decoding: https://github.com/srsran/srsRAN_Project/commit/91d4a95987e28d57d969f22e527e9894a6fc95e8

mirazabal commented 1 week ago

Thanks!