aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-08-09 10:06:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-08-09 10:06:01 +0000
commit508e1c3027d0fd5724e9eb62c27f7acdd3f354a2 (patch)
treeb14f583d974c5d8a3c508c98cbbe0aabafe1a72a /asn1/rrc/rrc.cnf
parent1586d80a7759eb3ec659f5241cf7b969baf5250d (diff)
From Jacob Nordgren and Rishie Sharma:
FP: fixed exotic bug where fakes counter was sometimes not reset, RRC: fixed bug where num_chans_per_flow was not properly cleared svn path=/trunk/; revision=44375
Diffstat (limited to 'asn1/rrc/rrc.cnf')
-rw-r--r--asn1/rrc/rrc.cnf7
1 files changed, 0 insertions, 7 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index 9711395bb0..4369e99759 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -679,7 +679,6 @@ HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
if(type == 4){ /*If this is type HS-DSCH*/
num_chans_per_flow[flowd]++;
- /*TODO: This configuration should proably be unique for each UE*/
if(num_chans_per_flow[flowd] > 1 ){
if(hrnti == NULL){
@@ -748,12 +747,6 @@ HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
#.FN_BODY MAC-d-FlowIdentity VAL_PTR = &flowd
%(DEFAULT_BODY)s
-#.FN_BODY SRB-InformationSetupList2-r6
-
-%(DEFAULT_BODY)s
- /*Clear memory*/
- memset(num_chans_per_flow,0,sizeof(guint8));
-
#.FN_BODY H-RNTI VAL_PTR = &hrnti
%(DEFAULT_BODY)s