X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricxappframe%2Frmr%2Frmr.py;fp=ricxappframe%2Frmr%2Frmr.py;h=d9519e53f01ad901573f134531e9d57c5a19d934;hb=a03c517f024363d54865cf75f8e566bb446decf5;hp=34c6b00b7e1e766df158c016fa6caf46f9aac3fa;hpb=1e92812fca9164e9ccd7e884f36e2411f6b013e1;p=ric-plt%2Fxapp-frame-py.git diff --git a/ricxappframe/rmr/rmr.py b/ricxappframe/rmr/rmr.py index 34c6b00..d9519e5 100644 --- a/ricxappframe/rmr/rmr.py +++ b/ricxappframe/rmr/rmr.py @@ -720,7 +720,8 @@ def rmr_wh_open(vctx: c_void_p, target: c_char_p) -> c_int: vctx: ctypes c_void_p Pointer to RMR context target: str - name/IP and port combination of the target process; e.g., "localhost:6123" + Pointer to bytes built from the target process host name and port number + as a string; e.g., b'localhost:4550' Returns -------