Updated documentation for mock a1 tool
[ric-app/admin.git] / docs / overview.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2019 AT&T
4
5
6
7
8 Admission Control xAPP  Overview
9 ================================
10
11 The Admission Control (AC) xAPP repository contains open-source code for a prototype xAPP that 
12 can execute the full control loop  to regulate the number of 5G connection requests at a gNodeB.
13
14 The AC  xAPP subscribes and listens for SgNB Addition Request X2AP messages. Upon
15 receiving one, it makes a decision on whether to accept or reject the request based on a simple
16 sliding window. If the decision is to accept the request, it sends an SgNB Addition Acknowledge, else
17 it sends an SgNB Addition Reject message.
18
19 The AC xAPP repository contains code to handle the E2 subscription process, encode/decode E2AP Indication/Control messages, X2AP SgNB Addition Request/Response
20 and supports the A1-interface which can be used to send policies to configure the admission control behaviour.
21
22
23
24