URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f4bf6abf34f51d29ec563421998081a8305c78b
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9f4bf6a by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    LTE RRC: only display band mapping for the initial supportedBandListEUTRA IE
    
    Handling bands > 64 would require to store the mapping in file scope and current code is broken for the Carrier Aggregation band combination list
    
    Change-Id: I9f10022a50520ca9bc16a33f2c16361729f1b01b
    Reviewed-on: https://code.wireshark.org/review/6917
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    
Actions performed:
    from  e102c34   Minor doc changes for Windows build
    adds  9f4bf6a   LTE RRC: only display band mapping for the initial supportedBandListEUTRA IE
Summary of changes:
 asn1/lte-rrc/lte-rrc.cnf               |   21 +++++-----
 asn1/lte-rrc/packet-lte-rrc-template.c |    7 ++++
 epan/dissectors/packet-lte-rrc.c       |   66 ++++++++++++++++++++++----------
 3 files changed, 62 insertions(+), 32 deletions(-)