NS parameters for initial-config-primitive
Change-Id: I9949b5a5e3b58a6ba8d94f05a1c8aa7c635b1dd2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py
index 62a2054..a01d188 100644
--- a/osm_lcm/lcm.py
+++ b/osm_lcm/lcm.py
@@ -44,8 +44,8 @@
min_n2vc_version = "0.0.2"
min_common_version = "0.1.11"
# uncomment if LCM is installed as library and installed, and get them from __init__.py
-lcm_version = '0.1.29'
-lcm_version_date = '2018-12-14'
+lcm_version = '0.1.30'
+lcm_version_date = '2019-01-10'
class Lcm: