init
Showing
.drone.yml
0 → 100644
.gitreview
0 → 100644
.readthedocs.yaml
0 → 100644
Dockerfile
0 → 100644
Dockerfile-Unit-Test
0 → 100644
INFO.yaml
0 → 100644
| --- | ||
| project: 'ric_app_ad' | ||
| project_creation_date: '2020-08-17' | ||
| project_category: '' | ||
| lifecycle_state: 'Incubation' | ||
| project_lead: &oran_ric_app_ad_ptl | ||
| name: 'Sunil Singh' | ||
| email: '[email protected]' | ||
| company: 'HCL' | ||
| id: 'singh.sunil' | ||
| timezone: 'Unknown/Unknown' | ||
| primary_contact: *oran_ric_app_ad_ptl | ||
| issue_tracking: | ||
| type: 'jira' | ||
| url: 'https://jira.o-ran-sc.org/projects/' | ||
| key: 'ric_app_ad' | ||
| mailing_list: | ||
| type: 'groups.io' | ||
| url: 'https://lists.o-ran-sc.org/g/main' | ||
| tag: '[]' | ||
| realtime_discussion: | ||
| type: 'irc' | ||
| server: 'freenode.net' | ||
| channel: '#oran' | ||
| meetings: | ||
| - type: 'gotomeeting+irc' | ||
| agenda: 'https://wiki.o-ran-sc.org/display/' | ||
| url: '' | ||
| server: 'freenode.net' | ||
| channel: '#oran' | ||
| repeats: '' | ||
| time: '' | ||
| repositories: | ||
| - ric-app/ad | ||
| committers: | ||
| - <<: *oran_ric_app_ad_ptl | ||
| - name: 'Deepanshu Karnwal' | ||
| email: '[email protected]' | ||
| company: 'HCL' | ||
| id: 'deepanshuk' | ||
| timezone: 'Unknown/Unknown' | ||
| - name: 'Amit Srivastava' | ||
| email: '[email protected]' | ||
| company: 'HCL' | ||
| id: 'amit.sarnath' | ||
| timezone: 'Unknown/Unknown' | ||
| - name: 'Sandeep Kumar' | ||
| email: '[email protected]' | ||
| company: 'HCL' | ||
| id: 'sandeepindia' | ||
| timezone: 'Unknown/Unknown' | ||
| - name: 'Matti Hiltunen' | ||
| email: '[email protected]' | ||
| company: 'AT&T Labs-Research' | ||
| id: 'MattiHiltunen' | ||
| timezone: 'America/New_York' | ||
| tsc: | ||
| # yamllint disable rule:line-length | ||
| approval: 'https://lists.o-ran-sc.org/g/toc/message/303' | ||
| changes: | ||
| - type: '' | ||
| name: '' | ||
| link: '' |
LICENSE.txt
0 → 100644
README.txt
0 → 100644
container-tag.yaml
0 → 100644
docs/_static/logo.png
0 → 100644
42.9 KB
docs/conf.py
0 → 100644
docs/conf.yaml
0 → 100644
docs/developers-guide.rst
0 → 100644
docs/favicon.ico
0 → 100644
14.7 KB
docs/index.rst
0 → 100644
docs/overview.rst
0 → 100644
docs/release-notes.rst
0 → 100644
docs/requirements-docs.txt
0 → 100644
local.rt
0 → 100644
rmr-version.yaml
0 → 100644
setup.py
0 → 100644
src/__init__.py
0 → 100644
src/ad_config.ini
0 → 100644
src/ad_model.py
0 → 100644
src/ad_train.py
0 → 100644
src/database.py
0 → 100644
src/exceptions.py
0 → 100644
src/insert.py
0 → 100644
src/main.py
0 → 100644
src/processing.py
0 → 100644
src/ue.csv
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
tests/__init__.py
0 → 100644
tests/conftest.py
0 → 100644
tests/fixtures/local.rt
0 → 100644
tests/fixtures/test_local.rt
0 → 100644
tests/test_ad.py
0 → 100644
tox.ini
0 → 100644
xapp-descriptor/config.json
0 → 100644
xapp-descriptor/schema.json
0 → 100644