command: add library command attribute for libosmo-sccp

Change-Id: I4439a414af05700cb1ccff7e7e5927ffc194d171
Related: SYS#4937, OS#1601
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 07ec242..232da2c 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -152,6 +152,7 @@
 	 * 2. Brevity: shortenings and abbreviations are welcome!
 	 * 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,
 
 	/* Keep this floating entry last, it's needed for count check. */
 	_OSMO_CORE_LIB_ATTR_COUNT