X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcr%2FREADME.md;h=e93fd1be1042edaf94ab9b2cb450460742dc2ce5;hb=2f3e40b4e4786b84cb70848fcdcfadd040ffda4a;hp=a745529d9592255df159d2f60aaff117ebb512c5;hpb=2918bef3d237c99e6cf7e9c1ab1722781128617b;p=nonrtric.git diff --git a/test/cr/README.md b/test/cr/README.md index a745529d..e93fd1be 100644 --- a/test/cr/README.md +++ b/test/cr/README.md @@ -23,12 +23,12 @@ The control interface can be used by any test script. The following REST operations are available: >Send a message to CR
-This method puts a request message from A1PMS to notify that sychronization between A1PMS and certain RIC happens.
+This method puts a request message from A1PMS to notify that synchronization between A1PMS and certain RIC happens.
```URI and payload, (PUT or POST): /callbacks/ ```
```response: OK 200 or 500 for other errors``` >Fetch one message for an id from CR
-This method fetches the oldes message for an id, and removes the message.
+This method fetches the oldest message for an id, and removes the message.
```URI and payload, (GET): /get-event/```
```response: 200 or 500 for other errors``` @@ -37,7 +37,7 @@ This method fetches all message in an array for an id, and removes all messages. ```URI and payload, (GET): /get-all-events/```
```response: 200 or 500 for other errors``` ->Dump all currently wating callback messages in CR
+>Dump all currently waiting callback messages in CR
This method fetches all message in an array for an id. Messages are left intact in the CR.
```URI and payload, (GET): /db```
```response: 200``` @@ -67,7 +67,7 @@ file "key.crt" is the key file file "generate_cert_and_key.sh" is a shell script to generate certificate and key file "pass" stores the password when you run the shell script -This certificates/key can be overriden by mounting a volume when using "docker run" or "docker-compose" +This certificates/key can be overridden by mounting a volume when using "docker run" or "docker-compose" In 'docker run', use field:
>```-v "$PWD/certificate:/usr/src/app/cert"```