Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - rename from RegionUserCount to RegionDeviceCount #25

Merged
merged 2 commits into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: 🗣 Subproject discussions
url: https://github.com/camaraproject/§repo_name§/discussions
url: https://github.com/camaraproject/RegionDeviceCount/discussions
about: Please ask and answer questions here.
- name: 📖 CAMARA API Design Guidelines
url: https://github.com/camaraproject/Commonalities/blob/main/documentation/API-design-guidelines.md
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<a href="https://github.com/camaraproject/RegionUserCount/commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/camaraproject/RegionUserCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionUserCount/issues" title="Open Issues"><img src="https://img.shields.io/github/issues/camaraproject/RegionUserCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionUserCount/pulls" title="Open Pull Requests"><img src="https://img.shields.io/github/issues-pr/camaraproject/RegionUserCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionUserCount/graphs/contributors" title="Contributors"><img src="https://img.shields.io/github/contributors/camaraproject/RegionUserCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionUserCount" title="Repo Size"><img src="https://img.shields.io/github/repo-size/camaraproject/RegionUserCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionUserCount/blob/main/LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount/commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/camaraproject/RegionDeviceCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount/issues" title="Open Issues"><img src="https://img.shields.io/github/issues/camaraproject/RegionDeviceCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount/pulls" title="Open Pull Requests"><img src="https://img.shields.io/github/issues-pr/camaraproject/RegionDeviceCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount/graphs/contributors" title="Contributors"><img src="https://img.shields.io/github/contributors/camaraproject/RegionDeviceCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount" title="Repo Size"><img src="https://img.shields.io/github/repo-size/camaraproject/RegionDeviceCount?style=plastic"></a>
<a href="https://github.com/camaraproject/RegionDeviceCount/blob/main/LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=plastic"></a>

# RegionUserCount
Repository to describe, develop, document and test the RegionUserCount API family
# RegionDeviceCount
Repository to describe, develop, document and test the RegionDeviceCount API

## Scope
* Service APIs for “RegionUserCount” (see APIBacklog.md)
* Service APIs for “RegionDeviceCount” (see APIBacklog.md)
* It provides the customer with the ability to:
* query the number of active users (i.e., excluding idle mode users) in the specified area. The query area can be a circle or a polygon composed of longitude and latitude points.
* NOTE: The scope of this API family should be limited (at least at a first stage) to 4G and 5G.
Expand Down