commit | 2ba43a8a5d2ec586dd87bab27b24ecf4d04de85b | [log] [tgz] |
---|---|---|
author | czichy <thoralf.czichy@nokia.com> | Thu Aug 05 14:05:43 2021 +0300 |
committer | czichy <thoralf.czichy@nokia.com> | Thu Aug 05 14:05:43 2021 +0300 |
tree | cf67863f575d76e41f7193eef4d1d6d1af21c166 | |
parent | 75be9598379b062a2d56e925e0b33e858be387a7 [diff] |
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
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.
├── src │ ├── e2ap // E2AP v1.0 message structure │ └── wrapper // E2AP message encoding and decoding
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