diff -b -B -u -I '$Id.*$' -I '$Header.*$' --new-file --recursive ns-2.26-eu108/EURANE-version ns-2.26-eu109/EURANE-version
--- ns-2.26-eu108/EURANE-version	2004-07-26 17:24:56.000000000 +0200
+++ ns-2.26-eu109/EURANE-version	2004-11-24 14:56:34.000000000 +0100
@@ -1 +1 @@
-EURANE version 1.08
+EURANE version 1.09
diff -b -B -u -I '$Id.*$' -I '$Header.*$' --new-file --recursive ns-2.26-eu108/umts/hsdpalink.cc ns-2.26-eu109/umts/hsdpalink.cc
--- ns-2.26-eu108/umts/hsdpalink.cc	2004-08-02 17:16:00.000000000 +0200
+++ ns-2.26-eu109/umts/hsdpalink.cc	2004-12-03 11:29:14.524562284 +0100
@@ -1094,6 +1094,7 @@
    hdr_mac_hs *hsh;
    hdr_cmn    *ch;
    hdr_ip     *iph;
+   unsigned int deqLen = 0;
 
    hsh = hdr_mac_hs::access(c);
    ch = HDR_CMN(c);
@@ -1114,8 +1115,10 @@
 
    process_.at(current_proc_num_)->pdu_vector_.clear();
 
+   deqLen = min(max_pdus, q_.at(index)->length());
+
    // Deque buffer and form a vector of the pdu packets for a HARQ process
-   for (int i = 0; i < min(max_pdus, q_.at(index)->length()); i++) {
+   for (unsigned int i = 0; i < deqLen; i++) {
       process_.at(current_proc_num_)->pdu_vector_.push_back(q_.at(index)->
                                                             deque());
    }
