Committer change as per new process

Subhash and Naman have been working on E2 manager earlier. For the
upcoming change related to E2APv1.1 it makes sense if they have
also committer rights for libe2ap

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1f827a9e7bcf342f4fc45d045298bb71dfbb0adf
1 file changed
tree: cf67863f575d76e41f7193eef4d1d6d1af21c166
  1. doc/
  2. docs/
  3. releases/
  4. src/
  5. test/
  6. .gitignore
  7. .gitreview
  8. .readthedocs.yaml
  9. CHANGES.txt
  10. CMakeLists.txt
  11. CONTENTS
  12. INFO.yaml
  13. LICENSE.txt
  14. README.md
  15. rmr-version.yaml
  16. tox.ini
README.md

LIBE2AP

Table of contents

Introduction

This repo contains code that is generated from ASN1 descriptions as well as CMake bits that allow it to be used as a submodule to other projects.

Project folder structure

├── src
│   ├── e2ap        // E2AP v1.0 message structure
│   └── wrapper     // E2AP message encoding and decoding

Installation guide

Compiling code

Use cmake and then make to build code from project root.

$ cmake .
+++ riclibe2ap library install target directory: lib
+++ mmp version from tag: '1;0;0'
+++ pkg name: riclibe2ap-rotten_1.0.0_amd64.deb
### make package will generate only deb package; cannot find support to generate rpm packages
+++ profiling is off
-- Configuring done
-- Generating done
-- Build files have been written to: <path>/libe2ap

Use make to generate shared library (.so).

$ sudo make 

Use make to install shared library (.so).

$ sudo make install