Update notes for submitted changes

* Remove redundant hexstr_to_fivebytearr() and hexstr_to_threebytearr() functions
* Use generic function hexstr_to_Nbytearr to convert hex string to 3/5 Bytes array
* utils.py: Add helper method to convert a hex string into array of N bytes string elements
* utils.py: Add helper method to encode Service Table
This commit is contained in:
Gerrit Code Review
2020-09-20 09:49:22 +00:00
parent dcdcd3d7d4
commit 0217530e18
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Code-Review+2: laforge <laforge@osmocom.org>
Verified+1: Jenkins Builder
Submitted-by: laforge <laforge@osmocom.org>
Submitted-at: Sun, 20 Sep 2020 09:49:22 +0000
Reviewed-on: https://gerrit.osmocom.org/c/pysim/+/20196
Project: pysim
Branch: refs/heads/master

View File

@@ -0,0 +1,7 @@
Code-Review+2: laforge <laforge@osmocom.org>
Verified+1: Jenkins Builder
Submitted-by: laforge <laforge@osmocom.org>
Submitted-at: Sun, 20 Sep 2020 09:49:22 +0000
Reviewed-on: https://gerrit.osmocom.org/c/pysim/+/20195
Project: pysim
Branch: refs/heads/master

View File

@@ -0,0 +1,7 @@
Code-Review+2: laforge <laforge@osmocom.org>
Verified+1: Jenkins Builder
Submitted-by: laforge <laforge@osmocom.org>
Submitted-at: Sun, 20 Sep 2020 09:49:22 +0000
Reviewed-on: https://gerrit.osmocom.org/c/pysim/+/20171
Project: pysim
Branch: refs/heads/master

View File

@@ -0,0 +1,7 @@
Code-Review+2: laforge <laforge@osmocom.org>
Verified+1: Jenkins Builder
Submitted-by: laforge <laforge@osmocom.org>
Submitted-at: Sun, 20 Sep 2020 09:49:22 +0000
Reviewed-on: https://gerrit.osmocom.org/c/pysim/+/20172
Project: pysim
Branch: refs/heads/master