Example #1
0
Pgw::Pgw() {
	clrstl();
	set_ip_addrs();
	g_sync.mux_init(s5id_mux);	
	g_sync.mux_init(sgiid_mux);	
	g_sync.mux_init(uectx_mux);	
}
Example #2
0
Sgw::Sgw() {
	clrstl();
	g_sync.mux_init(s11id_mux);	
	g_sync.mux_init(s1id_mux);	
	g_sync.mux_init(s5id_mux);	
	g_sync.mux_init(uectx_mux);	
}