mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 06:08:31 +03:00
Parsing ajusted: respond to phone requests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
def HEX(vals):
|
||||
if vals is not None:
|
||||
if type(vals) is int:
|
||||
return "%.2x"%vals
|
||||
return ' '.join('%.2x'%x for x in vals)
|
||||
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user