X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fe2pdus%2Fx2_reset_response_test.go;h=e91c7b1c61ece12b63e1c2896d5f8af84af48dbd;hb=0fb24ff00209041b316352327e2c73b699943131;hp=24635020ade28f175a4060b17d5810929ed1c745;hpb=79fa3a3a2b555c8b43792f9a3ae6128ddedd75a2;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/e2pdus/x2_reset_response_test.go b/E2Manager/e2pdus/x2_reset_response_test.go index 2463502..e91c7b1 100644 --- a/E2Manager/e2pdus/x2_reset_response_test.go +++ b/E2Manager/e2pdus/x2_reset_response_test.go @@ -1,5 +1,4 @@ -/******************************************************************************* - * +/* * Copyright (c) 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,8 +12,13 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * 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 e2pdus import ( @@ -53,7 +57,7 @@ func TestPrepareX2ResetResponsePDUFailure(t *testing.T) { t.Errorf("want: error, got: success.\n") } - expected:= "#reset_response.prepareX2ResetResponsePDU - failed to build and pack the reset response message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big" + expected:= "#x2_reset_response.prepareX2ResetResponsePDU - failed to build and pack the reset response message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big" if !strings.Contains(err.Error(), expected) { t.Errorf("want :[%s], got: [%s]\n", expected, err) }