X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tools%2Fxappmock%2Fmodels%2Fjson_command.go;h=6ebd7310598b55669a213db95b727a3ae7f05562;hb=78d25790b63bd8de394108e6d0211a671ea960c8;hp=beccbb2e2fd38cfe672b1745834ef5e479361b7f;hpb=bcb124908ffd1de0c00868838bbac733b881fcb2;p=ric-plt%2Fe2mgr.git diff --git a/tools/xappmock/models/json_command.go b/tools/xappmock/models/json_command.go index beccbb2..6ebd731 100644 --- a/tools/xappmock/models/json_command.go +++ b/tools/xappmock/models/json_command.go @@ -18,18 +18,18 @@ 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 }