You are probably mistaking the BCC and the BSIC.
BSIC = 1 => NCC = 0, BCC = 1
…
BSIC = 7 => NCC = 0, BCC = 7
BSIC = 8 => NCC = 1, BCC = 0
BSIC = 9 => NCC = 1, BCC = 1
As said before, you can’t exceed 7, because it is coded in one byte.
If this operator found a way to code 9 values within one Byte, then they are the next Einsteins.
the value of bsic in motorola is in octal thats why u are getting such value we are also using moto in our nw here and we have similar values, 39 bsic means ncc=4, bcc=7
I think the values in motorola are rather in decimal, not octal. You can’t have 39 in octal.
Normal BSIC values are in octal, but in your case, it seems they’re converted to decimal.
To convert the decimal to octal, you can use the excel formula DEC2OCT.
Eg, if your BSIC is 39, you can convert it to the normal basic by typing: =DEC2OCT(39).