Skip to content

BugFix "PDCP: Handle sdap header."

Ajit Singh requested to merge 740-pdcp-handle-sdap-header into develop

Closes #740 (closed)

Enable SDAP by adding enable_sdap = 1 to the gNB config file.

Way to reproduce: Start the Core. Start the gNB. Attach a UE . Ping the oai-ext-dn IP address from the UE. Ping fails.Ping the UE from oai-ext-dn. Ping fails.

Proposed bug fix - Passing only data for ciphering by omitting sdap header both in the UL and DL Legs.

Edited by Ajit Singh

Merge request reports