Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/14487
Change subject: add define for magic tmsi constant ...................................................................... add define for magic tmsi constant Change-Id: I52b9f6b5f3e96d85a390ba2af21d7814df8aaeec --- M include/osmocom/gsm/protocol/gsm_23_003.h 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/87/14487/1 diff --git a/include/osmocom/gsm/protocol/gsm_23_003.h b/include/osmocom/gsm/protocol/gsm_23_003.h index 3e5c3e5..15656f8 100644 --- a/include/osmocom/gsm/protocol/gsm_23_003.h +++ b/include/osmocom/gsm/protocol/gsm_23_003.h @@ -10,6 +10,7 @@ #define OSMO_IMSI_BUF_SIZE (GSM23003_IMSI_MAX_DIGITS+2) /* Chapter 2.4 */ #define GSM23003_TMSI_NUM_BYTES 4 +#define GSM23003_TMSI_SGSN_MASK 0xC0000000UL /* Chapter 2.5 */ #define GSM23003_LMSI_NUM_BYTES 4 /* Chapter 2.6 */ -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14487 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I52b9f6b5f3e96d85a390ba2af21d7814df8aaeec Gerrit-Change-Number: 14487 Gerrit-PatchSet: 1 Gerrit-Owner: Hoernchen <[email protected]> Gerrit-MessageType: newchange
