aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
authorLane Kolbly <lane.kolbly@ni.com>2021-06-24 12:53:40 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-24 13:52:15 -0500
commit19f55a9d4a61d6852daf4a5f827e231ffe8e51bb (patch)
tree6b7bee54f544755383a9e7479a2a4e9666b95780 /mpm
parent8708164ac80763c473c11f95dbf79c16f8d5adf1 (diff)
downloaduhd-19f55a9d4a61d6852daf4a5f827e231ffe8e51bb.tar.gz
uhd-19f55a9d4a61d6852daf4a5f827e231ffe8e51bb.tar.bz2
uhd-19f55a9d4a61d6852daf4a5f827e231ffe8e51bb.zip
mpm: Bump MPM compat version to 4.0
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/rpc_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/rpc_server.py b/mpm/python/usrp_mpm/rpc_server.py
index 63302b23f..37469a4a7 100644
--- a/mpm/python/usrp_mpm/rpc_server.py
+++ b/mpm/python/usrp_mpm/rpc_server.py
@@ -32,7 +32,7 @@ from usrp_mpm.sys_utils import net
TIMEOUT_INTERVAL = 5.0 # Seconds before claim expires (default value)
TOKEN_LEN = 16 # Length of the token string
# Compatibility number for MPM
-MPM_COMPAT_NUM = (3, 0)
+MPM_COMPAT_NUM = (4, 0)
def no_claim(func):
" Decorator for functions that require no token check "