diff options
author | Lane Kolbly <lane.kolbly@ni.com> | 2021-06-24 12:53:40 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-24 13:52:15 -0500 |
commit | 19f55a9d4a61d6852daf4a5f827e231ffe8e51bb (patch) | |
tree | 6b7bee54f544755383a9e7479a2a4e9666b95780 /mpm | |
parent | 8708164ac80763c473c11f95dbf79c16f8d5adf1 (diff) | |
download | uhd-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.py | 2 |
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 " |