X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frco%2FREADME.md;h=3ba74b60e0faec5841be36b3c8d25c0fd0fbf08d;hb=fbc56f981b7bd3387f7326401ceccbf31893a2ed;hp=07910a20fe2ae786e0bade65cd2dda6257200528;hpb=303e57cbddf5d0d5e77e2bf7ec60643fcf525419;p=ric-plt%2Fsubmgr.git diff --git a/test/rco/README.md b/test/rco/README.md index 07910a2..3ba74b6 100644 --- a/test/rco/README.md +++ b/test/rco/README.md @@ -1,7 +1,14 @@ -# RCO Test xApp Instance -Base project: https://gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp -## General Description -__RCO__ is an xApp instance which has following behaviors -* sends one RMR message periodically in every 2 second. -* alternately sends Subscription Request (12010) and other (10000) type of messages - +# RCO Test xApp Instance +Base project: https://gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp +## General Description +__RCO__ is an xApp instance which has following behaviors +* sends valid SUB_REQ RMR message periodically in every 2 second. +* sends invalid message (10000) message in every 14 second +* sends subscription requsts (12010) with malformed payload in every 14 seconds +* receives RMR messages and emmits log on it's standard output +* default initial sequence number is `12345`. Set `RCO_SEED_SN` environment variable to override +* Set `RCO_RAWDATA` to override default encoded payload (use hex dump format) + + + +