SetAccessTechnology: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command allows to limit registration on a specific Mobile Network Access Technology. Access Technology could be one of Mobile Network Access Technology value. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetAccessTechnology''' |PortIndex, AccessTechnology |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetAccessTechnology 0 LTE ~# OK </syntaxhighlight>")
 
m (added Category:NETWORK using HotCat)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:


</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:NETWORK]]

Latest revision as of 21:38, 1 April 2025

This command allows to limit registration on a specific Mobile Network Access Technology. Access Technology could be one of Mobile Network Access Technology value.

COMMAND

Command Line Arguments Returns
SetAccessTechnology PortIndex, AccessTechnology Error Code in case of error.

OUTPUT

None

EXAMPLE

~# SetAccessTechnology 0 LTE
~# OK