<div dir="ltr">Hello all!<br><br>I just quickly looked at the gsm48_mi_to_string() method in gsm48.c.<br>I found that it is used in several projects like OsmocomBB and OpenBSC,<br>but it seems a bit strange to me that the TMSI represented in decimal...<br><br>> ...<br>> uint32_t tmsi;<br>> ...<br>> return snprintf(string, str_len, "%u", tmsi);<br>> ...<br><br>Can we move to use a hex representation instead of decimal? And why if not?<br><br>> ...<br>> uint32_t tmsi;<br>> ...<br>> return snprintf(string, str_len, "%x", tmsi);<br>> ...<br><div><div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>С наилучшими пожеланиями,<br></div>Яницкий Вадим.<br></div></div></div>
</div></div></div></div>