commit | 7f7b01274aae4721e8fdeeb766ce441d76c13009 | [log] [tgz] |
---|---|---|
author | Abdulwahid W <abdulwahid.w@nokia.com> | Tue Apr 30 18:41:25 2024 +0530 |
committer | Abdulwahid W <abdulwahid.w@nokia.com> | Tue Apr 30 18:41:25 2024 +0530 |
tree | 0d7f77ddb03fe05278ab8a9baf0d470f0ef70c3a | |
parent | 029ebe886fdbcf07e3e513add9737f607c9cf94e [diff] |
RIC:1060: Change in PTL Change-Id: I76a25ea5c667157b154a1979b704a7f13ad34fcc Signed-off-by: Abdulwahid W <abdulwahid.w@nokia.com>
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