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
lib: pdn: Fix handling of APN rate control and malformed +CGEV
+CGEV: APNRATECTRL STAT can also have status 2, which means that
no APN rate control is configured for the CID. Fixed the
implementation to map this to PDN_EVENT_APN_RATE_CONTROL_OFF event
instead of PDN_EVENT_APN_RATE_CONTROL_ON.
Fixed handling of malformed +CGEV notifications where the CID can
not be parsed. Earlier these caused the malformed event to be sent
for all PDNs. Only PDN_EVENT_NETWORK_DETACH is intended to be sent
for all PDNs, because the AT notification does not contain a CID
and it affects all PDNs.
Signed-off-by: Tommi Kangas <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -688,6 +688,13 @@ Modem libraries
688
688
* Added the :c:func:`nrf_modem_lib_trace_peek_at` function to the :c:struct:`nrf_modem_lib_trace_backend` interface to peek trace data at a byte offset without consuming it.
689
689
Support for this API has been added to the flash trace backend.
690
690
691
+
* :ref:`pdn_readme` library:
692
+
693
+
* Fixed:
694
+
695
+
* An issue where wrong APN rate control event was sent.
696
+
* An issue where a malformed +CGEV notification was not handled correctly.
0 commit comments