Sample message for e2node config update resp 43/8343/1
authorsubhash kumar singh <subh.singh@samsung.com>
Wed, 18 May 2022 18:44:45 +0000 (18:44 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Wed, 18 May 2022 18:53:55 +0000 (18:53 +0000)
Sample message for e2node config update response as per e2apv2.0.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I86bb4400f0453ba2b8715c589cb4dc8abc1a1878

e2sim/sample-messages/e2ap-2.0/sample-e2node-config-update-response.xml [new file with mode: 0644]

diff --git a/e2sim/sample-messages/e2ap-2.0/sample-e2node-config-update-response.xml b/e2sim/sample-messages/e2ap-2.0/sample-e2node-config-update-response.xml
new file mode 100644 (file)
index 0000000..4fdc61f
--- /dev/null
@@ -0,0 +1,44 @@
+<E2AP-PDU>
+    <successfulOutcome>
+        <procedureCode>10</procedureCode>
+        <criticality><reject/></criticality>
+        <value>
+            <E2nodeConfigurationUpdateAcknowledge>
+                <protocolIEs>
+                    <E2nodeConfigurationUpdateAcknowledge-IEs>
+                        <id>49</id>
+                        <criticality><reject/></criticality>
+                        <value>
+                            <TransactionID>1</TransactionID>
+                        </value>
+                    </E2nodeConfigurationUpdateAcknowledge-IEs>
+                    <E2nodeConfigurationUpdateAcknowledge-IEs>
+                        <id>52</id>
+                        <criticality><reject/></criticality>
+                        <value>
+                            <E2nodeComponentConfigAdditionAck-List>
+                                <ProtocolIE-SingleContainer>
+                                    <id>53</id>
+                                    <criticality><reject/></criticality>
+                                    <value>
+                                        <E2nodeComponentConfigAdditionAck-Item>
+                                            <e2nodeComponentInterfaceType><ng/></e2nodeComponentInterfaceType>
+                                            <e2nodeComponentID>
+                                                <e2nodeComponentInterfaceTypeNG>
+                                                    <amf-name>nginterf</amf-name>
+                                                </e2nodeComponentInterfaceTypeNG>
+                                            </e2nodeComponentID>
+                                            <e2nodeComponentConfigurationAck>
+                                                <updateOutcome><success/></updateOutcome>
+                                            </e2nodeComponentConfigurationAck>
+                                        </E2nodeComponentConfigAdditionAck-Item>
+                                    </value>
+                                </ProtocolIE-SingleContainer>
+                            </E2nodeComponentConfigAdditionAck-List>
+                        </value>
+                    </E2nodeConfigurationUpdateAcknowledge-IEs>
+                </protocolIEs>
+            </E2nodeConfigurationUpdateAcknowledge>
+        </value>
+    </successfulOutcome>
+</E2AP-PDU>
\ No newline at end of file