mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-19 20:08:36 +03:00
* 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
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
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
|