Project

General

Profile

Bug #6006

Updated by lynxis about 1 year ago

There are no "no gprs nsvc ..." commands to disable a NSVC. 

 <pre> 
 network 
  bts 1 
 [...] 
   gprs mode gprs 
   gprs routing area 0 
   gprs network-control-order nc0 
   gprs power-control alpha 0 
   gprs cell bvci 1002 
   gprs cell timer blocking-timer 3 
   gprs cell timer blocking-retries 3 
   gprs cell timer unblocking-retries 3 
   gprs cell timer reset-timer 3 
   gprs cell timer reset-retries 3 
   gprs cell timer suspend-timer 10 
   gprs cell timer suspend-retries 3 
   gprs cell timer resume-timer 10 
   gprs cell timer resume-retries 3 
   gprs cell timer capability-update-timer 10 
   gprs cell timer capability-update-retries 3 
   gprs nsei 2 
   gprs ns timer tns-block 3 
   gprs ns timer tns-block-retries 3 
   gprs ns timer tns-reset 3 
   gprs ns timer tns-reset-retries 3 
   gprs ns timer tns-test 30 
   gprs ns timer tns-alive 3 
   gprs ns timer tns-alive-retries 10 
   gprs nsvc 0 nsvci 2 
   gprs nsvc 0 local udp port 23000 
   gprs nsvc 0 remote ip 192.168.56.1 
   gprs nsvc 0 remote udp port 23000 
   gprs nsvc 1 nsvci 3 
   gprs nsvc 1 local udp port 23001 
   gprs nsvc 1 remote ip 192.168.56.1 
   gprs nsvc 1 remote udp port 23001 
 [...] 
 </pre> 

 To disable gprs nsvc 1, as user can't say 
 "no gprs nsvc 1" 
 instead the user must set either the remote ip 192.168.56.1 to 0.0.0.0 or the remote udp port to 0 to disable this nsvc. 

 Add a 'no gprs nsvc <0-1>' command. 

Back

Add picture from clipboard (Maximum size: 48.8 MB)