[PATCH] libosmocore[master]: Add a control command node type for MSC-specific commands.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Stefan Sperling gerrit-no-reply at lists.osmocom.org
Wed Jan 3 15:59:00 UTC 2018


Review at  https://gerrit.osmocom.org/5628

Add a control command node type for MSC-specific commands.

Change-Id: I6794b6173f5486d411e6728c324920b8e85f3db6
Related: OS#2729
---
M include/osmocom/ctrl/control_cmd.h
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/28/5628/1

diff --git a/include/osmocom/ctrl/control_cmd.h b/include/osmocom/ctrl/control_cmd.h
index 865b006..bbffcda 100644
--- a/include/osmocom/ctrl/control_cmd.h
+++ b/include/osmocom/ctrl/control_cmd.h
@@ -22,6 +22,7 @@
 	CTRL_NODE_TS,	/* TS specific (net.btsN.trxM.tsI.) */
 	CTRL_NODE_FSM,	/* Finite State Machine (description) */
 	CTRL_NODE_FSM_INST,	/* Finite State Machine (instance) */
+	CTRL_NODE_MSC,	/* MSC specific (net.mscN.) */
 	_LAST_CTRL_NODE
 };
 

-- 
To view, visit https://gerrit.osmocom.org/5628
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6794b6173f5486d411e6728c324920b8e85f3db6
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>



More information about the gerrit-log mailing list