Model for E2nodeConfigurationUpdate message 36/8136/1
authorsubhash kumar singh <subh.singh@samsung.com>
Mon, 2 May 2022 11:47:16 +0000 (11:47 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Mon, 2 May 2022 13:43:07 +0000 (19:13 +0530)
commite5f9d7a7ac49f7b2f90bd1b1f1a48cb8970c0994
treeb8985645fd5f9284c289f3843d479fd8659271ac
parent6129d47fc136b2947ac6aea0571a806d057c6d57
Model for E2nodeConfigurationUpdate message

Model for E2nodeConfigurationUpdate message has been implemented
to parse the xml message received from e2-node.

Note: Currently we treated compnent ID for Xn and X2 interface as
string which need to be further expanded.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Ife81dbb2ede49d0a63ce38725287cad7f342ef54
E2Manager/models/e2_node_configuration_update.go [new file with mode: 0644]
E2Manager/models/e2_node_configuration_update_test.go [new file with mode: 0644]
E2Manager/tests/resources/configurationUpdate/e2NodeConfigurationUpdate.xml [new file with mode: 0644]
E2Manager/tests/resources/configurationUpdate/e2NodeConfigurationUpdateOnlyAddition.xml [new file with mode: 0644]