IMSI Not Showing full value

We are using LTE for fixed wireless and do not need the privacy required by LTE to hide the customers IMSI.

InternetGatewayDevice.DeviceInfo.X_ATP_Informations.imsi,false,1580716525590,false,1580716525590,"30242511111****",xsd:string,1580716216359

Is it possible to have it return the whole IMSI or modify a file somewhere to allow the whole IMSI?

Thanks!

GenieACS isn’t obscuring the last 4 values (unless you wrote a custom extension to do so). This is being done by the CPE. To verify this, add

"DEBUG-<acs_id>": true

To your genieacs/config/config.json file and restart the CWMP process. Then refresh the value and look in genieacs/debug/<acs_id>.dump. You will find the CPE is sending the value back with the asterisks.

-dan

I am using version 1.2.0 beta. Where about do I add that line? The enviroment file seems to be the only config I have from the docs.

In 1.2 you don’t add it to the config. There should be a place in the GUI to add that line, but I’m not sure as I’m still on 1.1

Thank you! I was able to confirm that the CPE was in-fact hiding the last 4 digits of the IMSI.

anybody knows if it’s possible to enable debugging for a single device in v1.2 ? I tried all I could think of but it’s ignoring the line:
Ignoring invalid environment assignment 'DEBUG_…
Ignoring invalid environment assignment 'DEBUG-…
Ignoring invalid environment assignment 'GENIEACS_DEBUG_…
Ignoring invalid environment assignment 'GENIEACS_DEBUG-…

Please create your own thread instead of resurrecting one.