GetDedicatedChannelInfo: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
m (removed Category:SMS using HotCat)
m (removed Category:Voice using HotCat)
 
(3 intermediate revisions by the same user not shown)
Line 24: Line 24:
NO_CONNECTION 3G
NO_CONNECTION 3G
</syntaxhighlight>
</syntaxhighlight>
[[Category:Voice|R2D2]]
[[Category:R2D2]]
[[Category:CDR|R2D2]]
[[Category:NETWORK]]

Latest revision as of 21:14, 1 April 2025

This command writes to the standard output GSM dedicated Channel information for the connected call on the specified GSM port.

COMMAND

Command Line Arguments Returns
GetDedicatedChannelInfo PortIndex Dedicated Channel info (status, channel, time slot, timing advance, PWR, RxLevel, quality, mode).

OUTPUT
Command output in the following format:

"%s %s %d %d %d %d %d %d %s\n", registration_status, access_technology, channel,timeslot, time_advance, pwr, signal_level, quality, channel_mode

EXAMPLE

~# GetDedicatedChannelInfo 1
CONNECTED 2G 178 1 0 5 -76 0 S_HR

~# GetDedicatedChannelInfo 0
NO_CONNECTION 3G