Skip to content
Success

Changes

Summary

  1. commands: do not use b2h with a string (details)
Commit 1ab2f8dd9de5f2610700d5ef4e7ebd013dd9ec39 by pmaier@sysmocom.de
commands: do not use b2h with a string

The function h2b expects a bytearray and must not be used on a string.
This is also true for nullstrings ('').

Related: OS#6869
Change-Id: I0e28e6ec476901bf19aa0f8640e41c74aa6e3aa2
The file was modifiedpySim/commands.py