From f3f7c5c334fcab6de3ad8e4d745dfb7c8405a938 Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Fri, 27 Mar 2015 17:14:55 +0000
Subject: [PATCH] Added band 20 to default UE capabilities

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6935 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair2/RRC/LITE/MESSAGES/asn1_msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/RRC/LITE/MESSAGES/asn1_msg.c b/openair2/RRC/LITE/MESSAGES/asn1_msg.c
index 405dbe28266..f165c496fa6 100644
--- a/openair2/RRC/LITE/MESSAGES/asn1_msg.c
+++ b/openair2/RRC/LITE/MESSAGES/asn1_msg.c
@@ -2331,7 +2331,7 @@ OAI_UECapability_t *fill_ue_capability(char *UE_EUTRA_Capability_xer_fname) {
   if (!UE_EUTRA_Capability_xer_fname)  {
     Bandlist[0].bandEUTRA  = 3;  // UL 1710-1785, DL 1805-1880 FDD
     Bandlist[0].halfDuplex = 0;
-    Bandlist[1].bandEUTRA  = 5;  // UL 824-849 , DL 869-894 FDD
+    Bandlist[1].bandEUTRA  = 20;  // UL 824-849 , DL 869-894 FDD
     
     Bandlist[1].halfDuplex = 0;
     Bandlist[2].bandEUTRA  = 7;   // UL 2500-2570, DL 2620-2690 FDD
-- 
GitLab