From 98581a8e921bb6c884d39c7b224b33ab5420d4b6 Mon Sep 17 00:00:00 2001 From: Roman Khassraf Date: Wed, 11 Jan 2017 12:50:38 +0100 Subject: Implemented system info collection block --- grc/gsm_block_tree.xml | 1 + grc/misc_utils/CMakeLists.txt | 1 + grc/misc_utils/gsm_collect_system_info.xml | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100755 grc/misc_utils/gsm_collect_system_info.xml (limited to 'grc') diff --git a/grc/gsm_block_tree.xml b/grc/gsm_block_tree.xml index f9ff1ff..bb705c9 100644 --- a/grc/gsm_block_tree.xml +++ b/grc/gsm_block_tree.xml @@ -54,6 +54,7 @@ gsm_bursts_printer gsm_burst_file_sink gsm_burst_file_source + gsm_collect_system_info gsm_message_file_sink gsm_message_file_source gsm_extract_system_info diff --git a/grc/misc_utils/CMakeLists.txt b/grc/misc_utils/CMakeLists.txt index 7bdf894..43c3960 100644 --- a/grc/misc_utils/CMakeLists.txt +++ b/grc/misc_utils/CMakeLists.txt @@ -20,6 +20,7 @@ install(FILES gsm_extract_system_info.xml gsm_extract_immediate_assignment.xml + gsm_collect_system_info.xml gsm_controlled_rotator_cc.xml gsm_message_printer.xml gsm_bursts_printer.xml diff --git a/grc/misc_utils/gsm_collect_system_info.xml b/grc/misc_utils/gsm_collect_system_info.xml new file mode 100755 index 0000000..bad0396 --- /dev/null +++ b/grc/misc_utils/gsm_collect_system_info.xml @@ -0,0 +1,20 @@ + + + Collect System Info + gsm_collect_system_info + import grgsm + grgsm.collect_system_info() + + msgs + message + + +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 + + -- cgit v1.2.3