X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_str2meid.3.xfm;h=c646c288a9c75072c09c06d45b18e2add934c9ba;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=5d336b6cd1e9859ba7bc9ad72de41a2f556bcb93;hpb=392168d467d7949f391602f53f9fd62d2a64d12b;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_str2meid.3.xfm b/doc/src/man/rmr_str2meid.3.xfm index 5d336b6..c646c28 100644 --- a/doc/src/man/rmr_str2meid.3.xfm +++ b/doc/src/man/rmr_str2meid.3.xfm @@ -45,10 +45,10 @@ int rmr_str2meid( rmr_mbuf_t* mbuf, unsigned char* src, int len ) &h2(DESCRIPTION) The &cw(rmr_str2meid) function will copy the string pointed to by src to the -managed equipment ID (meid) field in the given message. +managed entity ID (meid) field in the given message. The field is a fixed length, gated by the constant &cw(RMR_MAX_MEID) and if string length is larger than this value, then &bold(nothing) will be copied. (Note, this differs slightly from the -behaviour of the &cw( lrmr_bytes2meid() ) function.) +behaviour of the &cw(lrmr_bytes2meid()) function.) &h2(RETURN VALUE) On success, the value RMR_OK is returned.