Commit
4b914afb2170a7ee9886f830a74ef6f4077beedd
by laforge
s1ap_proxy_test: do more s1ap_proxy:fetch_erab/2
Just like we do in test_e_rab_setup[_dup], let's test fetching E-RAB info by UID in test_initial_context_setup[_dup] for the sake of completeness and consistency.
Commit
58649f76636af6ced17b803b332b1d467868b6c5
by laforge
sctp_proxy: return handler Pid in fetch_info/0
Instead of returning the E-RAB list, give the caller access to the associated s1ap_proxy process by returning its Pid. This allows the caller to use API provided by the s1ap_proxy directly.
Commit
35ddc4a32f1af012a1f605d3917b32a7ef23ae8f
by laforge
s1ap_proxy: Handle "E-RABs Failed to Setup List" IE
The HANDOVER REQUEST ACKNOWLEDGE PDU may contain an optional IE with the list of E-RABs that the eNB failed to setup. The S1GW needs to handle this list and terminate the respective E-RAB FSMs.
Change-Id: I207094fd0019d10a61a5566c649ded1f98a41967 Related: 05b55609 ("s1ap_proxy: Add support for S1 HANDOVER procedure") Related: SYS#7309