osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37105?usp=email )
Change subject: s1ap_proxy: add TODOs for PDUs also containing TLA
......................................................................
s1ap_proxy: add TODOs for PDUs also containing TLA
Change-Id: I1d420481cf78c75c2b7a7a3df5ffb1af1ba9aaa0
---
M src/s1ap_proxy.erl
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/05/37105/1
diff --git a/src/s1ap_proxy.erl b/src/s1ap_proxy.erl
index 82e4039..d50d765 100644
--- a/src/s1ap_proxy.erl
+++ b/src/s1ap_proxy.erl
@@ -111,6 +111,8 @@
NewContent = Content#'E-RABSetupResponse'{protocolIEs = IEs},
handle_pdu_new(Data, {Outcome, Pdu#'SuccessfulOutcome'{value =
NewContent}});
+%% TODO: 9.1.3.3 E-RAB MODIFY REQUEST / (Optional) Transport Information
+
%% 9.1.3.8 E-RAB MODIFICATION INDICATION
handle_pdu(Data, {Outcome = initiatingMessage,
#'InitiatingMessage'{procedureCode =
?'id-E-RABModificationIndication',
@@ -144,6 +146,13 @@
NewContent = Content#'InitialContextSetupResponse'{protocolIEs = IEs},
handle_pdu_new(Data, {Outcome, Pdu#'SuccessfulOutcome'{value =
NewContent}});
+%% TODO: 9.1.5.2 HANDOVER COMMAND :: (O) UL/DL Transport Layer Address
+%% TODO: 9.1.5.4 HANDOVER REQUEST :: (M) Transport Layer Address
+%% TODO: 9.1.5.5 HANDOVER REQUEST ACKNOWLEDGE :: (M) Transport Layer Address,
+%% (O) UL/DL Transport Layer Address
+%% TODO: 9.1.5.8 PATH SWITCH REQUEST :: (M) Transport Layer Address
+%% TODO: 9.1.5.9 PATH SWITCH REQUEST ACKNOWLEDGE :: (M) Transport Layer Address
+
%% Proxy all other messages unmodified
handle_pdu(Data, _Pdu) ->
Data.
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37105?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I1d420481cf78c75c2b7a7a3df5ffb1af1ba9aaa0
Gerrit-Change-Number: 37105
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange