blob: bad039661cd3bdcfbdf6c92a29f508908685aae3 [file] [log] [blame]
Roman Khassraf98581a82017-01-11 12:50:38 +01001<?xml version="1.0"?>
2<block>
3 <name>Collect System Info</name>
4 <key>gsm_collect_system_info</key>
5 <import>import grgsm</import>
6 <make>grgsm.collect_system_info()</make>
7 <sink>
8 <name>msgs</name>
9 <type>message</type>
10 </sink>
11 <doc>
12This blocks collect System Information Messages, which can be retrieved using the following methods:
13
14get_framenumbers(): Get the list with the framenumbers of the System Information Messages
15
16get_system_information_type(): Get the types of the System Information Messages
17
18get_data(): Get the whole System Information Messages in Hex representation
19 </doc>
20</block>