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:R2D2 using HotCat)
Line 20: Line 20:


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

Revision as of 21:37, 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