commit | 029ebe886fdbcf07e3e513add9737f607c9cf94e | [log] [tgz] |
---|---|---|
author | Anil Belur <abelur@linuxfoundation.org> | Sat Dec 16 09:26:58 2023 +1000 |
committer | Anil Belur <abelur@linuxfoundation.org> | Sat Dec 16 09:27:24 2023 +1000 |
tree | 28377d3fe37c0828c4bbc3026c98b326701d3e06 | |
parent | c3c1bdf514d7b7de9e2a8e62afba5567201cc1f7 [diff] |
CI: Update RTD configuration file RTD has finished their switch requiring version 2 of their configuration file and we must now update to work with it. Ref: https://blog.readthedocs.com/use-build-os-config/ Change-Id: I962eea9875d46f7aa1d9030505ccc71b5f4ec0dd Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
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