Changes between Version 39 and Version 40 of GENILTE/LTEDeployment


Ignore:
Timestamp:
06/16/17 08:41:23 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v39 v40  
    366366}}}
    367367
     368In addition to the OAI configuration files, an additional change was made for a known issue  [https://gitlab.eurecom.fr/oai/openair-cn/issues/15 Problem of leading zeros at IMSI].
     369{{{
     370diff --git a/src/common/common_types.h b/src/common/common_types.h
     371index 24cb0ca..37b69fe 100644
     372--- a/src/common/common_types.h
     373+++ b/src/common/common_types.h
     374@@ -85,7 +85,7 @@ typedef teid_t                   s1u_teid_t;
     375 // IMSI
     376 
     377 typedef uint64_t                 imsi64_t;
     378-#define IMSI_64_FMT              "%"SCNu64
     379+#define IMSI_64_FMT              "%015"SCNu64
     380 #define INVALID_IMSI64           (imsi64_t)0
     381 
     382 //------------------------------------------------------------------------------
     383
     384}}}
     385
    368386== Populating the OAI Database ==
    369387