Merge "[RIC-435] DevOps: Create Simulator on K8S"
[ric-plt/e2mgr.git] / E2Manager / models / e2_term_init_payload.go
index e533582..a1b5616 100644 (file)
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
+
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
+
 package models
 
 type E2TermInitPayload struct {
-       Address string     `json:"address"`
-       Fqdn string     `json:"fqdn"`
-}
\ No newline at end of file
+       Address string `json:"address"`
+       Fqdn    string `json:"fqdn"`
+       PodName string `json:"pod_name"`
+}