You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcpcfg/lib/get_ngcp_version

11 lines
183 B

[%
# vi: ft=tt2
# Returns the NGCP version of the node calling this function.
#
# @return out The NGCP version (e.g. 'mr4.5.3' or 'trunk').
out = ngcp.get_version();
-%]