Changes

no edit summary
Line 1: Line 1:  +
 
==Introduction==
 
==Introduction==
 
Mobile parameters are needed to measure signal features that can be acquired using  
 
Mobile parameters are needed to measure signal features that can be acquired using  
Line 30: Line 31:     
[[File:Screenshot 1.png|center]]
 
[[File:Screenshot 1.png|center]]
 +
 +
==Configuration==
 +
 +
===Making a Directory and Script===
 +
'''1.''' Connect to RUTX14 CLI using PUTTY or WEBUI.
 +
 +
'''2.''' Create a new directory for the custom script.
 +
* mkdir /etc/config/scripts
 +
 +
[[File:Screenshot 2.png|center]]
 +
 +
'''3.''' Then create a new .sh file.
 +
*touch /etc/config/scripts/<filename>.sh
 +
 +
[[File:Screenshot 3.png|center]]
 +
 +
 +
'''4.''' To edit the filename, use '''vi <filename>.sh'''. Press '''I'''. To save and exit, '''Press Esc''' then ''':x''' or to exit without saving, '''Press Esc''' then ''':q!'''.
 +
 +
[[File:Screenshot 4.png|center]]
 +
 +
[[File:Screenshot 5.png|center]]