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=197657e0e814c871b903ef779ad654b13347e430;hp=e533582930cf6434399ae93dd12c1a2ad30ff58c;hpb=372a275602ae05da22130a4601709291c7fbbaa6;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"` +}