diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 11:50:17 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 11:50:17 -0500 |
commit | 8dece848c0775833013e2fa6ff801478fccb4a52 (patch) | |
tree | 6d74ce523936844ef8255beb18c269e83b549a25 /models-interactions/model-actors/pom.xml | |
parent | af8eea569e5e91f09c454746c177885597ea2c32 (diff) |
Create A1P actor to talk to A1 PMS.
This relates to the support for the SON use case.
Issue-ID: POLICY-4444
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2c67ec282c77d42b9e8a11cc70cb518976075a00
Diffstat (limited to 'models-interactions/model-actors/pom.xml')
-rw-r--r-- | models-interactions/model-actors/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models-interactions/model-actors/pom.xml b/models-interactions/model-actors/pom.xml index f781a8aa8..6b1df88f9 100644 --- a/models-interactions/model-actors/pom.xml +++ b/models-interactions/model-actors/pom.xml @@ -43,6 +43,7 @@ <module>actor.appclcm</module> <module>actor.sdnc</module> <module>actor.sdnr</module> + <module>actor.a1p</module> <module>actor.so</module> <module>actor.vfc</module> <module>actor.xacml</module> |