Attention is currently required from: pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33446 )
Change subject: ASCI: Add decoding of mobile identity in TALKER INDICATION ......................................................................
Patch Set 1:
(2 comments)
File src/gsm/gsm48.c:
https://gerrit.osmocom.org/c/libosmocore/+/33446/comment/982a0fe4_d6a5e1e0 PS1, Line 959: if (l3_len < sizeof(*gh) + 4 + 2)
what are this offsets?
This is the minimum message size according to TS 44.018 9.1.44.
https://gerrit.osmocom.org/c/libosmocore/+/33446/comment/a7f59606_fc57b1ca PS1, Line 961: if (gh->data[0] != 3)
what's this value about?
This is the fixed length of the first IE.