The Cell-ID is obvisously wrong, according to TS 127.007:
+C5GREG: <n>,<stat>[,[<tac>],[<ci>],[<AcT>]
,[<Allowed_NSSAI_length>],[<Allowed_NSSAI>]
[,<cause_type>,<reject_cause>]]
...
<tac>: string type; three byte tracking area code in hexadecimal format (e.g. "0000C3" equals 195 in decimal).
<ci>: string type; five byte NR cell ID in hexadecimal format
It is also inconsistent with !NRINFO and !GSTATUS? output:
!GSTATUS:
Current Time: 100327 Temperature: 34
Thermal Mitigation Level: 0
Reset Counter: 1 Mode: ONLINE
System mode: NR5G PS state: Attached
IMS reg state: NOT REGISTERED IMS mode: Normal
IMS Srv State: NO SMS,NO VoIP
NR5G TAC: 007d0c NR5G Cell ID: 880
...
Reading the report again, it might not be obvious what is expected:
Missing leading zeros in +C5GREG output. TS 127.007 specifically mentions “string type; 3 byte … in hexadecimal format (e.g. “0000C3” equals 195 in decimal)”. In contrast, the “Allowed_NSSAI” has just “string type in hexadecimal format”, i.e. no length specified.
Apparently completely wrong value for “Cell ID”. For ENDC and older standards, the value was e.g. “Cell ID: 01e57310 (31814416)” and matched the +C*REG output.
(1.) is just an inconvenience. (2.) is a significant problem.