Changes between Version 84 and Version 85 of GENILTE/LTEDeployment


Ignore:
Timestamp:
06/20/17 10:59:53 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v84 v85  
    165165  (use "git checkout -- <file>..." to discard changes in working directory)
    166166
    167         modified:   ../BUILD/TOOLS/build_helper
    168         modified:   acl.conf
    169         modified:   hss.conf
    170         modified:   hss_fd.conf
    171         modified:   mme.conf
    172         modified:   mme_fd.conf
    173         modified:   spgw.conf
    174         modified:   ../SRC/SECU/nas_stream_eea2.c
     167        modified:   etc/acl.conf
     168        modified:   etc/hss.conf
     169        modified:   etc/hss_fd.conf
     170        modified:   etc/mme.conf
     171        modified:   etc/mme_fd.conf
     172        modified:   etc/spgw.conf
     173        modified:   src/common/common_types.h
    175174
    176175Untracked files:
    177176  (use "git add <file>..." to include in what will be committed)
    178 
    179         ../BUILD/MME/BUILD/
    180         ../BUILD/MME/CMakeLists.txt
    181         ../BUILD/SPGW/BUILD/
    182         ../BUILD/SPGW/CMakeLists.txt
    183177
    184178no changes added to commit (use "git add" and/or "git commit -a")
     
    385379
    386380}}}
    387 Another change implemented to address an uninitialized pointer:
    388 {{{
    389 
    390 diff --git a/SRC/SECU/nas_stream_eea2.c b/SRC/SECU/nas_stream_eea2.c
    391 index 83f331e..86c8d50 100644
    392 --- a/SRC/SECU/nas_stream_eea2.c
    393 +++ b/SRC/SECU/nas_stream_eea2.c
    394 @@ -61,7 +61,7 @@ nas_stream_encrypt_eea2 (
    395    /*
    396     * Other bits are 0
    397     */
    398 -  nettle_aes128.set_encrypt_key (ctx, stream_cipher->key_length, stream_cipher->key);
    399 +  nettle_aes128.set_encrypt_key (ctx, stream_cipher->key);
    400    nettle_ctr_crypt (ctx, nettle_aes128.encrypt, nettle_aes128.block_size, m, byte_length, data, stream_cipher->message);
    401  
    402    if (zero_bit > 0)
    403 }}}
    404381
    405382== Populating the OAI Database ==