[RICPLT-2585 / RICPLT-1528] Fix E2TermInit payload / xAppMock fixes
[ric-plt/e2mgr.git] / tools / xappmock / models / json_command.go
index beccbb2..6ebd731 100644 (file)
 package models
 
 type JsonCommand struct {
-       Id                    string
-       SendRmrMessageType    string
-       TransactionId         string
-       RanName               string
-       Meid                  string
-       RanIp                 string
-       RanPort               int
-       PayloadHeader         string
-       PackedPayload         string
-       Payload               string
-       Action                string
-       ReceiveRmrMessageType string
-       RepeatCount           int
-       RepeatDelayInMs       int
+       Id               string
+       RmrMessageType   string
+       SendCommandId    string
+       ReceiveCommandId string
+       TransactionId    string
+       RanName          string
+       RanIp            string
+       RanPort          int
+       PayloadHeader    string
+       PackedPayload    string
+       Payload          string
+       Action           string
+       RepeatCount      int
+       RepeatDelayInMs  int
 }