X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fmodels%2Fe2_term_init_payload.go;h=a1b5616b59db72d931a3d902a7921b8f41d10d01;hb=b3805a9d29e2c7f6f14e3fedfa1ba504f734eea9;hp=e533582930cf6434399ae93dd12c1a2ad30ff58c;hpb=efcb4528362460aa2249d319c9752b63bb720fe2;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/models/e2_term_init_payload.go b/E2Manager/models/e2_term_init_payload.go index e533582..a1b5616 100644 --- a/E2Manager/models/e2_term_init_payload.go +++ b/E2Manager/models/e2_term_init_payload.go @@ -14,9 +14,14 @@ // 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"` +}