Ue Id was getting printed multiple times after receiving PDN Connection/Disconnection response as there were duplicate entries of the ue id in the ueIdList maintained at fwCb. Added a fix to clear the ue entry after processing the response
Old fix for CM_ESM_MAX_BEARER_ID supported was overwritten during one of the merges. Added the fix back.
Test plan
Verified S1 SIM sanity
Verified test_attach_detach_secondary_pdn_with_pcscf_address.py and test_attach_detach_with_pcscf_address.py TCs
Title
Fixed printing of ue id multiple times
Summary
This PR has the following fixes:
Test plan