commit | 75be9598379b062a2d56e925e0b33e858be387a7 | [log] [tgz] |
---|---|---|
author | subhash kumar singh <subh.singh@samsung.com> | Wed Jun 02 14:17:51 2021 +0530 |
committer | subhash kumar singh <subh.singh@samsung.com> | Fri Jun 04 18:18:39 2021 +0530 |
tree | 03f2a3de1db73664d283df012e9ae1ceab8fe324 | |
parent | 43b6c8dbff6f6b1cefb035e9024df300bc32e51e [diff] |
Release current package from staging (v1.1.0) This change triggers the CI job to release the current package. Issue-ID: RIC-773 Change-Id: I1190def0f7dff760c843c5e02440aa8fcf07273d Signed-off-by: subhash kumar singh <subh.singh@samsung.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