You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My generic class also has an implementation of the CGDCONT command, but at some point, the above function is invoked and uses the global pdp struct from the ESP library.
Is there any way for me to set this PDP value? Because the protocol_type value is fixed to "IP" within the struct. And I want to change it to support IPV6.
Also, is there any other configuration I should do to accept IPV6?
Thanks
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
Hello,
I use the esp-modem library to create a class for a generic DCE modem.
The function present in
esp_modem_command_library
uses the global PDP context.My generic class also has an implementation of the
CGDCONT
command, but at some point, the above function is invoked and uses the global pdp struct from the ESP library.Is there any way for me to set this PDP value? Because the
protocol_type
value is fixed to"IP"
within the struct. And I want to change it to support IPV6.Also, is there any other configuration I should do to accept IPV6?
Thanks
The text was updated successfully, but these errors were encountered: