Hello,
Would you know where can I find documentation on what the Data Connection errors mean, such as those visible in the picture below?
Thank you,
Best regards,
Ben
Hello,
Would you know where can I find documentation on what the Data Connection errors mean, such as those visible in the picture below?
Thank you,
Best regards,
Ben
I only know the last two parameters:
3 - Call Manager
2001 - NO SERVICE
Hi @jyijyi ,
Thanks, however I’m not sure to understand how to interpret the codes actually being returned:
Am I missing something?
Apologies, didn’t see the edit to your message.
Is there a place for me to check those codes?
you don’t have that source code pa_mdc_qmi.c as it is not for public
Ok
Would it be possible to just get the mapping of the possible error codes though (without access to the entire file)?
maybe this qaGobiApiTableCallEndReasons.h can help:
Hello,
I am now seeing error 2504, do you know what error it means?
Thank you
it means " INVALID SIM STATE"
Have you checked AT+CPIN? and AT+CGREG?
BTW, did you download the Linux QMI SDK to check?
Hello,
I’ve downloaded the documentation now and can see the error codes, thank you.
Hello,
I’ve just observed the following error
Data connection failure Verbose Call End provided Type 3, Verbose 1110
It is not documented in the qaGobiApiTableCallEndReasons.h file, would you be able to retrieve the code?
it seems to be EMM problem
Thanks, do you have any more details please?
I’m not sure to see what it means
no, i don’t have more detail, it is network stuff problem
Hello,
I am sometimes encountering the following error codes when attempting to connect to a network:
disconnection_code: 2
disconnection_reason: 14
failure_code: 0
failure_type: 0
I think that disconnection_code: 2
means Internal Call End Reasons
according to this document: Platform specific error codes - Legato Docs
Would you have a solution on how to understand this error code and potential ways to connect successfully when it happens please?
what does the “disconnection_reason: 14” mean?
Is it a hex value?
I cannot find anything related in
Those values were obtained with the following, sorry I should have precised:
disconnection_code: le_mdc_GetPlatformSpecificDisconnectionCode
disconnection_reason: le_mdc_GetDisconnectionReason
failure_code: le_mdc_GetPlatformSpecificFailureConnectionReason
failure_type: le_mdc_GetPlatformSpecificFailureConnectionReason
still there is no such thing for “disconnection_reason: 14”
I know, yet that’s what le_mdc_GetDisconnectionReason is returning
here says
LE_MDC_DISC_REGULAR_DEACTIVATION = 14
Is there any detail on how to interpret it?