aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_collect_system_info.xml
blob: bad039661cd3bdcfbdf6c92a29f508908685aae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<block>
  <name>Collect System Info</name>
  <key>gsm_collect_system_info</key>
  <import>import grgsm</import>
  <make>grgsm.collect_system_info()</make>
  <sink>
    <name>msgs</name>
    <type>message</type>
  </sink>
    <doc>
This blocks collect System Information Messages, which can be retrieved using the following methods:

get_framenumbers(): Get the list with the framenumbers of the System Information Messages

get_system_information_type(): Get the types of the System Information Messages

get_data(): Get the whole System Information Messages in Hex representation
  </doc>
</block>