X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FREADME;h=87b9e5ae84456de98589938d2cd28a3e93ce173e;hb=116d0f5b6c5b1a396fed835c714a5d568c264cc5;hp=420b935feed0fb6c796d25495b4447af5128374c;hpb=fd9cc7a5b3355146388ebdf4d558cb284c66c5f1;p=ric-plt%2Flib%2Frmr.git diff --git a/src/README b/src/README index 420b935..87b9e5a 100644 --- a/src/README +++ b/src/README @@ -1,13 +1,6 @@ -Top level source directory. Each subdirectory contains specific code -which supports the indicated transport mechanism. The common subdirectory -contains modules which are transport mechanism agnostic. +Top level source directory. + Subdirectories are: + rmr -- main RMr code + bindings -- various language bindings (wrappers) -Each sub directory should contain the following directories: - src - Actual C source modules - include - Header files - test - Unit test code and scripts to drive when necessary - -Also at this level in the file tree, a test directory contains code -which supports all of the specific unit test code in each of the other -three directories.