ePCO and LEGACY PCO considerations

Hello,

we recently deployed a device in a network which does not support ePCO (we discovered this by trial and error).

As a consequence, we had to disable ePCO by setting the flag:

CONFIG_PDN_LEGACY_PCO = y

to make the device work correctly.

In general, we don't want to deploy dedicated builds, because they are very hard to mantain.

So the question is: what is the advantage of ePCO? Can't we just disable it on all devices? What would we lose?

Thanks,

Marco

Parents Reply Children
  • I don't think you are loosing any other information.

    Unfortunately, I am not able to test this myself.

    To check, you can use the trace collector v2 or cellular monitor from nRF Connect for Desktop to capture a (pcap) modem trace, and then compare the PCO and ePCO parts. Look in the ESM message container in the Attach accept packet, and you should be able to find it. Remember that PCO is short for Protocol Configuration Options.

Related