Re: [Openlte-discuss] PLMN ID pack/unpack bug
An open source 3GPP LTE implementation.
Status: Alpha
Brought to you by:
bwojtowi
|
From: Ben W. <bwo...@gm...> - 2015-12-23 22:12:18
|
Paul, This is currently correct as written. The values passed into and out of liblte_rrc are pre-packed hex values. This allows for a simple pack/unpack of 12 bits for mcc and 12 or 8 bits for mnc. However, it is awfully confusing (even for me!) and it deserves another pass to make things more immediately understandable. I'll try to address this in an upcoming release. Thanks, Ben On Mon, Dec 14, 2015 at 2:14 AM, Paul Sutton <pa...@so...> wrote: > There's a bug in how the PLMN ID is currently packed/unpacked in > liblte_rrc.cc. The current version treats mcc & mnc as single 8/12-bit > integers, rather than 2/3 packed 4-bit integers. I've attached corrected > versions here. > > Regards, > Paul > > -- > ________________________________________________________________ > Paul Sutton Ph.D. > > Software Radio Systems (SRS) > http://www.softwareradiosystems.com > > +353-87-9813473 | pa...@so... > > PGP Key ID: 3B4A5292 > Fingerprint: B0AC 19C9 B228 A6EB 86E1 82B2 90C7 EC95 3B4A 5292 > ________________________________________________________________ > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Openlte-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openlte-discuss > > |