mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 05:53:26 +00:00 
			
		
		
		
	gbproxy: add VTY node
This commit is contained in:
		@@ -107,6 +107,7 @@ enum node_type {
 | 
				
			|||||||
	TS_NODE,
 | 
						TS_NODE,
 | 
				
			||||||
	SUBSCR_NODE,
 | 
						SUBSCR_NODE,
 | 
				
			||||||
	MGCP_NODE,
 | 
						MGCP_NODE,
 | 
				
			||||||
 | 
						GBPROXY_NODE,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Node which has some commands and prompt string and configuration
 | 
					/* Node which has some commands and prompt string and configuration
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2363,6 +2363,7 @@ gDEFUN(config_exit,
 | 
				
			|||||||
		vty->node = CONFIG_NODE;
 | 
							vty->node = CONFIG_NODE;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case MGCP_NODE:
 | 
						case MGCP_NODE:
 | 
				
			||||||
 | 
						case GBPROXY_NODE:
 | 
				
			||||||
		vty->node = CONFIG_NODE;
 | 
							vty->node = CONFIG_NODE;
 | 
				
			||||||
		vty->index = NULL;
 | 
							vty->index = NULL;
 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user