Re: [Openlte-discuss] sys_info mcc and mnc conversion error
An open source 3GPP LTE implementation.
Status: Alpha
Brought to you by:
bwojtowi
|
From: Ben W. <bwo...@gm...> - 2015-08-16 00:30:51
|
Mikhail, Great find! I will fix this in the next release. Thanks, Ben On Wed, Aug 12, 2015 at 4:42 AM, Mikhail Gudkov <gm...@gm...> wrote: > File LTE_fdd_enb_cnfg_db on lines 542, 555 and 561 contains conversion > error. Operator "|=" need to be changed to "+=", because it decimal digit, > not hex. > > sys_info.mcc += (((*uint32_iter).second) >> (2-i)*4) & 0xF; > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Openlte-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openlte-discuss > > |