change release version to 2.0.10
[ric-plt/e2mgr.git] / E2Manager / rmrCgo / rmrCgoApi_test.go
index 59fd93f..f675b5a 100644 (file)
 // 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 rmrCgo
 
@@ -114,7 +117,7 @@ func TestIsReadyFailure(t *testing.T) {
 //     }
 //     msg := NewMBuf(1, tests.MaxMsgSize, &tests.DummyPayload, &tests.DummyXAction)
 //     log.Debugf("#rmrCgoApi_test.TestSendRecvMsgSuccess - Going to send the message: %#v\n", msg)
-//     msgR, _ := (*msgr).SendMsg(msg, tests.MaxMsgSize)
+//     msgR, _ := (*msgr).SendMsg(msg)
 //     log.Debugf("#rmrCgoApi_test.TestSendRecvMsgSuccess - The message has been sent %#v\n", msgR)
 //     log.Debugf("#rmrCgoApi_test.TestSendRecvMsgSuccess - The payload: %#v\n", msgR.Payload)
 //     msgR = (*msgr).RecvMsg()