diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2020-10-08 17:30:42 +0200 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2020-10-08 19:08:17 +0200 |
commit | a5218ea9b3a6329a3ce9b56bc1434ca96a0e35aa (patch) | |
tree | 9ac22373100339d58b87b35758c682a13bf06f99 /include/osmocom/vty | |
parent | bd771a9576cd16b346ba8cbb0478074df4e3307c (diff) |
command: add library command attribute for libosmo-abis
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 232da2c6..2cb45dd3 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -153,6 +153,8 @@ enum { * 3. Values are not flags but indexes, unlike CMD_ATTR_*. * 4. Ordering: new entries added before _OSMO_CORE_LIB_ATTR_COUNT. */ OSMO_SCCP_LIB_ATTR_RSTRT_ASP, + OSMO_ABIS_LIB_ATTR_IPA_NEW_LNK, + OSMO_ABIS_LIB_ATTR_LINE_UPD, /* Keep this floating entry last, it's needed for count check. */ _OSMO_CORE_LIB_ATTR_COUNT |