Refactor SCTP Association Response Handling and E1 connection loss at CU-UP
- Refactor SCTP Association Response Handling
- Unified function for both CU-CP and CU-UP handling
- CU-CP: Notifies RRC of E1 connection loss with CU-UP
- CU-UP: Initiates a new SCTP association request to regain E1 connection
- this fix will prevent issue #878 (closed) from happening
- Send list of PDU Session Resources to Failed Setup in the (PDU Session Resource/Initial Context) Setup Response
- depending on different failure scenarios
- e.g. (#878 (closed)) when No CU-UP is associated and still the CU-CP receives a PDU Session Setup Request
- add relevant functions to handle NGAP Setup Response messages with failed list of items
- this is an extra failure handling to make #878 (closed) is handled if it ever happens again
- NGAP Cause Refactoring
- Refactor struct for NGAP cause group and value
- Add extended radio network cause enumeration values
- Refactor redundant code into a new NGAP cause encoding function
- Minor logging, function descriptions improvements
Closes #878 (closed)
Edited by Guido Casati