elinuxhenrik | 93f015a | 2020-04-08 11:23:55 +0200 | [diff] [blame] | 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) 2020 Nordix |
| 4 | |
| 5 | .. |nbsp| unicode:: 0xA0 |
| 6 | :trim: |
| 7 | |
| 8 | .. |nbh| unicode:: 0x2011 |
| 9 | :trim: |
| 10 | |
| 11 | |
| 12 | A1 Simulator Overview |
| 13 | ===================== |
| 14 | |
JohnKeeney | 823707a | 2021-01-26 22:02:34 +0000 | [diff] [blame] | 15 | The A1 Simulator terminates the A1 interface and provides a way to test Non-RT RIC services without the need to deploy Near |nbh| RT |nbsp| RICs. |
elinuxhenrik | 93f015a | 2020-04-08 11:23:55 +0200 | [diff] [blame] | 16 | |
| 17 | Apart from providing the A1 API, the simulator also provides an administrative API to manage policy types and manipulate |
elinuxhenrik | dd7abb6 | 2020-04-17 16:26:09 +0200 | [diff] [blame] | 18 | the simulator, see ":ref:`simulator-api`". |
| 19 | |
JohnKeeney | 823707a | 2021-01-26 22:02:34 +0000 | [diff] [blame] | 20 | The A1 Simulator supports running multiple simulations using different versions of the A1 Application protocol, and supports realistic stateful simulation of A1 Enrichment Information and A1 Policy behaviours. |
| 21 | |
| 22 | For information on how to run the simulator, see the *README.md* file in the repository. |