Add heart beat interval to CSIT PAP config 25/89825/1
authorJim Hahn <jrh3@att.com>
Thu, 13 Jun 2019 15:34:22 +0000 (11:34 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 13 Jun 2019 15:34:22 +0000 (11:34 -0400)
Only apex CSIT overrides PAP's defaultConfig.json, so only had
to add the new parameter to that one file.

Issue-ID: POLICY-1846
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Iba15c1db0d03dc42c8f5c058b9bc8e9ff55c42b4

scripts/policy/policy-apex-pdp/config/pap/defaultConfig.json

index 32b6c30..519060d 100644 (file)
@@ -9,6 +9,7 @@
         "aaf": false
     },
     "pdpParameters": {
+        "heartBeatMs": 120000,
         "updateParameters": {
             "maxRetryCount": 1,
             "maxWaitMs": 30000