PdpErrCause 33: Requested service option not subscribed | Telit Cinterion IoT Developer Community
September 21, 2016 - 3:28pm, 4950 views
Hello!
A customer of ours tries to get EHS5T-RS485 running. He resides in France and has an "Orange M2M" SIM card. The Java firmware is logging BearerControlListenerEx events:
- APN=orange.m2m state=2 err=0
- APN=orange.m2m state=1 err=33
- APN=orange.m2m state=2 err=0
From the javadoc of the BearerControlListenerEx I can see, that err=33 means "Requested service option not subscribed".
What does this mean in plain english, and how can we solve this issue?
BR Helmut
Hello,
This looks like there would be no data transmission subscription for the SIM card or the APN name is not correct. You could also try to configure the context with AT+CGDCONT command and try to activate it with AT+CGACT command and then check if it was activated or not.
Regards,
Bartłomiej
Thanks for your advice.
In fact, the APN name was incorrect.
Best Regards,
Helmut