informative docs

This commit is contained in:
Robin Müller 2022-08-12 10:19:07 +02:00
parent 8625a98eb9
commit 236e9c9b60
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from tmtccmd.config.globals import get_default_tmtc_defs
def get_eive_service_op_code_dict() -> TmtcDefinitionWrapper:
def_wrapper = get_default_tmtc_defs()
# Call all registered TMTC definition providers
call_all_definitions_providers(def_wrapper)
return def_wrapper