Initial commit of Admission Control xAPP and E2AP/X2AP definitions
[ric-app/admin.git] / init / subscriptions.json
1 {
2   "subscribe_sgnb_request":{
3     "ranFunctionId":0,
4     "ricAction-ToBeSetup-List":{
5       "list": [
6        {
7         "ricActionType":0,
8         "ricActionID":1
9        }
10       ]
11     },
12     "ricEventTriggerDefinition":{
13        "interfaceMessageType":{
14         "procedureCode":27,
15         "messageType":0
16         },
17  
18         "interfaceDirection":0,
19         "interfaceID":{
20              "globalGnbID":"NYC123",
21              "plmnIdentity":"123"
22          },
23          "interfaceProtoIE-List":[
24            {
25             "id": 10,
26             "test":0,
27             "value":"34,35"
28            }
29           ]
30     }
31   }
32 }