ue_procedures.c 134 KB
Newer Older
1
/*
2 3 4 5 6 7 8
 * Licensed to the OpenAirInterface (OAI) Software Alliance under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information regarding
 * copyright ownership.  The OpenAirInterface Software Alliance
 * licenses this file to You under the OAI Public License, Version 1.1
 * (the "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
9 10 11 12 13 14 15 16 17 18 19 20
 *
 *      http://www.openairinterface.org/?page_id=698
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *-------------------------------------------------------------------------------
 * For more information about the OpenAirInterface (OAI) Software Alliance:
 *      contact@openairinterface.org
 */
21 22

/*! \file ue_procedures.c
23
 * \brief procedures related to UE
24 25 26
 * \author  Navid Nikaein and Raymond Knopp
 * \date 2010 - 2014
 * \version 1
27 28
 * \email: navid.nikaein@eurecom.fr
 * @ingroup _mac
29

30
 */
31

32 33 34 35
#ifdef EXMIMO
#include <pthread.h>
#endif

36 37 38 39
#include "mac_extern.h"
#include "mac.h"
#include "mac_proto.h"
#include "SCHED_UE/sched_UE.h"
40
#include "PHY/impl_defs_top.h"
41
#include "PHY_INTERFACE/phy_interface_extern.h"
42
#include "COMMON/mac_rrc_primitives.h"
43 44
#include "PHY/INIT/phy_init.h"
#include "PHY/LTE_ESTIMATION/lte_estimation.h"
Raymond Knopp's avatar
Raymond Knopp committed
45
#include "PHY/LTE_TRANSPORT/transport_common_proto.h"
Cedric Roux's avatar
Cedric Roux committed
46
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
47
#include "RRC/LTE/rrc_extern.h"
48 49
#include "common/utils/LOG/log.h"
#include "common/utils/LOG/vcd_signal_dumper.h"
Cedric Roux's avatar
Cedric Roux committed
50
#include "UTIL/OPT/opt.h"
51 52
#include "OCG.h"
#include "OCG_extern.h"
53
#include "openair2/PHY_INTERFACE/phy_stub_UE.h"
Cedric Roux's avatar
Cedric Roux committed
54

55
#include "pdcp.h"
56

57
#if defined(ENABLE_ITTI)
58
#include "intertask_interface.h"
59 60
#endif

61 62
#include "assertions.h"

63
#include "SIMULATION/TOOLS/sim.h"	// for taus
64

65
#define DEBUG_HEADER_PARSING 1
66
#define ENABLE_MAC_PAYLOAD_DEBUG 1
67
extern UL_IND_t *UL_INFO;
fnabet's avatar
fnabet committed
68

69
extern uint8_t  nfapi_mode;
70 71
extern int next_ra_frame;
extern module_id_t next_Mod_id;
72

73
/*
74
 *
75 76 77
#ifndef USER_MODE
#define msg debug_msg
#endif
78
 */
79

80
mapping BSR_names[] = {
81 82 83 84 85 86
    {"NONE", 0},
    {"SHORT BSR", 1},
    {"TRUNCATED BSR", 2},
    {"LONG BSR", 3},
    {"PADDING BSR", 4},
    {NULL, -1}
87 88 89
};


90 91
void ue_init_mac(module_id_t module_idP)
{
92

93 94 95 96 97
    int i;
    // default values as deined in 36.331 sec 9.2.2
    LOG_I(MAC, "[UE%d] Applying default macMainConfig\n", module_idP);
    //UE_mac_inst[module_idP].scheduling_info.macConfig=NULL;
    UE_mac_inst[module_idP].scheduling_info.retxBSR_Timer =
98
	LTE_RetxBSR_Timer_r12_sf10240;
99
    UE_mac_inst[module_idP].scheduling_info.periodicBSR_Timer =
100
	LTE_PeriodicBSR_Timer_r12_infinity;
101
    UE_mac_inst[module_idP].scheduling_info.periodicPHR_Timer =
102
	LTE_MAC_MainConfig__phr_Config__setup__periodicPHR_Timer_sf20;
103
    UE_mac_inst[module_idP].scheduling_info.prohibitPHR_Timer =
104
	LTE_MAC_MainConfig__phr_Config__setup__prohibitPHR_Timer_sf20;
105
    UE_mac_inst[module_idP].scheduling_info.PathlossChange_db =
106
	LTE_MAC_MainConfig__phr_Config__setup__dl_PathlossChange_dB1;
107
    UE_mac_inst[module_idP].PHR_state =
108
	LTE_MAC_MainConfig__phr_Config_PR_setup;
109 110 111 112
    UE_mac_inst[module_idP].scheduling_info.SR_COUNTER = 0;
    UE_mac_inst[module_idP].scheduling_info.sr_ProhibitTimer = 0;
    UE_mac_inst[module_idP].scheduling_info.sr_ProhibitTimer_Running = 0;
    UE_mac_inst[module_idP].scheduling_info.maxHARQ_Tx =
113
	LTE_MAC_MainConfig__ul_SCH_Config__maxHARQ_Tx_n5;
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
    UE_mac_inst[module_idP].scheduling_info.ttiBundling = 0;
    UE_mac_inst[module_idP].scheduling_info.extendedBSR_Sizes_r10 = 0;
    UE_mac_inst[module_idP].scheduling_info.extendedPHR_r10 = 0;
    UE_mac_inst[module_idP].scheduling_info.drx_config = NULL;
    UE_mac_inst[module_idP].scheduling_info.phr_config = NULL;
    // set init value 0xFFFF, make sure periodic timer and retx time counters are NOT active, after bsr transmission set the value configured by the NW.
    UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF =
	MAC_UE_BSR_TIMER_NOT_RUNNING;
    UE_mac_inst[module_idP].scheduling_info.retxBSR_SF =
	MAC_UE_BSR_TIMER_NOT_RUNNING;
    UE_mac_inst[module_idP].BSR_reporting_active = BSR_TRIGGER_NONE;

    UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF =
	get_sf_perioidicPHR_Timer(UE_mac_inst[module_idP].
				  scheduling_info.periodicPHR_Timer);
    UE_mac_inst[module_idP].scheduling_info.prohibitPHR_SF =
	get_sf_prohibitPHR_Timer(UE_mac_inst[module_idP].
				 scheduling_info.prohibitPHR_Timer);
    UE_mac_inst[module_idP].scheduling_info.PathlossChange_db =
	get_db_dl_PathlossChange(UE_mac_inst[module_idP].
				 scheduling_info.PathlossChange);
    UE_mac_inst[module_idP].PHR_reporting_active = 0;

    for (i = 0; i < MAX_NUM_LCID; i++) {
	LOG_D(MAC,
	      "[UE%d] Applying default logical channel config for LCGID %d\n",
	      module_idP, i);
	UE_mac_inst[module_idP].scheduling_info.Bj[i] = -1;
	UE_mac_inst[module_idP].scheduling_info.bucket_size[i] = -1;

	if (i < DTCH) {		// initilize all control channels lcgid to 0
	    UE_mac_inst[module_idP].scheduling_info.LCGID[i] = 0;
	} else {		// initialize all the data channels lcgid to 1
	    UE_mac_inst[module_idP].scheduling_info.LCGID[i] = 1;
	}

	UE_mac_inst[module_idP].scheduling_info.LCID_status[i] =
	    LCID_EMPTY;
	UE_mac_inst[module_idP].scheduling_info.LCID_buffer_remain[i] = 0;
    }
154

155 156
  if(nfapi_mode == 3) {
	  pthread_mutex_init(&UE_mac_inst[module_idP].UL_INFO_mutex,NULL);
157
	  UE_mac_inst[module_idP].UE_mode[0] = NOT_SYNCHED; //PRACH;
158
	  UE_mac_inst[module_idP].first_ULSCH_Tx =0;
159 160 161 162 163 164 165
	  UE_mac_inst[module_idP].SI_Decoded = 0;
	  next_ra_frame = 0;
	  next_Mod_id = 0;
	  tx_request_pdu_list = NULL;
	  tx_req_num_elems = 0;


166 167
  }

168
#ifdef CBA
169

170 171 172 173
    for (i = 0; i < NUM_MAX_CBA_GROUP; i++) {
	UE_mac_inst[module_idP].cba_last_access[i] =
	    round(uniform_rngen(1, 30));
    }
174 175

#endif
176 177
}

Raymond Knopp's avatar
 
Raymond Knopp committed
178

179
unsigned char *parse_header(unsigned char *mac_header,
180 181 182 183 184 185
			    unsigned char *num_ce,
			    unsigned char *num_sdu,
			    unsigned char *rx_ces,
			    unsigned char *rx_lcids,
			    unsigned short *rx_lengths,
			    unsigned short tb_length)
186
{
187

188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
    unsigned char not_done = 1, num_ces = 0, num_cont_res =
	0, num_padding = 0, num_sdus = 0, lcid, num_sdu_cnt;
    unsigned char *mac_header_ptr = mac_header;
    unsigned short length, ce_len = 0;

    while (not_done == 1) {

	if (((SCH_SUBHEADER_FIXED *) mac_header_ptr)->E == 0) {
	    //      printf("E=0\n");
	    not_done = 0;
	}

	lcid = ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->LCID;

	if (lcid < UE_CONT_RES) {
	    //printf("[MAC][UE] header %x.%x.%x\n",mac_header_ptr[0],mac_header_ptr[1],mac_header_ptr[2]);
	    if (not_done == 0) {	// last MAC SDU, length is implicit
		mac_header_ptr++;
		length =
		    tb_length - (mac_header_ptr - mac_header) - ce_len;

		for (num_sdu_cnt = 0; num_sdu_cnt < num_sdus;
		     num_sdu_cnt++) {
		    length -= rx_lengths[num_sdu_cnt];
		}
	    } else {
		if (((SCH_SUBHEADER_LONG *) mac_header_ptr)->F == 1) {
		    length =
			((((SCH_SUBHEADER_LONG *) mac_header_ptr)->
			  L_MSB & 0x7f)
			 << 8) | (((SCH_SUBHEADER_LONG *) mac_header_ptr)->
				  L_LSB & 0xff);
		    mac_header_ptr += 3;
221
#ifdef DEBUG_HEADER_PARSING
222
		    LOG_D(MAC, "[UE] parse long sdu, size %x \n", length);
223
#endif
224

225 226 227 228 229
		} else {	//if (((SCH_SUBHEADER_SHORT *)mac_header_ptr)->F == 0) {
		    length = ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->L;
		    mac_header_ptr += 2;
		}
	    }
230

231
#ifdef DEBUG_HEADER_PARSING
232 233
	    LOG_D(MAC, "[UE] sdu %d lcid %d length %d (offset now %ld)\n",
		  num_sdus, lcid, length, mac_header_ptr - mac_header);
234
#endif
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272
	    rx_lcids[num_sdus] = lcid;
	    rx_lengths[num_sdus] = length;
	    num_sdus++;
	} else {		// This is a control element subheader
	    if (lcid == SHORT_PADDING) {
		num_padding++;
		mac_header_ptr++;
	    } else {
		rx_ces[num_ces] = lcid;
		num_ces++;
		mac_header_ptr++;

		if (lcid == TIMING_ADV_CMD) {
		    ce_len++;
		} else if (lcid == UE_CONT_RES) {

		    // FNA: check MAC Header is one of thoses defined in Annex B of 36.321
		    // Check there is only 1 Contention Resolution
		    if (num_cont_res) {
			LOG_W(MAC,
			      "[UE] Msg4 Wrong received format: More than 1 Contention Resolution\n");
			// exit parsing
			return NULL;

		    }
		    // UE_CONT_RES shall never be the last subheader unless this is the only MAC subheader
		    if ((not_done == 0)
			&& ((num_sdus) || (num_ces > 1) || (num_padding))) {
			LOG_W(MAC,
			      "[UE] Msg4 Wrong received format: Contention Resolution after num_ces=%d num_sdus=%d num_padding=%d\n",
			      num_ces, num_sdus, num_padding);
			// exit parsing
			return NULL;
		    }
		    num_cont_res++;
		    ce_len += 6;
		}
	    }
273

274
#ifdef DEBUG_HEADER_PARSING
275 276
	    LOG_D(MAC, "[UE] ce %d lcid %d (offset now %ld)\n", num_ces,
		  lcid, mac_header_ptr - mac_header);
277
#endif
278
	}
279 280
    }

281 282
    *num_ce = num_ces;
    *num_sdu = num_sdus;
283

284
    return (mac_header_ptr);
285 286
}

287 288 289
uint32_t
ue_get_SR(module_id_t module_idP, int CC_id, frame_t frameP,
	  uint8_t eNB_id, uint16_t rnti, sub_frame_t subframe)
290
{
291

292 293 294 295 296 297 298 299 300 301 302 303 304 305
    // no UL-SCH resources available for this tti && UE has a valid PUCCH resources for SR configuration for this tti
    //  int MGL=6;// measurement gap length in ms
    int MGRP = 0;		// measurement gap repetition period in ms
    int gapOffset = -1;
    int T = 0;

    DevCheck(module_idP < (int) NB_UE_INST, module_idP, NB_UE_INST, 0);

    AssertFatal(CC_id == 0,
		"Transmission on secondary CCs is not supported yet\n");

    // determin the measurement gap
    if (UE_mac_inst[module_idP].measGapConfig != NULL) {
	if (UE_mac_inst[module_idP].measGapConfig->choice.setup.
306
	    gapOffset.present == LTE_MeasGapConfig__setup__gapOffset_PR_gp0) {
307 308 309 310 311 312
	    MGRP = 40;
	    gapOffset =
		UE_mac_inst[module_idP].measGapConfig->choice.
		setup.gapOffset.choice.gp0;
	} else if (UE_mac_inst[module_idP].measGapConfig->choice.
		   setup.gapOffset.present ==
313
		   LTE_MeasGapConfig__setup__gapOffset_PR_gp1) {
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
	    MGRP = 80;
	    gapOffset =
		UE_mac_inst[module_idP].measGapConfig->choice.
		setup.gapOffset.choice.gp1;
	} else {
	    LOG_W(MAC, "Measurement GAP offset is unknown\n");
	}

	T = MGRP / 10;
	DevAssert(T != 0);

	//check the measurement gap and sr prohibit timer
	if ((subframe == gapOffset % 10)
	    && ((frameP % T) == (floor(gapOffset / 10)))
	    && (UE_mac_inst[module_idP].
		scheduling_info.sr_ProhibitTimer_Running == 0)) {
	    UE_mac_inst[module_idP].scheduling_info.SR_pending = 1;
	    return (0);
	}
333 334
    }

335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
    if ((UE_mac_inst[module_idP].physicalConfigDedicated != NULL) &&
	(UE_mac_inst[module_idP].scheduling_info.SR_pending == 1) &&
	(UE_mac_inst[module_idP].scheduling_info.SR_COUNTER <
	 (1 <<
	  (2 +
	   UE_mac_inst[module_idP].
	   physicalConfigDedicated->schedulingRequestConfig->choice.setup.
	   dsr_TransMax)))) {
	LOG_D(MAC,
	      "[UE %d][SR %x] Frame %d subframe %d PHY asks for SR (SR_COUNTER/dsr_TransMax %d/%d), SR_pending %d\n",
	      module_idP, rnti, frameP, subframe,
	      UE_mac_inst[module_idP].scheduling_info.SR_COUNTER,
	      (1 <<
	       (2 +
		UE_mac_inst[module_idP].
		physicalConfigDedicated->schedulingRequestConfig->choice.
		setup.dsr_TransMax)),
	      UE_mac_inst[module_idP].scheduling_info.SR_pending);

	UE_mac_inst[module_idP].scheduling_info.SR_COUNTER++;

	// start the sr-prohibittimer : rel 9 and above
	if (UE_mac_inst[module_idP].scheduling_info.sr_ProhibitTimer > 0) {	// timer configured
	    UE_mac_inst[module_idP].scheduling_info.sr_ProhibitTimer--;
	    UE_mac_inst[module_idP].scheduling_info.
		sr_ProhibitTimer_Running = 1;
	} else {
	    UE_mac_inst[module_idP].scheduling_info.
		sr_ProhibitTimer_Running = 0;
	}

	LOG_D(MAC,
	      "[UE %d][SR %x] Frame %d subframe %d send SR indication (SR_COUNTER/dsr_TransMax %d/%d), SR_pending %d\n",
	      module_idP, rnti, frameP, subframe,
	      UE_mac_inst[module_idP].scheduling_info.SR_COUNTER,
	      (1 <<
	       (2 +
		UE_mac_inst[module_idP].
		physicalConfigDedicated->schedulingRequestConfig->choice.
		setup.dsr_TransMax)),
	      UE_mac_inst[module_idP].scheduling_info.SR_pending);

	//UE_mac_inst[module_idP].ul_active =1;
	return (1);		//instruct phy to signal SR
379
    } else {
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
	// notify RRC to relase PUCCH/SRS
	// clear any configured dl/ul
	// initiate RA
	if (UE_mac_inst[module_idP].scheduling_info.SR_pending) {
	    // release all pucch resource
	    UE_mac_inst[module_idP].physicalConfigDedicated = NULL;
	    UE_mac_inst[module_idP].ul_active = 0;
	    UE_mac_inst[module_idP].BSR_reporting_active =
		BSR_TRIGGER_NONE;

	    LOG_I(MAC, "[UE %d] Release all SRs \n", module_idP);
	}
	UE_mac_inst[module_idP].scheduling_info.SR_pending = 0;
	UE_mac_inst[module_idP].scheduling_info.SR_COUNTER = 0;
	return (0);
    }
396 397
}

398 399
//------------------------------------------------------------------------------
void
400
ue_send_sdu(module_id_t module_idP,
401 402
	    uint8_t CC_id,
	    frame_t frameP,
403 404
	    sub_frame_t subframeP,
	    uint8_t * sdu, uint16_t sdu_len, uint8_t eNB_index)
fnabet's avatar
fnabet committed
405 406
//------------------------------------------------------------------------------
{
407

408 409 410 411
    unsigned char rx_ces[MAX_NUM_CE], num_ce, num_sdu, i, *payload_ptr;
    unsigned char rx_lcids[NB_RB_MAX];
    unsigned short rx_lengths[NB_RB_MAX];
    unsigned char *tx_sdu;
gabrielC's avatar
gabrielC committed
412
#if UE_TIMING_TRACE
413
    start_meas(&UE_mac_inst[module_idP].rx_dlsch_sdu);
gabrielC's avatar
gabrielC committed
414
#endif
415 416
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SEND_SDU, VCD_FUNCTION_IN);
417

418 419

  //LOG_D(MAC,"sdu: %x.%x.%x\n",sdu[0],sdu[1],sdu[2]);
420

421
    if (opt_enabled) {
laurent's avatar
laurent committed
422
	trace_pdu(DIRECTION_DOWNLINK, sdu, sdu_len, module_idP, WS_C_RNTI,
423 424 425 426 427
		  UE_mac_inst[module_idP].crnti, frameP, subframeP, 0, 0);
	LOG_D(OPT,
	      "[UE %d][DLSCH] Frame %d trace pdu for rnti %x  with size %d\n",
	      module_idP, frameP, UE_mac_inst[module_idP].crnti, sdu_len);
    }
428

429 430 431
    payload_ptr =
	parse_header(sdu, &num_ce, &num_sdu, rx_ces, rx_lcids, rx_lengths,
		     sdu_len);
432 433

#ifdef DEBUG_HEADER_PARSING
434 435 436
    LOG_D(MAC,
	  "[UE %d] ue_send_sdu : Frame %d eNB_index %d : num_ce %d num_sdu %d\n",
	  module_idP, frameP, eNB_index, num_ce, num_sdu);
437 438 439
#endif

#if defined(ENABLE_MAC_PAYLOAD_DEBUG)
440
    LOG_T(MAC, "[UE %d] First 32 bytes of DLSCH : \n", module_idP);
441

442 443 444
    for (i = 0; i < 32; i++) {
	LOG_T(MAC, "%x.", sdu[i]);
    }
445

446
    LOG_T(MAC, "\n");
447 448
#endif

449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
    if (payload_ptr != NULL) {

	for (i = 0; i < num_ce; i++) {
	    //    printf("ce %d : %d\n",i,rx_ces[i]);
	    switch (rx_ces[i]) {
	    case UE_CONT_RES:

		LOG_I(MAC,
		      "[UE %d][RAPROC] Frame %d : received contention resolution msg: %x.%x.%x.%x.%x.%x, Terminating RA procedure\n",
		      module_idP, frameP, payload_ptr[0], payload_ptr[1],
		      payload_ptr[2], payload_ptr[3], payload_ptr[4],
		      payload_ptr[5]);

		if (UE_mac_inst[module_idP].RA_active == 1) {
		    LOG_I(MAC,
			  "[UE %d][RAPROC] Frame %d : Clearing RA_active flag\n",
			  module_idP, frameP);
		    UE_mac_inst[module_idP].RA_active = 0;
		    // check if RA procedure has finished completely (no contention)
		    tx_sdu = &UE_mac_inst[module_idP].CCCH_pdu.payload[3];

		    //Note: 3 assumes sizeof(SCH_SUBHEADER_SHORT) + PADDING CE, which is when UL-Grant has TBS >= 9 (64 bits)
		    // (other possibility is 1 for TBS=7 (SCH_SUBHEADER_FIXED), or 2 for TBS=8 (SCH_SUBHEADER_FIXED+PADDING or SCH_SUBHEADER_SHORT)
		    for (i = 0; i < 6; i++)
			if (tx_sdu[i] != payload_ptr[i]) {
			    LOG_E(MAC,
				  "[UE %d][RAPROC] Contention detected, RA failed\n",
				  module_idP);
477 478
			    if(nfapi_mode == 3) { // phy_stub mode
			    	//  Modification for phy_stub mode operation here. We only need to make sure that the ue_mode is back to
479
			    	// PRACH state.
480
			    	LOG_I(MAC, "nfapi_mode3: Setting UE_mode BACK to PRACH 1\n");
481 482 483 484 485 486
			    	UE_mac_inst[module_idP].UE_mode[eNB_index] = PRACH;
			    	//ra_failed(module_idP,CC_id,eNB_index);UE_mac_inst[module_idP].RA_contention_resolution_timer_active = 0;
			    	}
			    else{
			    	ra_failed(module_idP, CC_id, eNB_index);
			    }
487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
			    UE_mac_inst
				[module_idP].
				RA_contention_resolution_timer_active = 0;
			    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
				(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SEND_SDU,
				 VCD_FUNCTION_OUT);
			    return;
			}

		    LOG_I(MAC,
			  "[UE %d][RAPROC] Frame %d : Clearing contention resolution timer\n",
			  module_idP, frameP);
		    UE_mac_inst
			[module_idP].
			RA_contention_resolution_timer_active = 0;
502 503
		    if(nfapi_mode == 3) // phy_stub mode
		    	{
504
		    	// Modification for phy_stub mode operation here. We only need to change the ue_mode to PUSCH
505 506 507 508 509
		    	UE_mac_inst[module_idP].UE_mode[eNB_index] = PUSCH;
		    	}
		    else { // Full stack mode
		    	ra_succeeded(module_idP,CC_id,eNB_index);
		    }
510 511 512 513 514 515
		}

		payload_ptr += 6;
		break;

	    case TIMING_ADV_CMD:
516
#ifdef DEBUG_HEADER_PARSING
517 518
		LOG_D(MAC, "[UE] CE %d : UE Timing Advance : %d\n", i,
		      payload_ptr[0]);
519
#endif
520

521
	  // Eliminate call to process_timing_advance for the phy_stub UE operation mode. Is this correct?
522 523 524 525
      if (nfapi_mode!=3)
      {
    	  process_timing_advance(module_idP,CC_id,payload_ptr[0]);
      }
526 527 528
      payload_ptr++;
      break;

529
	    case DRX_CMD:
530
#ifdef DEBUG_HEADER_PARSING
531
		LOG_D(MAC, "[UE] CE %d : UE DRX :", i);
532
#endif
533 534 535 536
		payload_ptr++;
		break;
	    }
	}
537

538
	for (i = 0; i < num_sdu; i++) {
539
#ifdef DEBUG_HEADER_PARSING
540 541
	    LOG_D(MAC, "[UE] SDU %d : LCID %d, length %d\n", i,
		  rx_lcids[i], rx_lengths[i]);
542
#endif
543
	    if (rx_lcids[i] == CCCH) {
544

545 546 547 548
		LOG_D(MAC,
		      "[UE %d] rnti %x Frame %d : DLSCH -> DL-CCCH, RRC message (eNB %d, %d bytes)\n",
		      module_idP, UE_mac_inst[module_idP].crnti, frameP,
		      eNB_index, rx_lengths[i]);
549 550

#if defined(ENABLE_MAC_PAYLOAD_DEBUG)
551
		int j;
552

553 554 555
		for (j = 0; j < rx_lengths[i]; j++) {
		    LOG_T(MAC, "%x.", (uint8_t) payload_ptr[j]);
		}
556

557
		LOG_T(MAC, "\n");
558
#endif
559

560
		mac_rrc_data_ind_ue(module_idP,
561 562 563 564 565
				 CC_id,
				 frameP, subframeP,
				 UE_mac_inst[module_idP].crnti,
				 CCCH,
				 (uint8_t *) payload_ptr,
566
				 rx_lengths[i], eNB_index, 0);
567 568 569 570 571 572 573 574 575 576

	    } else if ((rx_lcids[i] == DCCH) || (rx_lcids[i] == DCCH1)) {
		LOG_D(MAC,
		      "[UE %d] Frame %d : DLSCH -> DL-DCCH%d, RRC message (eNB %d, %d bytes)\n",
		      module_idP, frameP, rx_lcids[i], eNB_index,
		      rx_lengths[i]);
		mac_rlc_data_ind(module_idP, UE_mac_inst[module_idP].crnti,
				 eNB_index, frameP, ENB_FLAG_NO,
				 MBMS_FLAG_NO, rx_lcids[i],
				 (char *) payload_ptr, rx_lengths[i], 1,
577
				 NULL
578
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
579 580
  ,SL_RESET_RLC_FLAG_NO
#endif
581
		);
582 583 584 585 586 587 588

	    } else if ((rx_lcids[i] < NB_RB_MAX) && (rx_lcids[i] > DCCH1)) {

		LOG_D(MAC,
		      "[UE %d] Frame %d : DLSCH -> DL-DTCH%d (eNB %d, %d bytes)\n",
		      module_idP, frameP, rx_lcids[i], eNB_index,
		      rx_lengths[i]);
589 590

#if defined(ENABLE_MAC_PAYLOAD_DEBUG)
591 592 593 594
		int j;
		for (j = 0; j < rx_lengths[i]; j++)
		    LOG_T(MAC, "%x.", (unsigned char) payload_ptr[j]);
		LOG_T(MAC, "\n");
595
#endif
596 597 598 599 600 601 602 603
		mac_rlc_data_ind(module_idP,
				 UE_mac_inst[module_idP].crnti,
				 eNB_index,
				 frameP,
				 ENB_FLAG_NO,
				 MBMS_FLAG_NO,
				 rx_lcids[i],
				 (char *) payload_ptr, rx_lengths[i], 1,
604
				 NULL
605
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
606 607
  ,SL_RESET_RLC_FLAG_NO
#endif
608
		);
609 610 611 612 613 614 615 616 617 618 619
	    } else {
		LOG_E(MAC, "[UE %d] Frame %d : unknown LCID %d (eNB %d)\n",
		      module_idP, frameP, rx_lcids[i], eNB_index);
	    }
	    payload_ptr += rx_lengths[i];
	}
    }				// end if (payload_ptr != NULL)

    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SEND_SDU, VCD_FUNCTION_OUT);

gabrielC's avatar
gabrielC committed
620
#if UE_TIMING_TRACE
621
    stop_meas(&UE_mac_inst[module_idP].rx_dlsch_sdu);
gabrielC's avatar
gabrielC committed
622
#endif
623 624
}

625 626
void
ue_decode_si(module_id_t module_idP, int CC_id, frame_t frameP,
627 628
	     uint8_t eNB_index, void *pdu, uint16_t len,
	     SLSS_t *slss,int *frame,int *subframe)
629
{
gabrielC's avatar
gabrielC committed
630 631 632
#if UE_TIMING_TRACE
    start_meas(&UE_mac_inst[module_idP].rx_si);
#endif
633

634 635 636
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_DECODE_SI, VCD_FUNCTION_IN);

637
    if (slss == NULL) { // this is not MIB-SL
638 639 640
      LOG_D(MAC, "[UE %d] Frame %d Sending SI to RRC (LCID Id %d,len %d)\n",
             module_idP, frameP, BCCH, len);

641 642 643 644 645 646
      mac_rrc_data_ind_ue(module_idP, CC_id, frameP, 0,	// unknown subframe
			  SI_RNTI,
			  BCCH, (uint8_t *) pdu, len, eNB_index,
			  0);
    }
    else {
647
      LOG_D(MAC, "[UE %d] Frame %d Sending MIBSL to RRC (LCID Id %d,len %d) : %x.%x.%x.%x.%x\n",
648
          module_idP, frameP, MIBSLCH, 5, slss->slmib[0],slss->slmib[1],slss->slmib[2],slss->slmib[3],slss->slmib[4]);
649
 
650 651
      mac_rrc_data_ind_ue(module_idP, CC_id, frameP, 0,	// unknown subframe
			  SI_RNTI,
652
			  MIBSLCH, (uint8_t *) slss->slmib, 5, eNB_index,
653
			  0);
654 655 656
      // copy frame/subframe
      *frame    = UE_mac_inst[module_idP].directFrameNumber_r12;
      *subframe = UE_mac_inst[module_idP].directSubframeNumber_r12;
657
      LOG_D(MAC,"SL: Resetting SF.SFN to %d.%d\n",*frame,*subframe);
658
    }
659 660
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_DECODE_SI, VCD_FUNCTION_OUT);
661

gabrielC's avatar
gabrielC committed
662
#if UE_TIMING_TRACE
663
    stop_meas(&UE_mac_inst[module_idP].rx_si);
gabrielC's avatar
gabrielC committed
664
#endif
665
    if (opt_enabled == 1) {
laurent's avatar
laurent committed
666
	trace_pdu(DIRECTION_UPLINK,
667 668 669
		  (uint8_t *) pdu,
		  len,
		  module_idP,
laurent's avatar
laurent committed
670
		  WS_SI_RNTI,
671 672 673
		  0xffff,
		  UE_mac_inst[module_idP].rxFrame,
		  UE_mac_inst[module_idP].rxSubframe, 0, 0);
674
	LOG_I(OPT,
675 676 677
	      "[UE %d][BCH] Frame %d trace pdu for CC_id %d rnti %x with size %d\n",
	      module_idP, frameP, CC_id, 0xffff, len);
    }
678 679
}

680 681 682
void
ue_decode_p(module_id_t module_idP, int CC_id, frame_t frameP,
	    uint8_t eNB_index, void *pdu, uint16_t len)
683
{
gabrielC's avatar
gabrielC committed
684 685 686
#if UE_TIMING_TRACE
    start_meas(&UE_mac_inst[module_idP].rx_p);
#endif
687

688 689 690 691 692 693 694
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_DECODE_PCCH, VCD_FUNCTION_IN);

    LOG_D(MAC,
	  "[UE %d] Frame %d Sending Paging message to RRC (LCID Id %d,len %d)\n",
	  module_idP, frameP, PCCH, len);

695
    mac_rrc_data_ind_ue(module_idP, CC_id, frameP, 0,	// unknown subframe
696
		     P_RNTI,
697
		     PCCH, (uint8_t *) pdu, len, eNB_index,
698 699 700
		     0);
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_DECODE_PCCH, VCD_FUNCTION_OUT);
701

gabrielC's avatar
gabrielC committed
702
#if UE_TIMING_TRACE
703
    stop_meas(&UE_mac_inst[module_idP].rx_p);
gabrielC's avatar
gabrielC committed
704
#endif
705
    if (opt_enabled == 1) {
laurent's avatar
laurent committed
706
	trace_pdu(DIRECTION_UPLINK ,
707 708 709
		  (uint8_t *) pdu,
		  len,
		  module_idP,
laurent's avatar
laurent committed
710
		  WS_SI_RNTI,
711 712 713 714 715 716 717
		  P_RNTI,
		  UE_mac_inst[module_idP].rxFrame,
		  UE_mac_inst[module_idP].rxSubframe, 0, 0);
	LOG_D(OPT,
	      "[UE %d][BCH] Frame %d trace pdu for CC_id %d rnti %x with size %d\n",
	      module_idP, frameP, CC_id, P_RNTI, len);
    }
718 719
}

720
#if (LTE_RRC_VERSION >= MAKE_VERSION(10, 0, 0))
721
unsigned char *parse_mch_header(unsigned char *mac_header,
722 723 724 725
				unsigned char *num_sdu,
				unsigned char *rx_lcids,
				unsigned short *rx_lengths,
				unsigned short tb_length)
726
{
727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767
    unsigned char not_done = 1, num_sdus = 0, lcid, i;
    unsigned char *mac_header_ptr = mac_header;
    unsigned short length;

    while (not_done == 1) {
	if (((SCH_SUBHEADER_FIXED *) mac_header_ptr)->E == 0) {
	    not_done = 0;
	}

	lcid = ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->LCID;

	if (lcid < SHORT_PADDING) {	// subheader for MSI, MCCH or MTCH
	    if (not_done == 0) {	// last MAC SDU, length is implicit
		mac_header_ptr++;
		length = tb_length - (mac_header_ptr - mac_header);

		for (i = 0; i < num_sdus; i++) {
		    length -= rx_lengths[i];
		}
	    } else {		// not the last MAC SDU
		if (((SCH_SUBHEADER_LONG *) mac_header_ptr)->F == 1) {	// subheader has length of 3octets
		    //    length = ((SCH_SUBHEADER_LONG *)mac_header_ptr)->L;
		    length =
			((((SCH_SUBHEADER_LONG *) mac_header_ptr)->
			  L_MSB & 0x7f)
			 << 8) | (((SCH_SUBHEADER_LONG *) mac_header_ptr)->
				  L_LSB & 0xff);
		    mac_header_ptr += 3;
		} else {	// subheader has length of 2octets
		    length = ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->L;
		    mac_header_ptr += 2;
		}
	    }

	    rx_lcids[num_sdus] = lcid;
	    rx_lengths[num_sdus] = length;
	    num_sdus++;
	} else {		// subheader for padding
	    //     if (lcid == SHORT_PADDING)
	    mac_header_ptr++;
	}
768 769
    }

770 771
    *num_sdu = num_sdus;
    return (mac_header_ptr);
772 773 774
}

// this function is for sending mch_sdu from phy to mac
775 776 777 778
void
ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
		uint8_t * sdu, uint16_t sdu_len, uint8_t eNB_index,
		uint8_t sync_area)
779
{
780

781
    unsigned char num_sdu, i, j, *payload_ptr;
782 783
    unsigned char rx_lcids[NB_RB_MAX];
    unsigned short rx_lengths[NB_RB_MAX];
gabrielC's avatar
gabrielC committed
784
#if UE_TIMING_TRACE
785
    start_meas(&UE_mac_inst[module_idP].rx_mch_sdu);
gabrielC's avatar
gabrielC committed
786
#endif
787 788
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SEND_MCH_SDU, VCD_FUNCTION_IN);
789

790 791 792 793 794 795 796 797 798 799 800 801
    LOG_D(MAC,
	  "[UE %d] Frame %d : process the mch PDU for sync area %d \n",
	  module_idP, frameP, sync_area);
    LOG_D(MAC, "[UE %d] sdu: %x.%x\n", module_idP, sdu[0], sdu[1]);
    LOG_D(MAC, "[UE %d] parse_mch_header, demultiplex\n", module_idP);

    payload_ptr =
	parse_mch_header(sdu, &num_sdu, rx_lcids, rx_lengths, sdu_len);
    LOG_D(MAC, "[UE %d] parse_mch_header, found %d sdus\n", module_idP,
	  num_sdu);

    for (i = 0; i < num_sdu; i++) {
802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860
      if (rx_lcids[i] == MCH_SCHDL_INFO) {
        if (rx_lengths[i] & 0x01) {
          LOG_E(MAC,"MCH Scheduling Information MAC Control Element should have an even size\n");
        }

        LOG_D(MAC,"MCH Scheduling Information, len(%d)\n",rx_lengths[i]);

        for (j=0; j<rx_lengths[i]/2; j++) {
          uint16_t stop_mtch_val = ((uint16_t)(payload_ptr[2*j] & 0x07) << 8) | (uint16_t)payload_ptr[2*j+1];

          UE_mac_inst[module_idP].pmch_lcids[j] = (payload_ptr[2*j] & 0xF8) >> 3;
          UE_mac_inst[module_idP].pmch_stop_mtch[j] = stop_mtch_val;
          LOG_D(MAC,"lcid(%d),stop_mtch_val %d frameP(%d)\n", UE_mac_inst[module_idP].pmch_lcids[j], stop_mtch_val, frameP);

          if ((stop_mtch_val >= 2043) && (stop_mtch_val <= 2046)) {
            LOG_D(MAC,"(reserved)\n");
          }

          UE_mac_inst[module_idP].msi_status_v[j] = 0;

          if (UE_mac_inst[module_idP].mcch_status==1) {
            LOG_D(MAC,"[UE %d] Frame %d : MCH->MSI for sync area %d (eNB %d, %d bytes), i(%d)\n", module_idP, frameP, sync_area, eNB_index, rx_lengths[i], UE_mac_inst[module_idP].pmch_stop_mtch[j]);
            if (UE_mac_inst[module_idP].pmch_stop_mtch[j] < 2043) {
              UE_mac_inst[module_idP].pmch_stop_mtch[j] += UE_mac_inst[module_idP].msi_current_alloc;
              UE_mac_inst[module_idP].msi_status_v[j] = 1;
            }
          }
        }
      } else if (rx_lcids[i] == MCCH_LCHANID) {
        LOG_D(MAC,"[UE %d] Frame %d : SDU %d MCH->MCCH for sync area %d (eNB %d, %d bytes)\n",module_idP,frameP, i, sync_area, eNB_index, rx_lengths[i]);
        mac_rrc_data_ind_ue(module_idP,
                         CC_id,
                         frameP,0, // unknown subframe
                         M_RNTI,
                         MCCH,
                         payload_ptr + 1, // Skip RLC layer 1st byte
                         rx_lengths[i] - 1,
                         eNB_index,
                         sync_area);
      } else if (rx_lcids[i] <= 28) {
        for (j=0; j<28; j++) {
          if (rx_lcids[i] == UE_mac_inst[module_idP].pmch_lcids[j])
            break;
        }

        if (j<28 && UE_mac_inst[module_idP].msi_status_v[j]==1) {
          LOG_D(MAC,"[UE %d] Frame %d : MCH->MTCH for sync area %d (eNB %d, %d bytes), j=%d\n", module_idP, frameP, sync_area, eNB_index, rx_lengths[i], j);

          mac_rlc_data_ind(
            module_idP,
            UE_mac_inst[module_idP].crnti,
            eNB_index,
            frameP,
            ENB_FLAG_NO,
            MBMS_FLAG_YES,
            rx_lcids[i], /*+ (maxDRB + 3),*/
            (char *)payload_ptr,
            rx_lengths[i],
            1,
861
            NULL
862
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
863 864 865
  ,SL_RESET_RLC_FLAG_NO
#endif
          );
866 867 868 869 870 871 872 873

        }
      } else {
        LOG_W(MAC,
              "[UE %d] Frame %d : unknown sdu %d rx_lcids[%d]=%d mcch status %d eNB %d \n",
              module_idP, frameP, rx_lengths[i], i, rx_lcids[i],
              UE_mac_inst[module_idP].mcch_status, eNB_index);
      }
874

875
      payload_ptr += rx_lengths[i];
876
    }
877

878 879
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SEND_MCH_SDU, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
880
#if UE_TIMING_TRACE
881
    stop_meas(&UE_mac_inst[module_idP].rx_mch_sdu);
gabrielC's avatar
gabrielC committed
882
#endif
883 884
}

Raymond Knopp's avatar
Raymond Knopp committed
885
void ue_send_sl_sdu(module_id_t module_idP,
886 887 888 889 890 891 892 893
      uint8_t CC_id,
      frame_t frameP,
      sub_frame_t subframeP,
      uint8_t* sdu,
      uint16_t sdu_len,
      uint8_t eNB_index,
      sl_discovery_flag_t sl_discovery_flag
) {
894
	int rlc_sdu_len;
Raymond Knopp's avatar
Raymond Knopp committed
895 896
   unsigned char *rlc_sdu;
   int lcid=-1;
897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912
   uint32_t destinationL2Id =0x00000000;
   uint32_t sourceL2Id = 0x00000000;

   if (sl_discovery_flag == SL_DISCOVERY_FLAG_NO) {

      // Notes: 1. no control elements are supported yet
      //        2. we exit with error if LCID != 3
      //        3. we exit with error if E=1 (more than one SDU/CE)
      // extract header
      SLSCH_SUBHEADER_24_Bit_DST_LONG *longh = (SLSCH_SUBHEADER_24_Bit_DST_LONG *)sdu;
      AssertFatal(longh->E==0,"E is non-zero\n");
      //AssertFatal(((longh->LCID==3)|(longh->LCID==10)|(longh->LCID==4)),"LCID is %d (not 3, 4 or 10)\n",longh->LCID);
      //filter incoming packet based on destination address
      destinationL2Id = (longh->DST07<<16) | (longh->DST815 <<8) | (longh->DST1623);
      sourceL2Id = (longh->SRC07<<16) | (longh->SRC815 <<8) | (longh->SRC1623);

913 914 915 916

      // check if L1 has sent up a reception of its own transmission
      if (sourceL2Id == UE_mac_inst[module_idP].sourceL2Id) return;

917 918 919 920 921
      //in case of 1-n communication, verify that UE belongs to that group
      int i = 0;
      int j = 0;
      for (i=0; i< MAX_NUM_LCID; i++)
         if ((UE_mac_inst[module_idP].sl_info[i].groupL2Id == destinationL2Id) && (UE_mac_inst[module_idP].sl_info[i].sourceL2Id != sourceL2Id)) {
922
	    lcid = UE_mac_inst[module_idP].sl_info[i].LCID;
923
            LOG_D(MAC, "Found corresponding receiver LCID for group communication: %d \n", lcid);
924 925 926
            break;
         }

927
      //LOG_I(MAC, "MAX_NUM_LCID: %d, MAX_NUM_LCID_DATA: %d, ")
928 929 930
      for (j = 0; j< MAX_NUM_LCID; j++){
         if ((longh->LCID < MAX_NUM_LCID_DATA) && (j < MAX_NUM_LCID_DATA)){
            if ((UE_mac_inst[module_idP].sl_info[j].destinationL2Id == sourceL2Id) && (UE_mac_inst[module_idP].sl_info[j].sourceL2Id == destinationL2Id)) {
931 932
               //lcid = longh->LCID; 
	       lcid = UE_mac_inst[module_idP].sl_info[j].LCID;
933
               LOG_D(MAC, "Found corresponding receiver LCID for DATA direct communication: %d \n", lcid);
934 935 936 937 938 939
               break;
            }
         }
         if ((longh->LCID >= MAX_NUM_LCID_DATA) && (j >= MAX_NUM_LCID_DATA)){
            //PC5-S (receive message after transmitting, e.g, security-command...)
            if ((UE_mac_inst[module_idP].sl_info[j].sourceL2Id == destinationL2Id) && (UE_mac_inst[module_idP].sl_info[j].destinationL2Id == 0)) {
940 941 942 943 944
                LOG_I(MAC, "Received a PC5-S message, Tx LCID: %d Rx LCID: %d \n \n", longh->LCID, UE_mac_inst[module_idP].sl_info[j].LCID);
		if (UE_mac_inst[module_idP].sl_info[j].LCID > 0) {
		    lcid = UE_mac_inst[module_idP].sl_info[j].LCID;  //lcid = longh->LCID;
		    LOG_I(MAC, "Found corresponding receiver LCID for SIGNALING direct communication: %d \n", lcid);
                }
945

946 947 948 949
               break;
            }
         }
      }
Raymond Knopp's avatar
Raymond Knopp committed
950

951
 
952
      /*
953 954 955 956
  int k = 0;
  if (j == MAX_NUM_LCID) {
     for (k = MAX_NUM_LCID_DATA; k < MAX_NUM_LCID; k++){
        //PC5-S (default RX)
957 958
        if ((UE_mac_inst[module_idP].sl_info[k].sourceL2Id == destinationL2Id) && (UE_mac_inst[module_idP].sl_info[k].destinationL2Id == 0)) 
        {
959 960 961 962
           lcid = UE_mac_inst[module_idP].sl_info[k].LCID;
           break;
        }
     }
963 964
  }

965

966 967
      //match the destinationL2Id with UE L2Id or groupL2ID
      if (!(((destinationL2Id == UE_mac_inst[module_idP].sourceL2Id) && (j < MAX_NUM_LCID)) | ((destinationL2Id == UE_mac_inst[module_idP].sourceL2Id) && (longh->LCID >= MAX_NUM_LCID_DATA)) | (i < MAX_NUM_LCID))){
968 969
         LOG_W( MAC, "[Destination Id %d is neither matched with Source Id %d nor with Group Id, drop the packet!!! \n",
                destinationL2Id,UE_mac_inst[module_idP].sourceL2Id);
970 971 972
         return;
      }
      if (lcid == 0) {
973
         LOG_W( MAC, "lcid = 0 drop the packet!!! \n");
974 975
         return;
      }
976

Raymond Knopp's avatar
Raymond Knopp committed
977
*/
978 979 980
      
      //lcid = longh->LCID;
      //LOG_I(MAC, "Actually assigned receiver bearer: %d \n", lcid);
Raymond Knopp's avatar
Raymond Knopp committed
981 982

//      LOG_I( MAC, "DestinationL2Id:  0x%08x, sl_rbid %d, longh->LCID %d  \n", destinationL2Id, lcid, longh->LCID );
983

Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
984

985 986 987 988 989 990 991 992
      if (longh->F==1) {
         rlc_sdu_len = ((longh->L_MSB<<8)&0x7F00)|(longh->L_LSB&0xFF);
         rlc_sdu = sdu+sizeof(SLSCH_SUBHEADER_24_Bit_DST_LONG);
      }
      else {
         rlc_sdu_len = ((SLSCH_SUBHEADER_24_Bit_DST_SHORT *)sdu)->L;
         rlc_sdu = sdu+sizeof(SLSCH_SUBHEADER_24_Bit_DST_SHORT);
      }
Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
993

994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006
      //Test
      i=0;
      sl_reset_rlc_flag_t reset_flag = SL_RESET_RLC_FLAG_YES;
      if (longh->LCID < MAX_NUM_LCID_DATA) reset_flag = SL_RESET_RLC_FLAG_NO;

      for (i = MAX_NUM_LCID_DATA; i < MAX_NUM_LCID; i++){
         //PC5-S (default RX)
         if ((UE_mac_inst[module_idP].sl_info[i].destinationL2Id == sourceL2Id) && (longh->LCID >= MAX_NUM_LCID_DATA)) {
            reset_flag = SL_RESET_RLC_FLAG_NO;
            break;
         }
      }
      if (reset_flag == SL_RESET_RLC_FLAG_YES){
Raymond Knopp's avatar
Raymond Knopp committed
1007
         LOG_D(MAC, "SL_RESET_RLC_FLAG_YES\n");
1008
      } else {
Raymond Knopp's avatar
Raymond Knopp committed
1009
         LOG_D(MAC, "SL_RESET_RLC_FLAG_NO\n");
1010
      }
Raymond Knopp's avatar
Raymond Knopp committed
1011
  
1012
      AssertFatal(lcid>0,"lcid %d should not happen\n",lcid);
1013
      LOG_D(MAC,"%d.%d myL2Id %d sending sdu of size %d, sourceL2Id %d, lcid %d to RLC\n",frameP,subframeP,UE_mac_inst[module_idP].sourceL2Id,rlc_sdu_len,sourceL2Id,lcid);
Raymond Knopp's avatar
Raymond Knopp committed
1014

1015
      if(UE_rrc_inst[0].Info[0].rnti == 0){
1016
    	  mac_rlc_data_ind(
1017 1018 1019 1020 1021 1022 1023
            module_idP,
            0x1234,
            eNB_index,
            frameP,
            ENB_FLAG_NO,
            MBMS_FLAG_NO,
            lcid, //3/10
Raymond Knopp's avatar
Raymond Knopp committed
1024
            (char*)rlc_sdu,
1025 1026 1027
            rlc_sdu_len,
            1,
            NULL
1028
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
1029
            ,reset_flag
Tien-Thinh Nguyen's avatar
Tien-Thinh Nguyen committed
1030
#endif
1031
      );
1032 1033 1034 1035 1036 1037 1038 1039 1040 1041
      }
      else{
    	  mac_rlc_data_ind(
    	              module_idP,
    	              UE_rrc_inst[0].Info[0].rnti,
    	              eNB_index,
    	              frameP,
    	              ENB_FLAG_NO,
    	              MBMS_FLAG_NO,
    	              lcid, //3/10
Raymond Knopp's avatar
Raymond Knopp committed
1042
    	              (char*)rlc_sdu,
1043 1044 1045
    	              rlc_sdu_len,
    	              1,
    	              NULL
1046
		  #if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
1047 1048 1049 1050
    	              ,reset_flag
    	  #endif
    	        );
      }
1051 1052 1053
   } else { //SL_DISCOVERY
      uint16_t len = sdu_len;
      LOG_D( MAC, "SL DISCOVERY \n");
1054
      mac_rrc_data_ind_ue(module_idP,
1055 1056 1057 1058 1059 1060 1061 1062 1063
            CC_id,
            frameP,subframeP,
            UE_mac_inst[module_idP].crnti,
            SL_DISCOVERY,
            sdu, //(uint8_t*)&UE_mac_inst[Mod_id].SL_Discovery[0].Rx_buffer.Payload[0],
            len,
            eNB_index,
            0);
   }
Raymond Knopp's avatar
Raymond Knopp committed
1064 1065 1066
}


1067 1068
int8_t ue_get_mbsfn_sf_alloction (module_id_t module_idP, uint8_t mbsfn_sync_area, unsigned char eNB_index)
{
1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084
    // currently there is one-to-one mapping between sf allocation pattern and sync area
    if (mbsfn_sync_area >= MAX_MBSFN_AREA) {
	LOG_W(MAC,
	      "[UE %" PRIu8 "] MBSFN synchronization area %" PRIu8
	      " out of range for eNB %" PRIu8 "\n", module_idP,
	      mbsfn_sync_area, eNB_index);
	return -1;
    } else if (UE_mac_inst[module_idP].
	       mbsfn_SubframeConfig[mbsfn_sync_area] != NULL) {
	return mbsfn_sync_area;
    } else {
	LOG_W(MAC,
	      "[UE %" PRIu8 "] MBSFN Subframe Config pattern %" PRIu8
	      " not found \n", module_idP, mbsfn_sync_area);
	return -1;
    }
1085
}
1086

1087
int ue_query_p_mch_info(module_id_t module_idP, uint32_t frameP, uint32_t subframe, int commonSFAlloc_period, int commonSFAlloc_offset, int num_sf_alloc, int *mtch_active, int *msi_active, uint8_t *mch_lcid)
1088
{
1089 1090 1091
  int i, mtch_mcs = -1;
  int mtch_flag = 0;
  int msi_flag = 0;
1092

1093 1094 1095
  for (i = 0; i < 4; i++) {
    if (UE_mac_inst[module_idP].pmch_Config[i] == NULL)
      continue;
1096

1097 1098
    int mch_scheduling_period = 8 << UE_mac_inst[module_idP].pmch_Config[i]->mch_SchedulingPeriod_r9;
    uint8_t  sf_AllocEnd_r9   = UE_mac_inst[module_idP].pmch_Config[i]->sf_AllocEnd_r9;
1099

1100 1101 1102
    if (sf_AllocEnd_r9 == 2047) {
      msi_flag = 1;
      break;
1103
    }
1104

1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125
    if ((frameP % mch_scheduling_period) == (commonSFAlloc_offset + (frameP % 4))) {
      if (i == 0) {
        //msi and mtch are mutally excluded then the break is safe
        if ((num_sf_alloc == 0) && (sf_AllocEnd_r9 >= 1)) {
          msi_flag = 1;
          LOG_D(MAC,"msi(%d) should be allocated:frame(%d),submframe(%d),num_sf_alloc(%d),sf_AllocEnd_r9(%d),common_num_sf_alloc(%d)\n",i,frameP,subframe,num_sf_alloc,sf_AllocEnd_r9,UE_mac_inst[module_idP].common_num_sf_alloc);
          UE_mac_inst[module_idP].msi_current_alloc = num_sf_alloc;
          UE_mac_inst[module_idP].msi_pmch = i;
        }
      } else { //more that one MCH ?? check better this condition
        //msi and mtch are mutally excluded then the break is safe
        if ((num_sf_alloc ==  UE_mac_inst[module_idP].pmch_Config[i-1]->sf_AllocEnd_r9 + 1) && (sf_AllocEnd_r9 >= (num_sf_alloc+1))) {
          //msi should be just after 
          msi_flag = 1;
          LOG_D(MAC,"msi(%d) should be allocated:frame(%d),submframe(%d),num_sf_alloc(%d),sf_AllocEnd_r9(%d),common_num_sf_alloc(%d)\n",i,frameP,subframe,num_sf_alloc,sf_AllocEnd_r9,UE_mac_inst[module_idP].common_num_sf_alloc);
          UE_mac_inst[module_idP].msi_current_alloc = num_sf_alloc;
          UE_mac_inst[module_idP].msi_pmch = i;
        }
      }
    }
  }
1126

1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140
  for (i = 0; i < 28; i++) {
    if (UE_mac_inst[module_idP].pmch_stop_mtch[i] >= num_sf_alloc) {
      if (UE_mac_inst[module_idP].pmch_stop_mtch[i] != 2047) {
        mtch_flag = 1;
        if (UE_mac_inst[module_idP].pmch_Config[UE_mac_inst[module_idP].msi_pmch] != NULL)
          mtch_mcs = UE_mac_inst[module_idP].pmch_Config[UE_mac_inst[module_idP].msi_pmch]->dataMCS_r9;
        else
          mtch_mcs = -1;
        *mch_lcid = (uint8_t)i;
        LOG_D(MAC,"mtch should be allocated:frame(%d),submframe(%d),num_sf_alloc(%d),mtch_mcs(%d),pmch_stop_mtch(%d),lcid(%d),msi_pmch(%d)\n",frameP,subframe,num_sf_alloc,mtch_mcs,UE_mac_inst[module_idP].pmch_stop_mtch[i],UE_mac_inst[module_idP].pmch_lcids[i],UE_mac_inst[module_idP].msi_pmch);
        break;
      }
    }
  }
1141

1142 1143
  *mtch_active = mtch_flag;
  *msi_active = msi_flag;
1144

1145 1146
  return mtch_mcs;
}
1147

1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158
int ue_query_p_mch(module_id_t module_idP, uint32_t frameP, uint32_t subframe, int *mtch_active, int *msi_active, uint8_t *mch_lcid)
{
  int i, j, mtch_mcs = -1;
  int mtch_flag = 0;

  // Acount for sf_allocable in CSA
  int num_sf_alloc = 0;
  for (i = 0; i < 8; i++) {
    if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i] == NULL)
      continue;

1159
    if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.present == LTE_MBSFN_SubframeConfig__subframeAllocation_PR_oneFrame) // one-frameP format
1160 1161 1162 1163 1164 1165 1166 1167 1168
      continue;

    // four-frameP format
    uint32_t common_mbsfn_SubframeConfig = UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[2] |
                                          (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[1]<<8) |
                                          (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[0]<<16);
    for (j = 0; j < 24; j++)
      num_sf_alloc += ((common_mbsfn_SubframeConfig & (0x800000 >> j)) == (0x800000 >> j));
  }
1169

1170 1171 1172 1173
  for (i = 0; i < 8; i++ ) {
    if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i] == NULL)
      continue;

1174
    if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.present == LTE_MBSFN_SubframeConfig__subframeAllocation_PR_oneFrame) // one-frameP format
1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246
      continue;

    // four-frameP format
    int common_mbsfn_alloc_offset = UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->radioframeAllocationOffset;
    int common_mbsfn_period  = 1 << UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->radioframeAllocationPeriod;
    int commonSF_AllocPeriod = 4 << UE_mac_inst[module_idP].commonSF_AllocPeriod_r9;

    uint32_t common_mbsfn_SubframeConfig = UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[2] |
                                          (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[1]<<8) |
                                          (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[0]<<16);

    int jj = frameP % 4;
    if ((frameP % common_mbsfn_period) != (common_mbsfn_alloc_offset + jj))
      continue;

    if(UE_mac_inst[module_idP].tdd_Config == NULL){
      switch (subframe) {
      case 1:
        if ((common_mbsfn_SubframeConfig & (0x800000 >> (jj*6))) == (0x800000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc % (num_sf_alloc * commonSF_AllocPeriod / common_mbsfn_period);//48;
        }
        break;
      case 2:
        if ((common_mbsfn_SubframeConfig & (0x400000 >> (jj*6))) == (0x400000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc % (num_sf_alloc * commonSF_AllocPeriod / common_mbsfn_period);//48;
        }
        break;
      case 3:
        if ((common_mbsfn_SubframeConfig & (0x200000 >> (jj*6))) == (0x200000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc % (num_sf_alloc * commonSF_AllocPeriod / common_mbsfn_period);//48;
        }
        break;
      case 6:
        if ((common_mbsfn_SubframeConfig & (0x100000 >> (jj*6))) == (0x100000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc % (num_sf_alloc * commonSF_AllocPeriod / common_mbsfn_period);//48;
        }
        break;
      case 7:
        if ((common_mbsfn_SubframeConfig & (0x80000 >> (jj*6))) == (0x80000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc % (num_sf_alloc * commonSF_AllocPeriod / common_mbsfn_period);//48;
        }
        break;
      case 8:
        if ((common_mbsfn_SubframeConfig & (0x40000 >> (jj*6))) == (0x40000 >> (jj*6))) {
          mtch_flag = 1;
          mtch_mcs = ue_query_p_mch_info(module_idP,frameP,subframe,common_mbsfn_period,common_mbsfn_alloc_offset,UE_mac_inst[module_idP].common_num_sf_alloc,mtch_active,msi_active,mch_lcid);
          UE_mac_inst[module_idP].common_num_sf_alloc++;
          UE_mac_inst[module_idP].common_num_sf_alloc = UE_mac_inst[module_idP].common_num_sf_alloc% ( num_sf_alloc*commonSF_AllocPeriod/common_mbsfn_period);//48;
        }
        break;
      }
    } else {
      // TODO TDD
    }
    if (mtch_flag == 1)
      break;
  }
1247

1248 1249
   return mtch_mcs;
}
1250

1251 1252
int ue_query_mch(module_id_t module_idP, uint8_t CC_id, uint32_t frameP, uint32_t subframe, uint8_t eNB_index,uint8_t *sync_area, uint8_t *mcch_active)
{
1253

1254 1255 1256 1257
  int i = 0, j = 0, ii = 0, jj = 0, msi_pos = 0, mcch_mcs = -1, mtch_mcs = -1;
  int mcch_flag = 0, mtch_flag = 0, msi_flag = 0;
  long mch_scheduling_period = -1;
  uint8_t mch_lcid = 0;
1258

gabrielC's avatar
gabrielC committed
1259
#if UE_TIMING_TRACE
1260
  start_meas(&UE_mac_inst[module_idP].ue_query_mch);
gabrielC's avatar
gabrielC committed
1261
#endif
1262

1263 1264 1265
  if (UE_mac_inst[module_idP].pmch_Config[0]) {
    mch_scheduling_period = 8 << UE_mac_inst[module_idP].pmch_Config[0]->mch_SchedulingPeriod_r9;
  }
1266

1267 1268 1269 1270 1271 1272 1273
  for (i = 0;
       i < UE_mac_inst[module_idP].num_active_mbsfn_area;
       i++ )
  {
    // assume, that there is always a mapping
    if ((j = ue_get_mbsfn_sf_alloction(module_idP,i,eNB_index)) == -1) {
      return -1; // continue;
1274
    }
1275

1276 1277 1278 1279 1280 1281 1282
    ii = 0;
    msi_pos = 0;
    
    long mbsfn_period =  1 << UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->radioframeAllocationPeriod;
    long mbsfn_alloc_offset = UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->radioframeAllocationOffset;
    long mcch_period  = 32 << UE_mac_inst[module_idP].mbsfn_AreaInfo[j]->mcch_Config_r9.mcch_RepetitionPeriod_r9;
    long mcch_offset        = UE_mac_inst[module_idP].mbsfn_AreaInfo[j]->mcch_Config_r9.mcch_Offset_r9;
1283

1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294
    LOG_D(MAC,
          "[UE %d] Frame %d subframe %d: Checking MBSFN Sync Area %d/%d with SF allocation %d/%d for MCCH and MTCH (mbsfn period %ld, mcch period %ld,mac sched period (%ld,%ld))\n",
          module_idP,frameP, subframe,i,UE_mac_inst[module_idP].num_active_mbsfn_area,
          j,UE_mac_inst[module_idP].num_sf_allocation_pattern,mbsfn_period,mcch_period,
          mcch_offset,mbsfn_alloc_offset);

    // get the real MCS value
    switch (UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.signallingMCS_r9) {
    case 0:
      mcch_mcs = 2;
      break;
1295

1296 1297 1298
    case 1:
      mcch_mcs = 7;
      break;
1299

1300 1301 1302
    case 2:
      mcch_mcs = 13;
      break;
1303

1304 1305 1306 1307
    case 3:
      mcch_mcs = 19;
      break;
    }
1308

1309
    if (UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.present == LTE_MBSFN_SubframeConfig__subframeAllocation_PR_oneFrame) { // one-frameP format
1310
      if (frameP % mbsfn_period == mbsfn_alloc_offset) { // MBSFN frameP
1311

1312 1313 1314 1315 1316 1317 1318 1319 1320
        if (UE_mac_inst[module_idP].pmch_Config[0]) {
          //  Find the first subframe in this MCH to transmit MSI
          if (frameP % mch_scheduling_period == mbsfn_alloc_offset) {
            while (ii == 0) {
              ii = UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & (0x80 >> msi_pos);
              msi_pos++;
            }
          }
        }
1321

1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338
        // Check if the subframe is for MSI, MCCH or MTCHs and Set the correspoding flag to 1
        switch (subframe) {
        case 1:
          if (UE_mac_inst[module_idP].tdd_Config == NULL) {
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF1) == MBSFN_FDD_SF1) {
              if (msi_pos == 1) {
                msi_flag = 1;
              }

              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF1) == MBSFN_FDD_SF1)) {
                mcch_flag = 1;
              }

              mtch_flag = 1;
            }
          }
1339

1340
          break;
1341

1342 1343 1344 1345 1346 1347
        case 2:
          if (UE_mac_inst[module_idP].tdd_Config == NULL) {
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF2) == MBSFN_FDD_SF2) {
              if (msi_pos == 2) {
                msi_flag = 1;
              }
1348

1349 1350 1351 1352
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF2) == MBSFN_FDD_SF2)) {
                mcch_flag = 1;
              }
1353

1354 1355 1356
              mtch_flag = 1;
            }
          }
1357

1358
          break;
1359

1360 1361 1362 1363 1364 1365
        case 3:
          if (UE_mac_inst[module_idP].tdd_Config != NULL) { // TDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_TDD_SF3) == MBSFN_TDD_SF3) {
              if (msi_pos == 1) {
                msi_flag = 1;
              }
1366

1367 1368 1369 1370
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_TDD_SF3) == MBSFN_TDD_SF3)) {
                mcch_flag = 1;
              }
1371

1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387
              mtch_flag = 1;
            }
          } else { // FDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF3) == MBSFN_FDD_SF3) {
              if (msi_pos == 3) {
                msi_flag = 1;
              }

              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF3) == MBSFN_FDD_SF3)) {
                mcch_flag = 1;
              }

              mtch_flag = 1;
            }
          }
1388

1389
          break;
1390

1391 1392 1393 1394 1395 1396
        case 4:
          if (UE_mac_inst[module_idP].tdd_Config != NULL) {
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_TDD_SF4) == MBSFN_TDD_SF4) {
              if (msi_pos == 2) {
                msi_flag = 1;
              }
1397

1398 1399 1400 1401
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_TDD_SF4) == MBSFN_TDD_SF4)) {
                mcch_flag = 1;
              }
1402

1403 1404 1405
              mtch_flag = 1;
            }
          }
1406

1407
          break;
1408

1409 1410 1411 1412 1413 1414
        case 6:
          if (UE_mac_inst[module_idP].tdd_Config == NULL) {
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF6) == MBSFN_FDD_SF6) {
              if (msi_pos == 4) {
                msi_flag = 1;
              }
1415

1416 1417 1418 1419
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF6) == MBSFN_FDD_SF6)) {
                mcch_flag = 1;
              }
1420

1421 1422 1423
              mtch_flag = 1;
            }
          }
1424

1425
          break;
1426

1427 1428 1429 1430 1431 1432
        case 7:
          if (UE_mac_inst[module_idP].tdd_Config != NULL) { // TDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_TDD_SF7) == MBSFN_TDD_SF7) {
              if (msi_pos == 3) {
                msi_flag = 1;
              }
1433

1434 1435 1436 1437
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_TDD_SF7) == MBSFN_TDD_SF7)) {
                mcch_flag = 1;
              }
1438

1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454
              mtch_flag = 1;
            }
          } else { // FDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF7) == MBSFN_FDD_SF7) {
              if (msi_pos == 5) {
                msi_flag = 1;
              }

              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF7) == MBSFN_FDD_SF7)) {
                mcch_flag = 1;
              }

              mtch_flag = 1;
            }
          }
1455

1456
          break;
1457

1458 1459 1460 1461 1462 1463
        case 8:
          if (UE_mac_inst[module_idP].tdd_Config != NULL) { //TDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_TDD_SF8) == MBSFN_TDD_SF8) {
              if (msi_pos == 4) {
                msi_flag = 1;
              }
1464

1465 1466 1467 1468
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_TDD_SF8) == MBSFN_TDD_SF8)) {
                mcch_flag = 1;
              }
1469

1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485
              mtch_flag = 1;
            }
          } else { // FDD
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_FDD_SF8) == MBSFN_FDD_SF8) {
              if (msi_pos == 6) {
                msi_flag = 1;
              }

              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_FDD_SF8) == MBSFN_FDD_SF8)) {
                mcch_flag = 1;
              }

              mtch_flag = 1;
            }
          }
1486

1487
          break;
1488

1489 1490 1491 1492 1493 1494
        case 9:
          if (UE_mac_inst[module_idP].tdd_Config != NULL) {
            if ((UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0] & MBSFN_TDD_SF9) == MBSFN_TDD_SF9) {
              if (msi_pos == 5) {
                msi_flag = 1;
              }
1495

1496 1497 1498 1499
              if ((frameP % mcch_period == mcch_offset) &&
                  ((UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0] & MBSFN_TDD_SF9) == MBSFN_TDD_SF9)) {
                mcch_flag = 1;
              }
1500

1501 1502 1503
              mtch_flag = 1;
            }
          }
1504

1505 1506
          break;
        }// end switch
1507

1508 1509 1510 1511 1512
        // Acount for sf_allocable in CSA
        int num_sf_alloc = 0;
        for (i = 0; i < 8; i++) {
          if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i] == NULL)
            continue;
1513

1514
          if (UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.present != LTE_MBSFN_SubframeConfig__subframeAllocation_PR_oneFrame)
1515
            continue;
1516

1517 1518 1519 1520
          uint32_t common_mbsfn_SubframeConfig = UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i]->subframeAllocation.choice.oneFrame.buf[0];
          for (j = 0; j < 6; j++)
            num_sf_alloc += ((common_mbsfn_SubframeConfig & (0x80 >> j)) == (0x80 >> j));
        }
1521

1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533
        for (i = 0; i < 28; i++) {
          if (UE_mac_inst[module_idP].pmch_stop_mtch[i] >= num_sf_alloc) {
            if (UE_mac_inst[module_idP].pmch_stop_mtch[i] != 2047) {
              if (UE_mac_inst[module_idP].pmch_Config[UE_mac_inst[module_idP].msi_pmch] != NULL)
                mtch_mcs = UE_mac_inst[module_idP].pmch_Config[UE_mac_inst[module_idP].msi_pmch]->dataMCS_r9;
              else
                mtch_mcs = -1;
              mch_lcid = (uint8_t)i;
              break;
            }
          }
        }
1534

1535 1536 1537 1538
        // sf allocation is non-overlapping
        if ((msi_flag==1) || (mcch_flag==1) || (mtch_flag==1)) {
          LOG_D(MAC,"[UE %d] Frame %d Subframe %d: sync area %d SF alloc %d: msi flag %d, mcch flag %d, mtch flag %d\n",
                module_idP, frameP, subframe,i,j,msi_flag,mcch_flag,mtch_flag);
1539

1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625
          *sync_area=i;
          break;
        }
      }
    } else { // four-frameP format
      uint32_t mbsfn_SubframeConfig = UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[2] |
                                     (UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[1]<<8) |
                                     (UE_mac_inst[module_idP].mbsfn_SubframeConfig[j]->subframeAllocation.choice.oneFrame.buf[0]<<16);
      uint32_t MCCH_mbsfn_SubframeConfig = /* UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[2] |
                                          (UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[1]<<8) | */
                                          (UE_mac_inst[module_idP].mbsfn_AreaInfo[i]->mcch_Config_r9.sf_AllocInfo_r9.buf[0]<<16);

      jj=frameP%4;
      if ((frameP % mbsfn_period) == (mbsfn_alloc_offset+jj)) {
        if (UE_mac_inst[module_idP].tdd_Config == NULL) {
          switch (subframe) {
          case 1:
            if ((mbsfn_SubframeConfig & (0x800000>>(jj*6))) == (0x800000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x800000>>(jj*6))) == (0x800000>>(jj*6)))) {
                mcch_flag=1;
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x800000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
              }
            }
            break;
          case 2:
            if ((mbsfn_SubframeConfig & (0x400000>>(jj*6))) == (0x400000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x400000>>(jj*6))) == (0x400000>>(jj*6)))) {
                mcch_flag=1;
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x400000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
              }
            }
            break;
          case 3:
            if ((mbsfn_SubframeConfig & (0x200000>>(jj*6))) == (0x200000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x200000>>(jj*6))) == (0x200000>>(jj*6)))) {
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x200000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                mcch_flag=1;
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
              }
            }
            break;
          case 6:
            if ((mbsfn_SubframeConfig & (0x100000>>(jj*6))) == (0x100000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x100000>>(jj*6))) == (0x100000>>(jj*6)))) {
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x100000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                mcch_flag=1;
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
              }
            }
            break;
          case 7:
            if ((mbsfn_SubframeConfig & (0x80000>>(jj*6))) == (0x80000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x80000>>(jj*6))) == (0x80000>>(jj*6)))) {
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x80000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
                mcch_flag=1;
              }
            }
            break;
          case 8:
            if ((mbsfn_SubframeConfig & (0x40000>>(jj*6))) == (0x40000>>(jj*6))) {
              if ((frameP % mcch_period == (mcch_offset+jj)) && ((MCCH_mbsfn_SubframeConfig & (0x40000>>(jj*6))) == (0x40000>>(jj*6)))) {
                LOG_D(MAC,"frameP(%d),mcch_period(%ld),mbsfn_SubframeConfig(%x),MCCH_mbsfn_SubframeConfig(%x),mask(%x),jj(%d),num_sf_alloc(%d)\n",
                      frameP, mcch_period, mbsfn_SubframeConfig, MCCH_mbsfn_SubframeConfig, (0x40000>>(jj*6)), jj, UE_mac_inst[module_idP].common_num_sf_alloc);
                if(UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[0]==NULL)
                  UE_mac_inst[module_idP].common_num_sf_alloc++;
                mcch_flag=1;
              }
            }
            break;
          }// end switch
        } else {
          // TODO TDD
        }
1626

1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638
        mtch_mcs = ue_query_p_mch(module_idP, frameP, subframe, &mtch_flag, &msi_flag, &mch_lcid);

        // sf allocation is non-overlapping
        if ((msi_flag==1) || (mcch_flag==1) || (mtch_flag==1)) {
          LOG_D(MAC,"[UE %d] Frame %d Subframe %d: sync area %d SF alloc %d: msi flag %d, mcch flag %d, mtch flag %d\n",
                module_idP, frameP, subframe,i,j,msi_flag,mcch_flag,mtch_flag);
          *sync_area=i;
          break;
        }
      }
    }
  } // end of for
1639

gabrielC's avatar
gabrielC committed
1640
#if UE_TIMING_TRACE
1641
  stop_meas(&UE_mac_inst[module_idP].ue_query_mch);
gabrielC's avatar
gabrielC committed
1642
#endif
1643

1644 1645 1646
  if ((mcch_flag == 1)) {	// || (msi_flag==1))
    *mcch_active = 1;
  }
1647

1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658
  if ( (mcch_flag==1) || ((msi_flag==1) && (UE_mac_inst[module_idP].mcch_status==1)) ) {
    if (msi_flag!=1) {
      for (i=0; i<8; i++)
        UE_mac_inst[module_idP].commonSF_Alloc_r9_mbsfn_SubframeConfig[i] = NULL;
      for (i=0; i<15; i++)
        UE_mac_inst[module_idP].pmch_Config[i] = NULL;
      for (i=0; i<28 ;i++) {
        UE_mac_inst[module_idP].pmch_lcids[i] = -1;
        UE_mac_inst[module_idP].pmch_stop_mtch[i] = 2047;
        UE_mac_inst[module_idP].msi_status_v[i] = 0;
      }
1659
    } else {
1660 1661 1662 1663 1664
      for (i=0; i<28; i++) {
        UE_mac_inst[module_idP].pmch_lcids[i] = -1;
        UE_mac_inst[module_idP].pmch_stop_mtch[i] = 2047;
        UE_mac_inst[module_idP].msi_status_v[i] = 0;
      }
1665
    }
1666 1667 1668 1669 1670 1671
    return mcch_mcs;
  } else if ((mtch_flag==1) && (UE_mac_inst[module_idP].msi_status_v[(mch_lcid > 27) ? 27 : mch_lcid] == 1)) {
    return mtch_mcs;
  } else {
    return -1;
  }
1672 1673 1674 1675
}

#endif

1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686
unsigned char
generate_ulsch_header(uint8_t * mac_header,
		      uint8_t num_sdus,
		      uint8_t short_padding,
		      uint16_t * sdu_lengths,
		      uint8_t * sdu_lcids,
		      POWER_HEADROOM_CMD * power_headroom,
		      uint16_t * crnti,
		      BSR_SHORT * truncated_bsr,
		      BSR_SHORT * short_bsr,
		      BSR_LONG * long_bsr, unsigned short post_padding)
1687
{
1688

1689 1690 1691 1692
    SCH_SUBHEADER_FIXED *mac_header_ptr =
	(SCH_SUBHEADER_FIXED *) mac_header;
    unsigned char first_element = 0, last_size = 0, i;
    unsigned char mac_header_control_elements[16], *ce_ptr;
1693

1694
    LOG_D(MAC, "[UE] Generate ULSCH : num_sdus %d\n", num_sdus);
1695
#ifdef DEBUG_HEADER_PARSING
1696

1697 1698 1699 1700
    for (i = 0; i < num_sdus; i++) {
	LOG_T(MAC, "[UE] sdu %d : lcid %d length %d", i, sdu_lcids[i],
	      sdu_lengths[i]);
    }
1701

1702
    LOG_T(MAC, "\n");
1703
#endif
1704 1705 1706 1707 1708 1709 1710 1711 1712
    ce_ptr = &mac_header_control_elements[0];

    if ((short_padding == 1) || (short_padding == 2)) {
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = SHORT_PADDING;
	first_element = 1;
	last_size = 1;
    }
1713

1714 1715 1716 1717 1718 1719 1720
    if (short_padding == 2) {
	mac_header_ptr->E = 1;
	mac_header_ptr++;
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = SHORT_PADDING;
	last_size = 1;
1721 1722
    }

1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738
    if (power_headroom) {
	if (first_element > 0) {
	    mac_header_ptr->E = 1;
	    mac_header_ptr++;
	} else {
	    first_element = 1;
	}

	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = POWER_HEADROOM;
	last_size = 1;
	*((POWER_HEADROOM_CMD *) ce_ptr) = (*power_headroom);
	ce_ptr += sizeof(POWER_HEADROOM_CMD);
	LOG_D(MAC, "phr header size %zu\n", sizeof(POWER_HEADROOM_CMD));
    }
1739

1740
    if (crnti) {
1741
#ifdef DEBUG_HEADER_PARSING
1742 1743
	LOG_D(MAC, "[UE] CRNTI : %x (first_element %d)\n", *crnti,
	      first_element);
1744
#endif
1745

1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759
	if (first_element > 0) {
	    mac_header_ptr->E = 1;
	    mac_header_ptr++;
	} else {
	    first_element = 1;
	}

	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = CRNTI;
	last_size = 1;
	*((uint16_t *) ce_ptr) = (*crnti);
	ce_ptr += sizeof(uint16_t);
	//    printf("offset %d\n",ce_ptr-mac_header_control_elements);
1760 1761
    }

1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774
    if (truncated_bsr) {
	if (first_element > 0) {
	    mac_header_ptr->E = 1;
	    /*
	       printf("last subheader : %x (R%d,E%d,LCID%d)\n",*(unsigned char*)mac_header_ptr,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->R,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->E,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->LCID);
	     */
	    mac_header_ptr++;
	} else {
	    first_element = 1;
	}
1775 1776

#ifdef DEBUG_HEADER_PARSING
1777
	LOG_D(MAC, "[UE] Scheduler Truncated BSR Header\n");
1778
#endif
1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = TRUNCATED_BSR;
	last_size = 1;
	*((BSR_TRUNCATED *) ce_ptr) = (*truncated_bsr);
	ce_ptr += sizeof(BSR_TRUNCATED);
	//    printf("(cont_res) : offset %d\n",ce_ptr-mac_header_control_elements);

    } else if (short_bsr) {
	if (first_element > 0) {
	    mac_header_ptr->E = 1;
	    /*
	       printf("last subheader : %x (R%d,E%d,LCID%d)\n",*(unsigned char*)mac_header_ptr,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->R,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->E,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->LCID);
	     */
	    mac_header_ptr++;
	} else {
	    first_element = 1;
	}
1800

1801
#ifdef DEBUG_HEADER_PARSING
1802
	LOG_D(MAC, "[UE] Scheduler SHORT BSR Header\n");
1803
#endif
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = SHORT_BSR;
	last_size = 1;
	*((BSR_SHORT *) ce_ptr) = (*short_bsr);
	ce_ptr += sizeof(BSR_SHORT);

	//    printf("(cont_res) : offset %d\n",ce_ptr-mac_header_control_elements);
    } else if (long_bsr) {
	if (first_element > 0) {
	    mac_header_ptr->E = 1;
	    /*
	       printf("last subheader : %x (R%d,E%d,LCID%d)\n",*(unsigned char*)mac_header_ptr,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->R,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->E,
	       ((SCH_SUBHEADER_FIXED *)mac_header_ptr)->LCID);
	     */
	    mac_header_ptr++;
	} else {
	    first_element = 1;
	}
1825

1826
#ifdef DEBUG_HEADER_PARSING
1827
	LOG_D(MAC, "[UE] Scheduler Long BSR Header\n");
1828
#endif
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = LONG_BSR;
	last_size = 1;

	*(ce_ptr) =
	    (long_bsr->
	     Buffer_size0 << 2) | ((long_bsr->Buffer_size1 & 0x30) >> 4);
	*(ce_ptr + 1) =
	    ((long_bsr->Buffer_size1 & 0x0F) << 4) | ((long_bsr->
						       Buffer_size2 & 0x3C)
						      >> 2);
	*(ce_ptr + 2) =
	    ((long_bsr->
	      Buffer_size2 & 0x03) << 2) | (long_bsr->Buffer_size3 & 0x3F);
	ce_ptr += BSR_LONG_SIZE;

	//    printf("(cont_res) : offset %d\n",ce_ptr-mac_header_control_elements);
1847
    }
1848
    //  printf("last_size %d,mac_header_ptr %p\n",last_size,mac_header_ptr);
1849

1850
    for (i = 0; i < num_sdus; i++) {
1851
#ifdef DEBUG_HEADER_PARSING
1852 1853
	LOG_T(MAC, "[UE] sdu subheader %d (lcid %d, %d bytes)\n", i,
	      sdu_lcids[i], sdu_lengths[i]);
1854
#endif
1855

1856 1857 1858 1859
	if ((i == (num_sdus - 1))
	    && ((short_padding) || (post_padding == 0))) {
	    if (first_element > 0) {
		mac_header_ptr->E = 1;
1860
#ifdef DEBUG_HEADER_PARSING
1861 1862 1863 1864 1865
		LOG_D(MAC, "[UE] last subheader : %x (R%d,E%d,LCID%d)\n",
		      *(unsigned char *) mac_header_ptr,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->R,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->E,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->LCID);
1866
#endif
1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925
		mac_header_ptr += last_size;
	    }
	    mac_header_ptr->R = 0;
	    mac_header_ptr->E = 0;
	    mac_header_ptr->LCID = sdu_lcids[i];
	} else {
	    if ((first_element > 0)) {
		mac_header_ptr->E = 1;
#ifdef DEBUG_HEADER_PARSING
		LOG_D(MAC, "[UE] last subheader : %x (R%d,E%d,LCID%d)\n",
		      *(unsigned char *) mac_header_ptr,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->R,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->E,
		      ((SCH_SUBHEADER_FIXED *) mac_header_ptr)->LCID);
#endif
		mac_header_ptr += last_size;
		//      printf("last_size %d,mac_header_ptr %p\n",last_size,mac_header_ptr);
	    } else {
		first_element = 1;

	    }

	    if (sdu_lengths[i] < 128) {
		((SCH_SUBHEADER_SHORT *) mac_header_ptr)->R = 0;	// 3
		((SCH_SUBHEADER_SHORT *) mac_header_ptr)->E = 0;
		((SCH_SUBHEADER_SHORT *) mac_header_ptr)->F = 0;
		((SCH_SUBHEADER_SHORT *) mac_header_ptr)->LCID =
		    sdu_lcids[i];
		((SCH_SUBHEADER_SHORT *) mac_header_ptr)->L =
		    (unsigned char) sdu_lengths[i];
		last_size = 2;
#ifdef DEBUG_HEADER_PARSING
		LOG_D(MAC, "[UE] short sdu\n");
		LOG_T(MAC,
		      "[UE] last subheader : %x (R%d,E%d,LCID%d,F%d,L%d)\n",
		      ((uint16_t *) mac_header_ptr)[0],
		      ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->R,
		      ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->E,
		      ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->LCID,
		      ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->F,
		      ((SCH_SUBHEADER_SHORT *) mac_header_ptr)->L);
#endif
	    } else {
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->R = 0;
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->E = 0;
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->F = 1;
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->LCID =
		    sdu_lcids[i];
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->L_MSB =
		    ((unsigned short) sdu_lengths[i] >> 8) & 0x7f;
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->L_LSB =
		    (unsigned short) sdu_lengths[i] & 0xff;
		((SCH_SUBHEADER_LONG *) mac_header_ptr)->padding = 0x00;
		last_size = 3;
#ifdef DEBUG_HEADER_PARSING
		LOG_D(MAC, "[UE] long sdu\n");
#endif
	    }
	}
1926
    }
1927

1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940
    if (post_padding > 0) {	// we have lots of padding at the end of the packet
	mac_header_ptr->E = 1;
	mac_header_ptr += last_size;
	// add a padding element
	mac_header_ptr->R = 0;
	mac_header_ptr->E = 0;
	mac_header_ptr->LCID = SHORT_PADDING;
	mac_header_ptr++;
    } else {			// no end of packet padding
	// last SDU subhead is of fixed type (sdu length implicitly to be computed at UE)
	mac_header_ptr++;
	//mac_header_ptr=last_size; // FIXME: should be ++
    }
1941

1942

1943 1944 1945 1946 1947 1948
    if ((ce_ptr - mac_header_control_elements) > 0) {
	memcpy((void *) mac_header_ptr, mac_header_control_elements,
	       ce_ptr - mac_header_control_elements);
	mac_header_ptr +=
	    (unsigned char) (ce_ptr - mac_header_control_elements);
    }
1949
#ifdef DEBUG_HEADER_PARSING
1950
    LOG_T(MAC, " [UE] header : ");
1951

1952 1953 1954
    for (i = 0; i < ((unsigned char *) mac_header_ptr - mac_header); i++) {
	LOG_T(MAC, "%2x.", mac_header[i]);
    }
1955

1956
    LOG_T(MAC, "\n");
1957
#endif
1958
    return ((unsigned char *) mac_header_ptr - mac_header);
1959 1960 1961

}

1962 1963 1964 1965
void
ue_get_sdu(module_id_t module_idP, int CC_id, frame_t frameP,
	   sub_frame_t subframe, uint8_t eNB_index,
	   uint8_t * ulsch_buffer, uint16_t buflen, uint8_t * access_mode)
1966
{
1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002
    uint8_t total_rlc_pdu_header_len = 0, rlc_pdu_header_len_last = 0;
    uint16_t buflen_remain = 0;
    uint8_t bsr_len = 0, bsr_ce_len = 0, bsr_header_len = 0;
    uint8_t phr_header_len = 0, phr_ce_len = 0, phr_len = 0;
    uint8_t lcid = 0, lcid_rlc_pdu_count = 0;
    boolean_t is_lcid_processed = FALSE;
    boolean_t is_all_lcid_processed = FALSE;
    uint16_t sdu_lengths[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
    uint8_t sdu_lcids[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
    uint8_t payload_offset = 0, num_sdus = 0;
    uint8_t ulsch_buff[MAX_ULSCH_PAYLOAD_BYTES];
    uint16_t sdu_length_total = 0;
    BSR_SHORT bsr_short, bsr_truncated;
    BSR_LONG bsr_long;
    BSR_SHORT *bsr_s = &bsr_short;
    BSR_LONG *bsr_l = &bsr_long;
    BSR_SHORT *bsr_t = &bsr_truncated;
    POWER_HEADROOM_CMD phr;
    POWER_HEADROOM_CMD *phr_p = &phr;
    unsigned short short_padding = 0, post_padding = 0, padding_len = 0;
    int j;			// used for padding
    // Compute header length
    int lcg_id = 0;
    int lcg_id_bsr_trunc = 0;
    int highest_priority = 16;
    int num_lcg_id_with_data = 0;
    rlc_buffer_occupancy_t lcid_buffer_occupancy_old =
	0, lcid_buffer_occupancy_new = 0;

    LOG_D(MAC,
	  "[UE %d] MAC PROCESS UL TRANSPORT BLOCK at frame%d subframe %d TBS=%d\n",
	  module_idP, frameP, subframe, buflen);


    AssertFatal(CC_id == 0,
		"Transmission on secondary CCs is not supported yet\n");
2003

gabrielC's avatar
gabrielC committed
2004
#if UE_TIMING_TRACE
2005
    start_meas(&UE_mac_inst[module_idP].tx_ulsch_sdu);
gabrielC's avatar
gabrielC committed
2006
#endif
2007 2008
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_GET_SDU, VCD_FUNCTION_IN);
2009

Cedric Roux's avatar
Cedric Roux committed
2010
#ifdef CBA
2011

2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027
    if (*access_mode == CBA_ACCESS) {
	LOG_D(MAC, "[UE %d] frameP %d subframe %d try CBA transmission\n",
	      module_idP, frameP, subframe);

	//if (UE_mac_inst[module_idP].scheduling_info.LCID_status[DTCH] == LCID_EMPTY)
	if (cba_access(module_idP, frameP, subframe, eNB_index, buflen) ==
	    0) {
	    *access_mode = POSTPONED_ACCESS;
	    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
		(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_GET_SDU, VCD_FUNCTION_OUT);
	    return;
	}

	LOG_I(MAC,
	      "[UE %d] frameP %d subframe %d CBA transmission oppurtunity, tbs %d\n",
	      module_idP, frameP, subframe, buflen);
2028
    }
2029
#endif
2030 2031 2032 2033 2034 2035 2036 2037
    bsr_header_len = 0;
    phr_header_len = 1;		//sizeof(SCH_SUBHEADER_FIXED);

    while (lcg_id < MAX_NUM_LCGID) {
	if (UE_mac_inst[module_idP].scheduling_info.BSR_bytes[lcg_id]) {
	    num_lcg_id_with_data++;
	}
	lcg_id++;
hbilel's avatar
hbilel committed
2038 2039
    }

2040 2041 2042 2043 2044 2045 2046 2047 2048
    if (num_lcg_id_with_data) {
	LOG_D(MAC,
	      "[UE %d] MAC Tx data pending at frame%d subframe %d nb LCG =%d Bytes for LCG0=%d LCG1=%d LCG2=%d LCG3=%d BSR Trigger status =%d TBS=%d\n",
	      module_idP, frameP, subframe, num_lcg_id_with_data,
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[0],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[1],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[2],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[3],
	      UE_mac_inst[module_idP].BSR_reporting_active, buflen);
GabrirelCouturier's avatar
GabrirelCouturier committed
2049

2050
    }
2051 2052 2053 2054 2055 2056 2057 2058 2059
    //Restart ReTxBSR Timer at new grant indication (36.321)
    if (UE_mac_inst[module_idP].scheduling_info.retxBSR_SF !=
	MAC_UE_BSR_TIMER_NOT_RUNNING) {
	UE_mac_inst[module_idP].scheduling_info.retxBSR_SF =
	    get_sf_retxBSRTimer(UE_mac_inst[module_idP].
				scheduling_info.retxBSR_Timer);
    }
    // periodicBSR-Timer expires, trigger BSR
    if ((UE_mac_inst[module_idP].scheduling_info.periodicBSR_Timer !=
2060
	  LTE_PeriodicBSR_Timer_r12_infinity)
2061 2062 2063 2064 2065 2066 2067 2068
	&& (UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF == 0)) {
	// Trigger BSR Periodic
	UE_mac_inst[module_idP].BSR_reporting_active |=
	    BSR_TRIGGER_PERIODIC;

	LOG_D(MAC,
	      "[UE %d] MAC BSR Triggered PeriodicBSR Timer expiry at frame%d subframe %d TBS=%d\n",
	      module_idP, frameP, subframe, buflen);
2069

2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090
    }
    //Compute BSR Length if Regular or Periodic BSR is triggered
    //WARNING: if BSR long is computed, it may be changed to BSR short during or after multiplexing if there remains less than 1 LCGROUP with data after Tx
    if (UE_mac_inst[module_idP].BSR_reporting_active) {

	AssertFatal((UE_mac_inst[module_idP].BSR_reporting_active &
		     BSR_TRIGGER_PADDING) == 0,
		    "Inconsistent BSR Trigger=%d !\n",
		    UE_mac_inst[module_idP].BSR_reporting_active);

	if (buflen >= 4) {
	    //A Regular or Periodic BSR can only be sent if TBS >= 4 as transmitting only a BSR is not allowed if UE has data to transmit
	    bsr_header_len = 1;

	    if (num_lcg_id_with_data <= 1) {
		bsr_ce_len = sizeof(BSR_SHORT);	//1 byte
	    } else {
		bsr_ce_len = BSR_LONG_SIZE;	//3 bytes
	    }
	}
    }
hbilel's avatar
hbilel committed
2091

2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107
    bsr_len = bsr_ce_len + bsr_header_len;

    phr_ce_len =
	(UE_mac_inst[module_idP].PHR_reporting_active ==
	 1) ? 1 /* sizeof(POWER_HEADROOM_CMD) */ : 0;
    if ((phr_ce_len > 0)
	&& ((phr_ce_len + phr_header_len + bsr_len) <= buflen)) {
	phr_len = phr_ce_len + phr_header_len;
	LOG_D(MAC,
	      "[UE %d] header size info: PHR len %d (ce%d,hdr%d) buff_len %d\n",
	      module_idP, phr_len, phr_ce_len, phr_header_len, buflen);
    } else {
	phr_len = 0;
	phr_header_len = 0;
	phr_ce_len = 0;
    }
2108

2109
    // check for UL bandwidth requests and add SR control element
2110

2111
    // check for UL bandwidth requests and add SR control element
2112

2113
    // Check for DCCH first
2114
// TO DO: Multiplex in the order defined by the logical channel prioritization
2115 2116
    for (lcid = DCCH;
	 (lcid < MAX_NUM_LCID) && (is_all_lcid_processed == FALSE); lcid++)
2117
    {
2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160
	if (UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] ==
	    LCID_NOT_EMPTY) {

	    lcid_rlc_pdu_count = 0;
	    is_lcid_processed = FALSE;
	    lcid_buffer_occupancy_old =
		mac_rlc_get_buffer_occupancy_ind(module_idP,
						 UE_mac_inst[module_idP].
						 crnti, eNB_index, frameP,
						 subframe, ENB_FLAG_NO,
						 lcid);

	    lcid_buffer_occupancy_new = lcid_buffer_occupancy_old;

	    AssertFatal(lcid_buffer_occupancy_new ==
			UE_mac_inst[module_idP].
			scheduling_info.LCID_buffer_remain[lcid],
			"LCID=%d RLC has BO %d bytes but MAC has stored %d bytes\n",
			lcid, lcid_buffer_occupancy_new,
			UE_mac_inst[module_idP].
			scheduling_info.LCID_buffer_remain[lcid]);

	    AssertFatal(lcid_buffer_occupancy_new <=
			UE_mac_inst[module_idP].
			scheduling_info.BSR_bytes[UE_mac_inst[module_idP].
						  scheduling_info.LCGID
						  [lcid]],
			"LCID=%d RLC has more BO %d bytes than BSR = %d bytes\n",
			lcid, lcid_buffer_occupancy_new,
			UE_mac_inst[module_idP].
			scheduling_info.BSR_bytes[UE_mac_inst[module_idP].
						  scheduling_info.LCGID
						  [lcid]]);


	    //Multiplex all available DCCH RLC PDUs considering to multiplex the last PDU each time for maximize the data
	    //Adjust at the end of the loop
	    while ((!is_lcid_processed) && (lcid_buffer_occupancy_new)
		   && (bsr_len + phr_len + total_rlc_pdu_header_len +
		       sdu_length_total + MIN_MAC_HDR_RLC_SIZE <= buflen))
	    {

		// Workaround for issue in OAI eNB or EPC which are not able to process SRB2 message multiplexed with SRB1 on the same MAC PDU
2161
		if (( get_softmodem_params()->usim_test == 0) && (lcid == DCCH1)
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186
		    && (lcid_rlc_pdu_count == 0) && (num_sdus)) {

		    // Skip SRB2 multiplex if at least one SRB1 SDU is already multiplexed
		    break;
		}

		buflen_remain =
		    buflen - (bsr_len + phr_len +
			      total_rlc_pdu_header_len + sdu_length_total +
			      1);


		LOG_D(MAC,
		      "[UE %d] Frame %d : UL-DXCH -> ULSCH, RLC %d has %d bytes to "
		      "send (Transport Block size %d BSR size=%d PHR=%d SDU Length Total %d , mac header len %d BSR byte before Tx=%d)\n",
		      module_idP, frameP, lcid, lcid_buffer_occupancy_new,
		      buflen, bsr_len, phr_len, sdu_length_total,
		      total_rlc_pdu_header_len,
		      UE_mac_inst[module_idP].
		      scheduling_info.BSR_bytes[UE_mac_inst[module_idP].
						scheduling_info.LCGID
						[lcid]]);


		sdu_lengths[num_sdus] = mac_rlc_data_req(module_idP,
2187 2188
							 UE_mac_inst[module_idP].crnti, 
							 eNB_index,
2189 2190 2191 2192 2193
							 frameP,
							 ENB_FLAG_NO,
							 MBMS_FLAG_NO,
							 lcid,
							 buflen_remain,
2194
							 (char *)&ulsch_buff[sdu_length_total]
2195
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
2196
							 ,0,
2197
                              0
2198
#endif
2199
                         	 );
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209


		AssertFatal(buflen_remain >= sdu_lengths[num_sdus],
			    "LCID=%d RLC has segmented %d bytes but MAC has max=%d\n",
			    lcid, sdu_lengths[num_sdus], buflen_remain);


		if (sdu_lengths[num_sdus]) {
		    sdu_length_total += sdu_lengths[num_sdus];
		    sdu_lcids[num_sdus] = lcid;
2210
		    LOG_I(MAC,
2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234
			  "[UE %d] TX Multiplex RLC PDU TX Got %d bytes for LcId%d\n",
			  module_idP, sdu_lengths[num_sdus], lcid);

		    if (buflen ==
			(bsr_len + phr_len + total_rlc_pdu_header_len +
			 sdu_length_total + 1)) {
			//No more remaining TBS after this PDU
			//exit the function
			rlc_pdu_header_len_last = 1;
			is_lcid_processed = TRUE;
			is_all_lcid_processed = TRUE;
		    } else {
			rlc_pdu_header_len_last =
			    (sdu_lengths[num_sdus] > 128) ? 3 : 2;

			//Change to 1 byte if it does not fit in the TBS, ie last PDU
			if (buflen <=
			    (bsr_len + phr_len + total_rlc_pdu_header_len +
			     rlc_pdu_header_len_last + sdu_length_total)) {
			    rlc_pdu_header_len_last = 1;
			    is_lcid_processed = TRUE;
			    is_all_lcid_processed = TRUE;
			}
		    }
2235

2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295
		    //Update number of SDU
		    num_sdus++;

		    //Update total MAC Header size for RLC PDUs and save last one
		    total_rlc_pdu_header_len += rlc_pdu_header_len_last;

		    lcid_rlc_pdu_count++;
		} else {
		    /* avoid infinite loop ... */
		    is_lcid_processed = TRUE;
		}

		/* Get updated BO after multiplexing this PDU */
		lcid_buffer_occupancy_new =
		    mac_rlc_get_buffer_occupancy_ind(module_idP,
						     UE_mac_inst
						     [module_idP].crnti,
						     eNB_index, frameP,
						     subframe, ENB_FLAG_NO,
						     lcid);

		is_lcid_processed = (is_lcid_processed)
		    || (lcid_buffer_occupancy_new <= 0);
	    }

	    //Update Buffer remain and BSR bytes after transmission

	    AssertFatal(lcid_buffer_occupancy_new <=
			lcid_buffer_occupancy_old,
			"MAC UE Tx error : Buffer Occupancy After Tx=%d greater than before=%d BO! for LCID=%d RLC PDU nb=%d Frame %d Subrame %d\n",
			lcid_buffer_occupancy_new,
			lcid_buffer_occupancy_old, lcid,
			lcid_rlc_pdu_count, frameP, subframe);

	    UE_mac_inst[module_idP].scheduling_info.
		LCID_buffer_remain[lcid] = lcid_buffer_occupancy_new;
	    UE_mac_inst[module_idP].
		scheduling_info.BSR_bytes[UE_mac_inst[module_idP].
					  scheduling_info.LCGID[lcid]] +=
		(lcid_buffer_occupancy_new - lcid_buffer_occupancy_old);

	    //Update the number of LCGID with data as BSR shall reflect status after BSR transmission
	    if ((num_lcg_id_with_data > 1)
		&& (UE_mac_inst[module_idP].
		    scheduling_info.BSR_bytes[UE_mac_inst[module_idP].
					      scheduling_info.LCGID[lcid]]
		    == 0)) {
		num_lcg_id_with_data--;
		// Change BSR size to BSR SHORT if num_lcg_id_with_data becomes to 1
		if ((bsr_len) && (num_lcg_id_with_data == 1)) {
		    bsr_ce_len = sizeof(BSR_SHORT);
		    bsr_len = bsr_ce_len + bsr_header_len;
		}
	    }


	    UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] =
		LCID_EMPTY;
	}
    }
hbilel's avatar
hbilel committed
2296

2297

2298

2299 2300 2301 2302 2303 2304 2305 2306 2307
    // Compute BSR Values and update Nb LCGID with data after multiplexing
    num_lcg_id_with_data = 0;
    lcg_id_bsr_trunc = 0;
    for (lcg_id = 0; lcg_id < MAX_NUM_LCGID; lcg_id++) {
	UE_mac_inst[module_idP].scheduling_info.BSR[lcg_id] =
	    locate_BsrIndexByBufferSize(BSR_TABLE, BSR_TABLE_SIZE,
					UE_mac_inst
					[module_idP].scheduling_info.
					BSR_bytes[lcg_id]);
2308

2309 2310 2311 2312 2313
	if (UE_mac_inst[module_idP].scheduling_info.BSR_bytes[lcg_id]) {
	    num_lcg_id_with_data++;
	    lcg_id_bsr_trunc = lcg_id;
	}
    }
2314

2315

2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336
    if (bsr_ce_len) {
	//Print updated BSR when sent
	LOG_D(MAC,
	      "[UE %d] Remaining Buffer after Tx frame%d subframe %d nb LCG =%d Bytes for LCG0=%d LCG1=%d LCG2=%d LCG3=%d BSR Trigger status =%d TBS=%d\n",
	      module_idP, frameP, subframe, num_lcg_id_with_data,
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[0],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[1],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[2],
	      UE_mac_inst[module_idP].scheduling_info.BSR_bytes[3],
	      UE_mac_inst[module_idP].BSR_reporting_active, buflen);

	LOG_D(MAC,
	      "[UE %d] Frame %d Subframe %d TX BSR Regular or Periodic size=%d BSR0=%d BSR1=%d BSR2=%d BSR3=%d\n",
	      module_idP, frameP, subframe, bsr_ce_len,
	      UE_mac_inst[module_idP].scheduling_info.BSR[0],
	      UE_mac_inst[module_idP].scheduling_info.BSR[1],
	      UE_mac_inst[module_idP].scheduling_info.BSR[2],
	      UE_mac_inst[module_idP].scheduling_info.BSR[3]);
    }
    // build PHR and update the timers
    if (phr_ce_len == sizeof(POWER_HEADROOM_CMD)) {
2337
    	if(nfapi_mode ==3){
2338
    		//Substitute with a static value for the MAC layer abstraction (phy_stub mode)
2339 2340 2341 2342 2343 2344 2345
    		phr_p->PH = 40;
    	}
    	else{
    		phr_p->PH = get_phr_mapping(module_idP, CC_id, eNB_index);
    	}


2346
	phr_p->R = 0;
2347
	LOG_D(MAC,
2348 2349 2350 2351 2352 2353 2354
	      "[UE %d] Frame %d report PHR with mapping (%d->%d) for LCID %d\n",
	      module_idP, frameP, get_PHR(module_idP, CC_id, eNB_index),
	      phr_p->PH, POWER_HEADROOM);
	update_phr(module_idP, CC_id);
    } else {
	phr_p = NULL;
    }
2355

2356 2357
    LOG_T(MAC, "[UE %d] Frame %d: bsr s %p bsr_l %p, phr_p %p\n",
	  module_idP, frameP, bsr_s, bsr_l, phr_p);
2358

2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373
    // Check BSR padding: it is done after PHR according to Logical Channel Prioritization order
    // Check for max padding size, ie MAC Hdr for last RLC PDU = 1
    /* For Padding BSR:
       -  if the number of padding bits is equal to or larger than the size of the Short BSR plus its subheader but smaller than the size of the Long BSR plus its subheader:
       -  if more than one LCG has data available for transmission in the TTI where the BSR is transmitted: report Truncated BSR of the LCG with the highest priority logical channel with data available for transmission;
       -  else report Short BSR.
       -  else if the number of padding bits is equal to or larger than the size of the Long BSR plus its subheader, report Long BSR.
     */
    if (sdu_length_total) {
	padding_len =
	    buflen - (bsr_len + phr_len + total_rlc_pdu_header_len -
		      rlc_pdu_header_len_last + sdu_length_total + 1);
    } else {
	padding_len = buflen - (bsr_len + phr_len);
    }
2374

2375

2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485
    if ((padding_len) && (bsr_len == 0)) {
	/* if the number of padding bits is equal to or larger than the size of the Long BSR plus its subheader, report Long BSR */
	if (padding_len >= (1 + BSR_LONG_SIZE)) {
	    bsr_ce_len = BSR_LONG_SIZE;
	    bsr_header_len = 1;
	    // Trigger BSR Padding
	    UE_mac_inst[module_idP].BSR_reporting_active |=
		BSR_TRIGGER_PADDING;


	} else if (padding_len >= (1 + sizeof(BSR_SHORT))) {
	    bsr_ce_len = sizeof(BSR_SHORT);
	    bsr_header_len = 1;

	    if (num_lcg_id_with_data > 1) {
		// REPORT TRUNCATED BSR
		//Get LCGID of highest priority LCID with data
		for (lcid = DCCH; lcid < MAX_NUM_LCID; lcid++) {
		    if (UE_mac_inst[module_idP].
			logicalChannelConfig[lcid] != NULL) {
			lcg_id =
			    UE_mac_inst[module_idP].scheduling_info.
			    LCGID[lcid];

			if ((lcg_id < MAX_NUM_LCGID)
			    && (UE_mac_inst[module_idP].
				scheduling_info.BSR_bytes[lcg_id])
			    &&
			    (UE_mac_inst[module_idP].logicalChannelConfig
			     [lcid]->ul_SpecificParameters->priority <=
			     highest_priority)) {
			    highest_priority =
				UE_mac_inst[module_idP].
				logicalChannelConfig[lcid]->
				ul_SpecificParameters->priority;
			    lcg_id_bsr_trunc = lcg_id;
			}
		    }
		}
	    } else {
		//Report SHORT BSR, clear bsr_t
		bsr_t = NULL;
	    }

	    // Trigger BSR Padding
	    UE_mac_inst[module_idP].BSR_reporting_active |=
		BSR_TRIGGER_PADDING;
	}
	bsr_len = bsr_header_len + bsr_ce_len;
    }
    //Fill BSR Infos
    if (bsr_ce_len == 0) {
	bsr_s = NULL;
	bsr_l = NULL;
	bsr_t = NULL;
    } else if (bsr_ce_len == BSR_LONG_SIZE) {
	bsr_s = NULL;
	bsr_t = NULL;
	bsr_l->Buffer_size0 =
	    UE_mac_inst[module_idP].scheduling_info.BSR[LCGID0];
	bsr_l->Buffer_size1 =
	    UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1];
	bsr_l->Buffer_size2 =
	    UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2];
	bsr_l->Buffer_size3 =
	    UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3];

	LOG_D(MAC,
	      "[UE %d] Frame %d subframe %d BSR Trig=%d report long BSR (level LCGID0 %d,level LCGID1 %d,level LCGID2 %d,level LCGID3 %d)\n",
	      module_idP, frameP, subframe,
	      UE_mac_inst[module_idP].BSR_reporting_active,
	      UE_mac_inst[module_idP].scheduling_info.BSR[LCGID0],
	      UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1],
	      UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2],
	      UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]);

    } else if (bsr_ce_len == sizeof(BSR_SHORT)) {
	bsr_l = NULL;
	if ((bsr_t != NULL)
	    && (UE_mac_inst[module_idP].BSR_reporting_active &
		BSR_TRIGGER_PADDING)) {
	    //Truncated BSR
	    bsr_s = NULL;
	    bsr_t->LCGID = lcg_id_bsr_trunc;
	    bsr_t->Buffer_size =
		UE_mac_inst[module_idP].scheduling_info.
		BSR[lcg_id_bsr_trunc];

	    LOG_D(MAC,
		  "[UE %d] Frame %d subframe %d BSR Trig=%d report TRUNCATED BSR with level %d for LCGID %d\n",
		  module_idP, frameP, subframe,
		  UE_mac_inst[module_idP].BSR_reporting_active,
		  UE_mac_inst[module_idP].
		  scheduling_info.BSR[lcg_id_bsr_trunc], lcg_id_bsr_trunc);

	} else {
	    bsr_t = NULL;
	    bsr_s->LCGID = lcg_id_bsr_trunc;
	    bsr_s->Buffer_size =
		UE_mac_inst[module_idP].scheduling_info.
		BSR[lcg_id_bsr_trunc];

	    LOG_D(MAC,
		  "[UE %d] Frame %d subframe %d BSR Trig=%d report SHORT BSR with level %d for LCGID %d\n",
		  module_idP, frameP, subframe,
		  UE_mac_inst[module_idP].BSR_reporting_active,
		  UE_mac_inst[module_idP].
		  scheduling_info.BSR[lcg_id_bsr_trunc], lcg_id_bsr_trunc);
	}
    }
hbilel's avatar
hbilel committed
2486 2487 2488
// 1-bit padding or 2-bit padding  special padding subheader
// Check for max padding size, ie MAC Hdr for last RLC PDU = 1
    if (sdu_length_total) {
2489 2490 2491 2492 2493
	padding_len =
	    buflen - (bsr_len + phr_len + total_rlc_pdu_header_len -
		      rlc_pdu_header_len_last + sdu_length_total + 1);
    } else {
	padding_len = buflen - (bsr_len + phr_len);
2494 2495
    }

2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522
    if (padding_len <= 2) {
	short_padding = padding_len;
	// only add padding header
	post_padding = 0;
	//update total MAC Hdr size for RLC data
	if (sdu_length_total) {
	    total_rlc_pdu_header_len =
		total_rlc_pdu_header_len - rlc_pdu_header_len_last + 1;
	    rlc_pdu_header_len_last = 1;
	}
    } else if (sdu_length_total) {
	post_padding =
	    buflen - (bsr_len + phr_len + total_rlc_pdu_header_len +
		      sdu_length_total + 1);
	// If by adding MAC Hdr for last RLC PDU the padding is 0 then set MAC Hdr for last RLC PDU = 1 and compute 1 or 2 byte padding
	if (post_padding == 0) {
	    total_rlc_pdu_header_len -= rlc_pdu_header_len_last;
	    padding_len =
		buflen - (bsr_len + phr_len + total_rlc_pdu_header_len +
			  sdu_length_total + 1);
	    short_padding = padding_len;
	    total_rlc_pdu_header_len++;
	}
    } else {
	if (padding_len == buflen) {	// nona mac pdu
	    *access_mode = CANCELED_ACCESS;
	}
2523

2524
	short_padding = 0;
2525

2526 2527 2528 2529
	post_padding =
	    buflen - (bsr_len + phr_len + total_rlc_pdu_header_len +
		      sdu_length_total + 1);
    }
2530

2531 2532
    // Generate header
    // if (num_sdus>0) {
2533

2534 2535 2536 2537 2538 2539 2540 2541 2542 2543
    payload_offset = generate_ulsch_header(ulsch_buffer,	// mac header
					   num_sdus,	// num sdus
					   short_padding,	// short pading
					   sdu_lengths,	// sdu length
					   sdu_lcids,	// sdu lcid
					   phr_p,	// power headroom
					   NULL,	// crnti
					   bsr_t,	// truncated bsr
					   bsr_s,	// short bsr
					   bsr_l, post_padding);	// long_bsr
2544

2545 2546 2547 2548 2549 2550 2551 2552
    LOG_D(MAC,
	  "[UE %d] Generate header :bufflen %d  sdu_length_total %d, num_sdus %d, sdu_lengths[0] %d, sdu_lcids[0] %d => payload offset %d,  total_rlc_pdu_header_len %d, padding %d,post_padding %d, bsr len %d, phr len %d, reminder %d \n",
	  module_idP, buflen, sdu_length_total, num_sdus, sdu_lengths[0],
	  sdu_lcids[0], payload_offset, total_rlc_pdu_header_len,
	  short_padding, post_padding, bsr_len, phr_len,
	  buflen - sdu_length_total - payload_offset);
    // cycle through SDUs and place in ulsch_buffer
    if (sdu_length_total) {
2553
    	//LOG_I(MAC, "[UE %d] ue_get_sdu() 2 before copying to ulsch_buffer, SFN/SF: %d/%d \n \n \n", module_idP, frameP, subframe);
2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586
	memcpy(&ulsch_buffer[payload_offset], ulsch_buff,
	       sdu_length_total);
    }
    // fill remainder of DLSCH with random data
    if (post_padding) {
	for (j = 0; j < (buflen - sdu_length_total - payload_offset); j++) {
	    ulsch_buffer[payload_offset + sdu_length_total + j] =
		(char) (taus() & 0xff);
	}
    }
    LOG_D(MAC,
	  "[UE %d][SR] Gave SDU to PHY, clearing any scheduling request\n",
	  module_idP);
    UE_mac_inst[module_idP].scheduling_info.SR_pending = 0;
    UE_mac_inst[module_idP].scheduling_info.SR_COUNTER = 0;

    /* Actions when a BSR is sent */
    if (bsr_ce_len) {
	LOG_D(MAC,
	      "[UE %d] MAC BSR Sent !! bsr (ce%d,hdr%d) buff_len %d\n",
	      module_idP, bsr_ce_len, bsr_header_len, buflen);

	// Reset ReTx BSR Timer
	UE_mac_inst[module_idP].scheduling_info.retxBSR_SF =
	    get_sf_retxBSRTimer(UE_mac_inst[module_idP].
				scheduling_info.retxBSR_Timer);

	LOG_D(MAC, "[UE %d] MAC ReTx BSR Timer Reset =%d\n", module_idP,
	      UE_mac_inst[module_idP].scheduling_info.retxBSR_SF);

	// Reset Periodic Timer except when BSR is truncated
	if ((bsr_t == NULL)
	    && (UE_mac_inst[module_idP].scheduling_info.
2587
		periodicBSR_Timer != LTE_PeriodicBSR_Timer_r12_infinity)) {
2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600
	    UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF =
		get_sf_periodicBSRTimer(UE_mac_inst
					[module_idP].scheduling_info.
					periodicBSR_Timer);

	    LOG_D(MAC, "[UE %d] MAC Periodic BSR Timer Reset =%d\n",
		  module_idP,
		  UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF);

	}
	// Reset BSR Trigger flags
	UE_mac_inst[module_idP].BSR_reporting_active = BSR_TRIGGER_NONE;
    }
2601

2602 2603
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_GET_SDU, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2604
#if UE_TIMING_TRACE
2605
    stop_meas(&UE_mac_inst[module_idP].tx_ulsch_sdu);
gabrielC's avatar
gabrielC committed
2606
#endif
2607

2608
    if (opt_enabled) {
laurent's avatar
laurent committed
2609
	trace_pdu(DIRECTION_UPLINK, ulsch_buffer, buflen, module_idP, WS_C_RNTI,
2610 2611 2612 2613 2614 2615 2616 2617
		  UE_mac_inst[module_idP].crnti,
		  UE_mac_inst[module_idP].txFrame,
		  UE_mac_inst[module_idP].txSubframe, 0, 0);
	LOG_D(OPT,
	      "[UE %d][ULSCH] Frame %d subframe %d trace pdu for rnti %x  with size %d\n",
	      module_idP, frameP, subframe, UE_mac_inst[module_idP].crnti,
	      buflen);
    }
2618 2619
}

2620 2621


2622
//------------------------------------------------------------------------------
2623 2624 2625 2626 2627 2628 2629
// called at each subframe
// Performs :
// 1. Trigger PDCP every 5ms
// 2. Call RRC for link status return to PHY
// 3. Perform SR/BSR procedures for scheduling feedback
// 4. Perform PHR procedures

2630
UE_L2_STATE_t
2631 2632 2633 2634 2635 2636 2637
ue_scheduler(const module_id_t module_idP,
	     const frame_t rxFrameP,
	     const sub_frame_t rxSubframeP,
	     const frame_t txFrameP,
	     const sub_frame_t txSubframeP,
	     const lte_subframe_t directionP,
	     const uint8_t eNB_indexP, const int CC_id)
2638
//------------------------------------------------------------------------------
2639
{
2640 2641 2642 2643 2644 2645
    int lcid;			// lcid index
    int TTI = 1;
    int bucketsizeduration = -1;
    int bucketsizeduration_max = -1;
    // mac_rlc_status_resp_t rlc_status[MAX_NUM_LCGID]; // 4
    // int8_t lcg_id;
2646 2647
    struct LTE_RACH_ConfigCommon *rach_ConfigCommon =
	(struct LTE_RACH_ConfigCommon *) NULL;
2648
    protocol_ctxt_t ctxt;
GabrirelCouturier's avatar
GabrirelCouturier committed
2649

2650
#if defined(ENABLE_ITTI)
2651 2652
    MessageDef *msg_p;
    int result;
2653
#endif
gabrielC's avatar
gabrielC committed
2654
#if UE_TIMING_TRACE
2655
    start_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2656
#endif
2657 2658
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_IN);
2659

2660 2661 2662
    PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, module_idP, ENB_FLAG_NO,
				   UE_mac_inst[module_idP].crnti, txFrameP,
				   txSubframeP, eNB_indexP);
2663
#if defined(ENABLE_ITTI)
2664 2665 2666 2667
    if(module_idP == 0){
      do {
	  // Checks if a message has been sent to MAC sub-task
	  itti_poll_msg(TASK_MAC_UE, &msg_p);
2668

2669
	    if (msg_p != NULL) {
2670

2671 2672 2673 2674 2675 2676 2677
	      switch (ITTI_MSG_ID(msg_p)) {
	      case RRC_MAC_CCCH_DATA_REQ:
		  LOG_I(MAC,
		        "Received %s from %s: instance %d, frameP %d, eNB_index %d\n",
		        ITTI_MSG_NAME(msg_p), ITTI_MSG_ORIGIN_NAME(msg_p), ITTI_MSG_INSTANCE(msg_p),
		        RRC_MAC_CCCH_DATA_REQ(msg_p).frame,
		        RRC_MAC_CCCH_DATA_REQ(msg_p).enb_index);
2678

2679 2680
		  // TODO process CCCH data req.
		  break;
2681

2682

2683 2684 2685 2686
	      default:
		  LOG_E(MAC, "Received unexpected message %s\n", ITTI_MSG_NAME(msg_p));
		  break;
	      }
2687

2688 2689 2690
	      result = itti_free(ITTI_MSG_ORIGIN_ID(msg_p), msg_p);
	      AssertFatal(result == EXIT_SUCCESS,
			  "Failed to free memory (%d)!\n", result);
2691
	    }
2692
      }
2693
    while (msg_p != NULL);
2694
    }
2695 2696
#endif

2697 2698 2699 2700
    //Mac_rlc_xface->frameP=frameP;
    //Rrc_xface->Frame_index=Mac_rlc_xface->frameP;
    //if (subframe%5 == 0)
    //LG#ifdef EXMIMO
Y_Tomita's avatar
Y_Tomita committed
2701 2702 2703 2704

    // data to/from NETLINK is treated in pdcp_run.
    // one socket is used in multiple UE's L2 FAPI simulator and
    // only first UE need to do this.
2705 2706 2707
    if(module_idP == 0){
      pdcp_run(&ctxt);
    }
2708 2709 2710 2711 2712
    //#endif
    UE_mac_inst[module_idP].txFrame = txFrameP;
    UE_mac_inst[module_idP].txSubframe = txSubframeP;
    UE_mac_inst[module_idP].rxFrame = rxFrameP;
    UE_mac_inst[module_idP].rxSubframe = rxSubframeP;
2713 2714

#ifdef CELLULAR
2715
    rrc_rx_tx_ue(module_idP, txFrameP, 0, eNB_indexP);
2716
#else
2717

2718
    switch (rrc_rx_tx_ue(&ctxt, eNB_indexP, CC_id)) {
2719 2720
    case RRC_OK:
	break;
2721

2722 2723 2724 2725
    case RRC_ConnSetup_failed:
	LOG_E(MAC, "RRCConnectionSetup failed, returning to IDLE state\n");
	VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	    (VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2726
#if UE_TIMING_TRACE
2727
	stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2728
#endif
2729 2730
	return (CONNECTION_LOST);
	break;
2731

2732 2733 2734 2735
    case RRC_PHY_RESYNCH:
	LOG_E(MAC, "RRC Loss of synch, returning PHY_RESYNCH\n");
	VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	    (VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2736
#if UE_TIMING_TRACE
2737
	stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2738
#endif
2739 2740 2741
	return (PHY_RESYNCH);

    case RRC_Handover_failed:
2742
	LOG_I(MAC, "Handover failure for UE %d eNB_index %d\n", module_idP,
2743 2744 2745
	      eNB_indexP);
	//Invalid...need to add another MAC UE state for re-connection procedure
	phy_config_afterHO_ue(module_idP, 0, eNB_indexP,
2746
			      (LTE_MobilityControlInfo_t *) NULL, 1);
2747 2748 2749 2750 2751 2752 2753 2754
	//return(3);
	break;

    case RRC_HO_STARTED:
	LOG_I(MAC,
	      "RRC handover, Instruct PHY to start the contention-free PRACH and synchronization\n");
	VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	    (VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2755
#if UE_TIMING_TRACE
2756
	stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2757
#endif
2758
	return (PHY_HO_PRACH);
2759

2760 2761 2762
    default:
	break;
    }
2763

2764
#endif
2765

2766 2767
    // Check Contention resolution timer (put in a function later)
    if (UE_mac_inst[module_idP].RA_contention_resolution_timer_active == 1) {
2768

2769 2770 2771 2772 2773 2774 2775 2776 2777
	if (UE_mac_inst[module_idP].radioResourceConfigCommon) {
	    rach_ConfigCommon =
		&UE_mac_inst[module_idP].
		radioResourceConfigCommon->rach_ConfigCommon;
	} else {
	    LOG_E(MAC, "FATAL: radioResourceConfigCommon is NULL!!!\n");
	    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
		(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER,
		 VCD_FUNCTION_OUT);
2778

2779 2780
	    stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
	    AssertFatal(1 == 0, "");
2781

gabrielC's avatar
gabrielC committed
2782
#if UE_TIMING_TRACE
2783
	    stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2784
#endif
2785

2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808
	    //return(RRC_OK);
	}

	LOG_I(MAC, "Frame %d: Contention resolution timer %d/%ld\n",
	      txFrameP,
	      UE_mac_inst[module_idP].RA_contention_resolution_cnt,
	      ((1 +
		rach_ConfigCommon->
		ra_SupervisionInfo.mac_ContentionResolutionTimer) << 3));

	UE_mac_inst[module_idP].RA_contention_resolution_cnt++;

	if (UE_mac_inst[module_idP].RA_contention_resolution_cnt ==
	    ((1 +
	      rach_ConfigCommon->
	      ra_SupervisionInfo.mac_ContentionResolutionTimer) << 3)) {
	    UE_mac_inst[module_idP].RA_active = 0;
	    UE_mac_inst[module_idP].RA_contention_resolution_timer_active =
		0;
	    // Signal PHY to quit RA procedure
	    LOG_E(MAC,
		  "Module id %u Contention resolution timer expired, RA failed\n",
		  module_idP);
2809 2810
	    if(nfapi_mode == 3) { // phy_stub mode
	    	// Modification for phy_stub mode operation here. We only need to make sure that the ue_mode is back to
2811
	    	// PRACH state.
2812
	    	LOG_I(MAC, "nfapi_mode3: Setting UE_mode to PRACH 2 \n");
2813 2814 2815 2816 2817 2818 2819
	    	UE_mac_inst[module_idP].UE_mode[eNB_indexP] = PRACH;
	    	//ra_failed(module_idP,CC_id,eNB_index);UE_mac_inst[module_idP].RA_contention_resolution_timer_active = 0;
	    	}
	    else{
	    	ra_failed(module_idP, CC_id, eNB_indexP);
	    }
	    //ra_failed(module_idP, 0, eNB_indexP);
2820
	}
2821
    }
2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863
    // Get RLC status info and update Bj for all lcids that are active
    for (lcid = DCCH; lcid < MAX_NUM_LCID; lcid++) {
	if (UE_mac_inst[module_idP].logicalChannelConfig[lcid]) {
	    // meausre the Bj
	    if ((directionP == SF_UL)
		&& (UE_mac_inst[module_idP].scheduling_info.Bj[lcid] >= 0)) {
		if (UE_mac_inst[module_idP].
		    logicalChannelConfig[lcid]->ul_SpecificParameters) {
		    bucketsizeduration =
			UE_mac_inst[module_idP].logicalChannelConfig
			[lcid]->ul_SpecificParameters->prioritisedBitRate *
			TTI;
		    bucketsizeduration_max =
			get_ms_bucketsizeduration(UE_mac_inst
						  [module_idP].logicalChannelConfig
						  [lcid]->ul_SpecificParameters->bucketSizeDuration);
		} else {
		    LOG_E(MAC,
			  "[UE %d] lcid %d, NULL ul_SpecificParameters\n",
			  module_idP, lcid);
		    AssertFatal(1 == 0, "");
		}

		if (UE_mac_inst[module_idP].scheduling_info.Bj[lcid] >
		    bucketsizeduration_max) {
		    UE_mac_inst[module_idP].scheduling_info.Bj[lcid] =
			bucketsizeduration_max;
		} else {
		    UE_mac_inst[module_idP].scheduling_info.Bj[lcid] =
			bucketsizeduration;
		}
	    }


	    /*
	       if (lcid == DCCH) {    
	       LOG_D(MAC,"[UE %d][SR] Frame %d subframe %d Pending data for SRB1=%d for LCGID %d \n",                  
	       module_idP, txFrameP,txSubframeP,UE_mac_inst[module_idP].scheduling_info.BSR[UE_mac_inst[module_idP].scheduling_info.LCGID[lcid]],                  
	       //         UE_mac_inst[module_idP].scheduling_info.LCGID[lcid]);
	       }
	     */
	}
2864 2865
    }

2866
    // Call BSR procedure as described in Section 5.4.5 in 36.321
2867

2868 2869 2870 2871 2872 2873
    // First check ReTxBSR Timer because it is always configured
    // Decrement ReTxBSR Timer if it is running and not null
    if ((UE_mac_inst[module_idP].scheduling_info.retxBSR_SF !=
	 MAC_UE_BSR_TIMER_NOT_RUNNING)
	&& (UE_mac_inst[module_idP].scheduling_info.retxBSR_SF != 0)) {
	UE_mac_inst[module_idP].scheduling_info.retxBSR_SF--;
2874
    }
2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900
    // Decrement Periodic Timer if it is running and not null
    if ((UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF !=
	 MAC_UE_BSR_TIMER_NOT_RUNNING)
	&& (UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF != 0)) {
	UE_mac_inst[module_idP].scheduling_info.periodicBSR_SF--;
    }
    //Check whether Regular BSR is triggered
    if (update_bsr(module_idP, txFrameP, txSubframeP, eNB_indexP) == TRUE) {
	// call SR procedure to generate pending SR and BSR for next PUCCH/PUSCH TxOp.  This should implement the procedures
	// outlined in Sections 5.4.4 an 5.4.5 of 36.321
	UE_mac_inst[module_idP].scheduling_info.SR_pending = 1;
	// Regular BSR trigger
	UE_mac_inst[module_idP].BSR_reporting_active |=
	    BSR_TRIGGER_REGULAR;
	LOG_D(MAC,
	      "[UE %d][BSR] Regular BSR Triggered Frame %d subframe %d SR for PUSCH is pending\n",
	      module_idP, txFrameP, txSubframeP);
    }
    // UE has no valid phy config dedicated ||  no valid/released  SR
    if ((UE_mac_inst[module_idP].physicalConfigDedicated == NULL)) {
	// cancel all pending SRs
	UE_mac_inst[module_idP].scheduling_info.SR_pending = 0;
	UE_mac_inst[module_idP].ul_active = 0;
	LOG_T(MAC, "[UE %d] Release all SRs \n", module_idP);
	VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	    (VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2901
#if UE_TIMING_TRACE
2902
	stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
gabrielC's avatar
gabrielC committed
2903
#endif
2904 2905
	return (CONNECTION_OK);
    }
2906

2907 2908 2909 2910
    if ((UE_mac_inst[module_idP].
	 physicalConfigDedicated->schedulingRequestConfig == NULL)
	|| (UE_mac_inst[module_idP].
	    physicalConfigDedicated->schedulingRequestConfig->present ==
2911
	    LTE_SchedulingRequestConfig_PR_release)) {
2912

2913
	// initiate RA with CRNTI included in msg3 (no contention) as descibed in 36.321 sec 5.1.5
2914

2915 2916 2917 2918 2919 2920 2921
	// cancel all pending SRs
	UE_mac_inst[module_idP].scheduling_info.SR_pending = 0;
	UE_mac_inst[module_idP].ul_active = 0;
	LOG_T(MAC, "[UE %d] Release all SRs \n", module_idP);
    }
    // Put this in a function
    // Call PHR procedure as described in Section 5.4.6 in 36.321
2922
    if (UE_mac_inst[module_idP].PHR_state == LTE_MAC_MainConfig__phr_Config_PR_setup) {	// normal operation
2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955

	if (UE_mac_inst[module_idP].PHR_reconfigured == 1) {	// upon (re)configuration of the power headroom reporting functionality by upper layers
	    UE_mac_inst[module_idP].PHR_reporting_active = 1;
	    UE_mac_inst[module_idP].PHR_reconfigured = 0;
	} else {
	    //LOG_D(MAC,"PHR normal operation %d active %d \n", UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF, UE_mac_inst[module_idP].PHR_reporting_active);
	    if ((UE_mac_inst[module_idP].scheduling_info.prohibitPHR_SF <=
		 0)
		&&
		((get_PL(module_idP, 0, eNB_indexP) <
		  UE_mac_inst[module_idP].scheduling_info.
		  PathlossChange_db)
		 || (UE_mac_inst[module_idP].power_backoff_db[eNB_indexP] >
		     UE_mac_inst[module_idP].
		     scheduling_info.PathlossChange_db)))
		// trigger PHR and reset the timer later when the PHR report is sent
	    {
		UE_mac_inst[module_idP].PHR_reporting_active = 1;
	    } else if (UE_mac_inst[module_idP].PHR_reporting_active == 0) {
		UE_mac_inst[module_idP].scheduling_info.prohibitPHR_SF--;
	    }

	    if (UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF <=
		0)
		// trigger PHR and reset the timer later when the PHR report is sent
	    {
		UE_mac_inst[module_idP].PHR_reporting_active = 1;
	    } else if (UE_mac_inst[module_idP].PHR_reporting_active == 0) {
		UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF--;
	    }
	}
    } else {			// release / nothing
	UE_mac_inst[module_idP].PHR_reporting_active = 0;	// release PHR
2956
    }
2957

2958 2959 2960
    //If the UE has UL resources allocated for new transmission for this TTI here:
    VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
	(VCD_SIGNAL_DUMPER_FUNCTIONS_UE_SCHEDULER, VCD_FUNCTION_OUT);
gabrielC's avatar
gabrielC committed
2961 2962 2963
#if UE_TIMING_TRACE
    stop_meas(&UE_mac_inst[module_idP].ue_scheduler);
#endif
2964
    return (CONNECTION_OK);
2965 2966 2967 2968
}

// to be improved
#ifdef CBA
2969
extern int cba_backoff;
2970 2971
double uniform_rngen(int min, int max)
{
2972 2973
    double random = (double) taus() / ((double) 0xffffffff);
    return (max - min) * random + min;
2974 2975
}

2976 2977 2978
int
cba_access(module_id_t module_idP, frame_t frameP,
	   sub_frame_t subframe, uint8_t eNB_index, uint16_t buflen)
2979
{
2980

2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019
    mac_rlc_status_resp_t rlc_status;
    int header_offset = 4;
    int rv = 0;

    /*
       if (( ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]<64))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]<64))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]<64)) )
       //  && (UE_mac_inst[module_idP].ul_active == 0) // check if the ul is acrtive
       && (UE_mac_inst[module_idP].cba_last_access[0] <= 0) ) { // backoff
       //  LOG_D(MAC,"[UE %d] Frame %d Subframe %d: the current CBA backoff is %d \n", module_idP, frameP, subframe,
       //  UE_mac_inst[module_idP].cba_last_access[0] );

       UE_mac_inst[module_idP].cba_last_access[0]= round(uniform_rngen(1,40));
       LOG_D(MAC,"[UE %d] Frame %d Subframe %d: start a new CBA backoff  %d UL active state %d \n", module_idP, frameP, subframe,
       UE_mac_inst[module_idP].cba_last_access[0], UE_mac_inst[module_idP].ul_active);

       rv=1;
       } else if (( ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]> 0 ))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]> 0 ))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]> 0 )) )
       // && (UE_mac_inst[module_idP].ul_active == 0) // check if the ul is acrtive
       && (UE_mac_inst[module_idP].cba_last_access[0]> 0) ){

       UE_mac_inst[module_idP].cba_last_access[0]-=1;
       LOG_D(MAC,"[UE %d] Frame %d Subframe %d: CBA backoff is decreased by one to %d UL active state %d \n",
       module_idP, frameP, subframe,
       UE_mac_inst[module_idP].cba_last_access[0], UE_mac_inst[module_idP].ul_active);

       } else if (( ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1] == 0 ))   &&
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2] == 0 ))   &&
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3] ==  0 )) )
       && (UE_mac_inst[module_idP].cba_last_access[0]> 0) ){
       UE_mac_inst[module_idP].cba_last_access[0]-=1;
       } */

    if ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID0] > 0)
	&& (UE_mac_inst[module_idP].scheduling_info.BSR[LCGID0] < 64)) {
	return 0;
3020
    }
3021

3022 3023 3024 3025 3026
    if ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1] <= 0) &&
	(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2] <= 0) &&
	(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3] <= 0)) {
	return 0;
    }
3027

3028 3029
    if (cba_backoff == 0) {	// apply probablisitc method
	UE_mac_inst[module_idP].cba_last_access[0] = uniform_rngen(0, 1);
3030

3031 3032 3033 3034 3035
	if (uniform_rngen(0, 1) > 0.6) {
	    LOG_I(MAC,
		  "[UE %d] Frame %d Subframe %d: CBA probability-based backoff (%d), UL active state %d \n",
		  module_idP, frameP, subframe, cba_backoff,
		  UE_mac_inst[module_idP].ul_active);
3036

3037 3038
	    rv = 1;
	}
3039
    } else {
3040

3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077
	if (UE_mac_inst[module_idP].cba_last_access[0] <= 0) {
	    UE_mac_inst[module_idP].cba_last_access[0] =
		round(uniform_rngen(1, cba_backoff));

	    LOG_I(MAC,
		  "[UE %d] Frame %d Subframe %d: start a new CBA backoff  %d/%d UL active state %d \n",
		  module_idP, frameP, subframe,
		  UE_mac_inst[module_idP].cba_last_access[0], cba_backoff,
		  UE_mac_inst[module_idP].ul_active);

	    rv = 1;
	    /*
	       rlc_status = mac_rlc_status_ind(module_idP, UE_mac_inst[module_idP].crnti,frameP,ENB_FLAG_NO,MBMS_FLAG_NO, // eNB_index
	       DTCH,
	       0);

	       if ((
	       //  (rlc_status.pdus_in_buffer > 0 )           &&
	       // (UE_mac_inst[module_idP].ul_active == 0)  && // check if the ul is acrtive
	       (rlc_status.head_sdu_is_segmented  == 0 )          &&
	       ((rlc_status.head_sdu_remaining_size_to_send + header_offset ) <= buflen )
	       )){
	       rv = 1;

	       UE_mac_inst[module_idP].cba_last_access[0]= round(uniform_rngen(1,30));
	       LOG_D(MAC,"[UE %d] Frame %d Subframe %d: start a new CBA backoff  %d UL active state %d \n", module_idP, frameP, subframe,
	       UE_mac_inst[module_idP].cba_last_access[0], UE_mac_inst[module_idP].ul_active);
	     */
	} else {
	    UE_mac_inst[module_idP].cba_last_access[0] -= 1;
	    LOG_D(MAC,
		  "[UE %d] Frame %d Subframe %d: wait for backoff to expire (%d) CBA UL active state %d \n",
		  module_idP, frameP, subframe,
		  UE_mac_inst[module_idP].cba_last_access[0],
		  UE_mac_inst[module_idP].ul_active);
	}
    }
3078

3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126
    return rv;
    /*
       if (( ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]<64))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]<64))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]>0)&&(UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]<64)) )
       //  && (UE_mac_inst[module_idP].ul_active == 0) // check if the ul is acrtive
       && (UE_mac_inst[module_idP].cba_last_access[0] <= 0) ) {

       UE_mac_inst[module_idP].cba_last_access[0]= round(uniform_rngen(1,cba_backoff));

       LOG_I(MAC,"[UE %d] Frame %d Subframe %d: start a new CBA backoff  %d/%d UL active state %d \n", module_idP, frameP, subframe,
       UE_mac_inst[module_idP].cba_last_access[0], cba_backoff,UE_mac_inst[module_idP].ul_active);

       rv = 1;

       rlc_status = mac_rlc_status_ind(module_idP, UE_mac_inst[module_idP].crnti,frameP,ENB_FLAG_NO,MBMS_FLAG_NO, // eNB_index
       DTCH,
       0);

       if ((
       // (rlc_status.pdus_in_buffer > 0 )           &&
       // (UE_mac_inst[module_idP].ul_active == 0)  && // check if the ul is acrtive
       (rlc_status.head_sdu_is_segmented  == 0 )          &&
       ((rlc_status.head_sdu_remaining_size_to_send + header_offset ) <= buflen )
       )){
       rv = 1;

       UE_mac_inst[module_idP].cba_last_access[0]= round(uniform_rngen(1,30));
       LOG_D(MAC,"[UE %d] Frame %d Subframe %d: start a new CBA backoff  %d UL active state %d \n", module_idP, frameP, subframe,
       UE_mac_inst[module_idP].cba_last_access[0], UE_mac_inst[module_idP].ul_active);
       } else
       UE_mac_inst[module_idP].cba_last_access[0]= round(uniform_rngen(1,5));


       } else if (( ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID1]> 0 ))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID2]> 0 ))   ||
       ((UE_mac_inst[module_idP].scheduling_info.BSR[LCGID3]> 0 )) )
       // && (UE_mac_inst[module_idP].ul_active == 0) // check if the ul is acrtive
       && (UE_mac_inst[module_idP].cba_last_access[0]> 0) )
       {

       UE_mac_inst[module_idP].cba_last_access[0]-=1;
       LOG_D(MAC,"[UE %d] Frame %d Subframe %d: wait for backoff to expire (%d) CBA UL active state %d \n",
       module_idP, frameP, subframe,
       UE_mac_inst[module_idP].cba_last_access[0], UE_mac_inst[module_idP].ul_active);
       }
       }
     */
3127

3128 3129 3130 3131
}
#endif


3132 3133 3134
boolean_t
update_bsr(module_id_t module_idP, frame_t frameP,
	   sub_frame_t subframeP, eNB_index_t eNB_index)
3135
{
3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181
  mac_rlc_status_resp_t rlc_status;
  boolean_t bsr_regular_triggered = FALSE;
  uint8_t lcid;
  uint8_t lcgid;
  uint8_t num_lcid_with_data = 0; // for LCID with data only if LCGID is defined
  uint16_t lcgid_buffer_remain[MAX_NUM_LCGID] = {0,0,0,0};
  int32_t lcid_bytes_in_buffer[MAX_NUM_LCID];
  /* Array for ordering LCID with data per decreasing priority order */
  uint8_t lcid_reordered_array[MAX_NUM_LCID]=
  {MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID,MAX_NUM_LCID};
  uint8_t pos_next = 0;
  uint8_t highest_priority = 16;
  uint8_t array_index = 0;

  // Reset All BSR Infos
  lcid_bytes_in_buffer[0] = 0;
  for (lcid=DCCH; lcid < MAX_NUM_LCID; lcid++)
  {
	  // Reset transmission status
	  lcid_bytes_in_buffer[lcid] = 0;
	  UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid]=LCID_EMPTY;
  }

  for (lcgid=0; lcgid < MAX_NUM_LCGID; lcgid++)
  {
	  // Reset Buffer Info
	  UE_mac_inst[module_idP].scheduling_info.BSR[lcgid]=0;
	  UE_mac_inst[module_idP].scheduling_info.BSR_bytes[lcgid]=0;
  }

  //Get Buffer Occupancy and fill lcid_reordered_array
  for (lcid=DCCH; lcid < MAX_NUM_LCID; lcid++)
  {
	  if (UE_mac_inst[module_idP].logicalChannelConfig[lcid])
	  {
		  	lcgid = UE_mac_inst[module_idP].scheduling_info.LCGID[lcid];

		  	// Store already available data to transmit per Group
		  	if (lcgid < MAX_NUM_LCGID)
		  	{
			  	lcgid_buffer_remain[lcgid] += UE_mac_inst[module_idP].scheduling_info.LCID_buffer_remain[lcid];
		  	}

		    rlc_status = mac_rlc_status_ind(module_idP, UE_mac_inst[module_idP].crnti,eNB_index,frameP,subframeP,ENB_FLAG_NO,MBMS_FLAG_NO,
		                                    lcid,
		                                    0xFFFF //TBS is not used in RLC at this step, set a special value for debug
3182
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221
                                          ,0, 0
#endif
                                          );

		    lcid_bytes_in_buffer[lcid] = rlc_status.bytes_in_buffer;

		    if (rlc_status.bytes_in_buffer > 0)
		    {
		          LOG_D(MAC,"[UE %d] PDCCH Tick : LCID%d LCGID%d has data to transmit =%d bytes at frame %d subframe %d\n",
		                              module_idP, lcid,lcgid,rlc_status.bytes_in_buffer,frameP,subframeP);

		         UE_mac_inst[module_idP].scheduling_info.LCID_status[lcid] = LCID_NOT_EMPTY;
		         //Update BSR_bytes and position in lcid_reordered_array only if Group is defined
		         if (lcgid < MAX_NUM_LCGID)
		         {
		        	 num_lcid_with_data ++;
			         // sum lcid buffer which has same lcgid
			         UE_mac_inst[module_idP].scheduling_info.BSR_bytes[lcgid] += rlc_status.bytes_in_buffer;

			         //Fill in the array
			         array_index = 0;
			         do
					{
			        	 if (UE_mac_inst[module_idP].logicalChannelConfig[lcid]->ul_SpecificParameters->priority <= highest_priority)
			        	 {
			        		 //Insert if priority is higher or equal (lower or equal in value)
			        		 for (pos_next=num_lcid_with_data-1; pos_next > array_index; pos_next--)
			        		 {
			        			 lcid_reordered_array[pos_next] = lcid_reordered_array[pos_next - 1];

			        		 }
			        		 lcid_reordered_array[array_index] = lcid;
			        		 break;

			        	 }
			        	 array_index ++;
					}
			         while ((array_index < num_lcid_with_data) && (array_index < MAX_NUM_LCID));
		         }
3222 3223
	    }
	}
3224

3225
    }
3226

3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278
    // Check whether a regular BSR can be triggered according to the first cases in 36.321
    if (num_lcid_with_data) {
	LOG_D(MAC,
	      "[UE %d] PDCCH Tick at frame %d subframe %d: NumLCID with data=%d Reordered LCID0=%d LCID1=%d LCID2=%d\n",
	      module_idP, frameP, subframeP, num_lcid_with_data,
	      lcid_reordered_array[0], lcid_reordered_array[1],
	      lcid_reordered_array[2]);

	for (array_index = 0; array_index < num_lcid_with_data;
	     array_index++) {
	    lcid = lcid_reordered_array[array_index];
	    /* UL data, for a logical channel which belongs to a LCG, becomes available for transmission in the RLC entity
	       either the data belongs to a logical channel with higher priority than the priorities of the logical channels
	       which belong to any LCG and for which data is already available for transmission
	     */
	    if ((UE_mac_inst[module_idP].
		 scheduling_info.LCID_buffer_remain[lcid] == 0)
		/* or there is no data available for any of the logical channels which belong to a LCG */
		||
		(lcgid_buffer_remain
		 [UE_mac_inst[module_idP].scheduling_info.LCGID[lcid]] ==
		 0)) {
		bsr_regular_triggered = TRUE;

		LOG_D(MAC,
		      "[UE %d] PDCCH Tick : MAC BSR Triggered LCID%d LCGID%d data become available at frame %d subframe %d\n",
		      module_idP, lcid,
		      UE_mac_inst[module_idP].scheduling_info.LCGID[lcid],
		      frameP, subframeP);

		break;
	    }
	}

	// Trigger Regular BSR if ReTxBSR Timer has expired and UE has data for transmission
	if (UE_mac_inst[module_idP].scheduling_info.retxBSR_SF == 0) {
	    bsr_regular_triggered = TRUE;

	    if ((UE_mac_inst[module_idP].BSR_reporting_active &
		 BSR_TRIGGER_REGULAR) == 0) {
		LOG_I(MAC,
		      "[UE %d] PDCCH Tick : MAC BSR Triggered ReTxBSR Timer expiry at frame %d subframe %d\n",
		      module_idP, frameP, subframeP);
	    }

	}
    }
    //Store Buffer Occupancy in remain buffers for next TTI
    for (lcid = DCCH; lcid < MAX_NUM_LCID; lcid++) {
	UE_mac_inst[module_idP].scheduling_info.LCID_buffer_remain[lcid] =
	    lcid_bytes_in_buffer[lcid];
    }
3279

3280
    return bsr_regular_triggered;
3281 3282
}

3283 3284
uint8_t
locate_BsrIndexByBufferSize(const uint32_t * table, int size, int value)
3285
{
3286

3287 3288
    uint8_t ju, jm, jl;
    int ascend;
3289

3290 3291
    DevAssert(size > 0);
    DevAssert(size <= 256);
3292

3293 3294 3295
    if (value == 0) {
	return 0;		//elseif (value > 150000) return 63;
    }
3296

3297 3298 3299
    jl = 0;			// lower bound
    ju = size - 1;		// upper bound
    ascend = (table[ju] >= table[jl]) ? 1 : 0;	// determine the order of the the table:  1 if ascending order of table, 0 otherwise
3300

3301 3302
    while (ju - jl > 1) {	//If we are not yet done,
	jm = (ju + jl) >> 1;	//compute a midpoint,
3303

3304 3305 3306 3307 3308
	if ((value >= table[jm]) == ascend) {
	    jl = jm;		// replace the lower limit
	} else {
	    ju = jm;		//replace the upper limit
	}
3309

3310 3311 3312 3313
	LOG_T(MAC,
	      "[UE] searching BSR index %d for (BSR TABLE %d < value %d)\n",
	      jm, table[jm], value);
    }
3314

3315 3316 3317 3318 3319
    if (value == table[jl]) {
	return jl;
    } else {
	return jl + 1;		//equally  ju
    }
3320 3321 3322

}

3323 3324
int get_sf_periodicBSRTimer(uint8_t sf_offset)
{
3325

3326
    switch (sf_offset) {
3327
    case LTE_PeriodicBSR_Timer_r12_sf5:
3328 3329
	return 5;
	break;
3330

3331
    case LTE_PeriodicBSR_Timer_r12_sf10:
3332 3333
	return 10;
	break;
3334

3335
    case LTE_PeriodicBSR_Timer_r12_sf16:
3336 3337
	return 16;
	break;
3338

3339
    case LTE_PeriodicBSR_Timer_r12_sf20:
3340 3341
	return 20;
	break;
3342

3343
    case LTE_PeriodicBSR_Timer_r12_sf32:
3344 3345
	return 32;
	break;
3346

3347
    case LTE_PeriodicBSR_Timer_r12_sf40:
3348 3349
	return 40;
	break;
3350

3351
    case LTE_PeriodicBSR_Timer_r12_sf64:
3352 3353
	return 64;
	break;
3354

3355
    case LTE_PeriodicBSR_Timer_r12_sf80:
3356 3357
	return 80;
	break;
3358

3359
    case LTE_PeriodicBSR_Timer_r12_sf128:
3360 3361
	return 128;
	break;
3362

3363
    case LTE_PeriodicBSR_Timer_r12_sf160:
3364 3365
	return 160;
	break;
3366

3367
    case LTE_PeriodicBSR_Timer_r12_sf320:
3368 3369
	return 320;
	break;
3370

3371
    case LTE_PeriodicBSR_Timer_r12_sf640:
3372 3373
	return 640;
	break;
3374

3375
    case LTE_PeriodicBSR_Timer_r12_sf1280:
3376 3377
	return 1280;
	break;
3378

3379
    case LTE_PeriodicBSR_Timer_r12_sf2560:
3380 3381
	return 2560;
	break;
3382

3383
    case LTE_PeriodicBSR_Timer_r12_infinity:
3384 3385 3386 3387
    default:
	return 0xFFFF;
	break;
    }
3388 3389
}

3390 3391
int get_sf_retxBSRTimer(uint8_t sf_offset)
{
3392

3393
    switch (sf_offset) {
3394
    case LTE_RetxBSR_Timer_r12_sf320:
3395 3396
	return 320;
	break;
3397

3398
    case LTE_RetxBSR_Timer_r12_sf640:
3399 3400
	return 640;
	break;
3401

3402
    case LTE_RetxBSR_Timer_r12_sf1280:
3403 3404
	return 1280;
	break;
3405

3406
    case LTE_RetxBSR_Timer_r12_sf2560:
3407 3408
	return 2560;
	break;
3409

3410
    case LTE_RetxBSR_Timer_r12_sf5120:
3411 3412
	return 5120;
	break;
3413

3414
    case LTE_RetxBSR_Timer_r12_sf10240:
3415 3416
	return 10240;
	break;
3417

3418 3419 3420 3421
    default:
	return -1;
	break;
    }
3422
}
3423

3424 3425
int get_ms_bucketsizeduration(uint8_t bucketsizeduration)
{
3426

3427
    switch (bucketsizeduration) {
3428
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms50:
3429 3430 3431 3432
	return
	    50;
	break;

3433
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms100:
3434 3435 3436 3437
	return
	    100;
	break;

3438
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms150:
3439 3440 3441 3442
	return
	    150;
	break;

3443
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms300:
3444 3445 3446 3447
	return
	    300;
	break;

3448
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms500:
3449 3450 3451 3452
	return
	    500;
	break;

3453
    case LTE_LogicalChannelConfig__ul_SpecificParameters__bucketSizeDuration_ms1000:
3454 3455 3456 3457 3458 3459 3460 3461
	return
	    1000;
	break;

    default:
	return 0;
	break;
    }
3462 3463
}

3464
void update_phr(module_id_t module_idP, int CC_id)
3465
{
Raymond Knopp's avatar
 
Raymond Knopp committed
3466

3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477
    AssertFatal(CC_id == 0,
		"Transmission on secondary CCs is not supported yet\n");

    UE_mac_inst[module_idP].PHR_reporting_active = 0;
    UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF =
	get_sf_perioidicPHR_Timer(UE_mac_inst[module_idP].
				  scheduling_info.periodicPHR_Timer);
    UE_mac_inst[module_idP].scheduling_info.prohibitPHR_SF =
	get_sf_prohibitPHR_Timer(UE_mac_inst[module_idP].
				 scheduling_info.prohibitPHR_Timer);
    // LOG_D(MAC,"phr %d %d\n ",UE_mac_inst[module_idP].scheduling_info.periodicPHR_SF, UE_mac_inst[module_idP].scheduling_info.prohibitPHR_SF);
3478
}
3479 3480 3481

uint8_t
get_phr_mapping(module_id_t module_idP, int CC_id, uint8_t eNB_index)
3482
{
3483

3484 3485
    AssertFatal(CC_id == 0,
		"Transmission on secondary CCs is not supported yet\n");
3486

3487 3488 3489 3490 3491 3492 3493 3494 3495
    //power headroom reporting range is from -23 ...+40 dB, as described in 36313
    //note: mac_xface->get_Po_NOMINAL_PUSCH(module_idP) is float
    if (get_PHR(module_idP, CC_id, eNB_index) < -23) {
	return 0;
    } else if (get_PHR(module_idP, CC_id, eNB_index) >= 40) {
	return 63;
    } else {			// -23 to 40
	return (uint8_t) get_PHR(module_idP, CC_id,
				 eNB_index) + PHR_MAPPING_OFFSET;
3496

3497
    }
3498
}
3499

3500 3501
int get_sf_perioidicPHR_Timer(uint8_t perioidicPHR_Timer)
{
3502
    return (perioidicPHR_Timer + 1) * 10;
3503 3504 3505
}


3506 3507
int get_sf_prohibitPHR_Timer(uint8_t prohibitPHR_Timer)
{
3508
    return (prohibitPHR_Timer) * 10;
3509 3510
}

3511 3512
int get_db_dl_PathlossChange(uint8_t dl_PathlossChange)
{
3513
    switch (dl_PathlossChange) {
3514
    case LTE_MAC_MainConfig__phr_Config__setup__dl_PathlossChange_dB1:
3515 3516 3517
	return 1;
	break;

3518
    case LTE_MAC_MainConfig__phr_Config__setup__dl_PathlossChange_dB3:
3519 3520 3521
	return 3;
	break;

3522
    case LTE_MAC_MainConfig__phr_Config__setup__dl_PathlossChange_dB6:
3523 3524 3525
	return 6;
	break;

3526
    case LTE_MAC_MainConfig__phr_Config__setup__dl_PathlossChange_infinity:
3527 3528 3529 3530
    default:
	return -1;
	break;
    }
3531
}
3532 3533 3534


SLSS_t *ue_get_slss(module_id_t Mod_id,int CC_id,frame_t frame_tx,sub_frame_t subframe_tx) {
3535
  SLSS_t *slss = &UE_mac_inst[Mod_id].slss;
3536

3537

Raymond Knopp's avatar
Raymond Knopp committed
3538 3539 3540 3541 3542 3543 3544 3545
  if ((((10*frame_tx) + subframe_tx)%40) != slss->SL_OffsetIndicator) slss->slmib_length=0;
  else slss->slmib_length = mac_rrc_data_req_ue(Mod_id,
						CC_id,
						(frame_tx*10)+subframe_tx,
						MIBCH, 1,
						slss->slmib, 
						0,
						0); // call RRC get check for SL-MIB
3546

Raymond Knopp's avatar
Raymond Knopp committed
3547
  if (slss->slmib_length>0) {
3548
    LOG_D(MAC,"frame_tx %d, subframe %d,slss->SL_OffsetIndicator %d, mib length %d, slmib %p\n",
Raymond Knopp's avatar
Raymond Knopp committed
3549 3550
        frame_tx,subframe_tx,slss->SL_OffsetIndicator,slss->slmib_length, slss->slmib);

3551
    LOG_D(MAC,"MIB-SL : %x.%x.%x.%x.%x\n",slss->slmib[0],slss->slmib[1],slss->slmib[2],slss->slmib[3],slss->slmib[4]);
Raymond Knopp's avatar
Raymond Knopp committed
3552
  }
3553
  return(slss);
3554 3555 3556
}

SLDCH_t *ue_get_sldch(module_id_t Mod_id,int CC_id,frame_t frame_tx,sub_frame_t subframe_tx) {
3557

3558
    //UE_MAC_INST *ue = &UE_mac_inst[Mod_id];
3559
    SLDCH_t *sldch = &UE_mac_inst[Mod_id].sldch;
3560

3561
    sldch->payload_length = mac_rrc_data_req_ue(Mod_id,
3562 3563 3564 3565
                CC_id,
                frame_tx,
                SL_DISCOVERY,
                1,
3566
                (uint8_t*)(sldch->payload), //&UE_mac_inst[Mod_id].SL_Discovery[0].Tx_buffer.Payload[0],
3567 3568
                0, //eNB_indexP
                0);
3569
   
3570
   if (sldch->payload_length >0 ) {
3571
     LOG_D(MAC,"Got %d bytes from RRC for SLDCH @ %p\n",sldch->payload_length,sldch);
3572 3573 3574
     return (sldch);
   }

3575
   return((SLDCH_t*)NULL);
3576 3577
}

3578 3579
extern const int trp8[TRP8_MAX+1][8];

3580
SLSCH_t *ue_get_slsch(module_id_t module_idP,int CC_id,frame_t frameP,sub_frame_t subframeP,int slsch_test) {
3581

Raymond Knopp's avatar
Raymond Knopp committed
3582
   mac_rlc_status_resp_t rlc_status;
3583 3584 3585 3586 3587
   uint32_t absSF = (frameP*10)+subframeP;
   UE_MAC_INST *ue = &UE_mac_inst[module_idP];
   int sdu_length;
   //uint8_t sl_lcids[2] = {3, 10}; //list of lcids for SL - hardcoded
   int i = 0;
3588
   int mcs=16;
3589
   int L_CRBs=10;
3590
   int RB_start=0;
3591
   // Note: this is hard-coded for now for the default SL configuration (4 SF PSCCH, 36 SF PSSCH)
3592
   SLSCH_t *slsch = &ue->slsch;
3593

3594 3595 3596 3597 3598
   uint16_t ue_rnti = 0x1234; //Default rnti in sl-only mode
   if(UE_mac_inst[module_idP].crnti!=0){  // UE->Info[0].rnti == 0
	   ue_rnti = UE_mac_inst[module_idP].crnti;
   }

3599 3600 3601 3602 3603 3604 3605
   AssertFatal(slsch!=NULL,"SLSCH is null\n");
   uint32_t O = slsch->SL_OffsetIndicator;
   uint32_t P = slsch->SL_SC_Period;
   uint32_t absSF_offset=absSF-O,absSF_modP;

   if (absSF<O) return((SLSCH_t *)NULL);

Raymond Knopp's avatar
Raymond Knopp committed
3606 3607
   absSF_modP = absSF_offset % P;

3608
   LOG_D(MAC,"Checking SLCCH/SLSCH for absSF %d, ue->sltx_active %d\n",absSF,ue->sltx_active);
3609

Raymond Knopp's avatar
Raymond Knopp committed
3610
   if (absSF_modP == 0) { // this is the first subframe of PSCCH period, check for data and generate SCI
3611 3612
      ue->sltx_active = 0;
      for (i = 0; i < MAX_NUM_LCID; i++){
3613
               if (ue->sl_info[i].LCID > 0)  {
3614 3615
                 // for (int j = 0; j < ue->numCommFlows; j++){
                     if ((ue->sourceL2Id > 0) && (ue->sl_info[i].destinationL2Id >0) ){
3616 3617 3618 3619

                    	 /*LOG_I(MAC,"In ue_get_slsch before mac_rlc_status_ind \n");
                    	 list_display_memory_head_tail(&pdcp_sdu_list);*/

3620
                    	 rlc_status = mac_rlc_status_ind(module_idP, ue_rnti,0,frameP,subframeP,ENB_FLAG_NO,MBMS_FLAG_NO,
3621
                              ue->sl_info[i].LCID, 0xFFFF, ue->sourceL2Id, ue->sl_info[i].destinationL2Id );
3622 3623 3624 3625 3626

                    	 /*LOG_I(MAC,"In ue_get_slsch after mac_rlc_status_ind \n");
                    	 list_display_memory_head_tail(&pdcp_sdu_list);*/

                    	 LOG_D(MAC,"absSF_offset %d (test %d): Checking status (%d,Dest %d) => LCID %d => %d bytes\n",absSF_offset,slsch_test,ue->sourceL2Id,ue->sl_info[i].destinationL2Id,ue->sl_info[i].LCID,rlc_status.bytes_in_buffer);
3627 3628
                        if (rlc_status.bytes_in_buffer > 2 || slsch_test == 1){
                           if (slsch_test == 1 && rlc_status.bytes_in_buffer <= 2) rlc_status.bytes_in_buffer = 300;
matzakos's avatar
matzakos committed
3629
                           LOG_D(MAC,"SFN.SF %d.%d: Scheduling for %d bytes in Sidelink buffer \n",frameP,subframeP,rlc_status.bytes_in_buffer);
3630 3631 3632 3633 3634 3635

                           // Fill in group id for off-network communications
                           ue->sltx_active = 1;
                           //store LCID, destinationL2Id
                           ue->slsch_lcid =  ue->sl_info[i].LCID;
                           ue->destinationL2Id = ue->sl_info[i].destinationL2Id;
matzakos's avatar
matzakos committed
3636
                           LOG_D(MAC,"LCID %d, source L2ID  0x%08x, destinationL2Id: 0x%08x \n",ue->slsch_lcid, ue->sourceL2Id, ue->destinationL2Id);
3637 3638 3639 3640 3641
                           break;
                        }
                     }

                     if ((ue->sourceL2Id > 0) && (ue->sl_info[i].groupL2Id >0) ){
3642
                        rlc_status = mac_rlc_status_ind(module_idP, ue_rnti,0,frameP,subframeP,ENB_FLAG_NO,MBMS_FLAG_NO,
3643
                              ue->sl_info[i].LCID, 0xFFFF, ue->sourceL2Id, ue->sl_info[i].groupL2Id);
Raymond Knopp's avatar
Raymond Knopp committed
3644
                        LOG_D(MAC,"Checking status (%d,Group %d) => LCID %d => %d bytes\n",ue->sourceL2Id,ue->sl_info[i].destinationL2Id,ue->sl_info[i].LCID, rlc_status.bytes_in_buffer);
3645 3646 3647 3648
                        if (rlc_status.bytes_in_buffer > 2 || slsch_test == 1){

                           if (slsch_test == 1 && rlc_status.bytes_in_buffer <= 2) rlc_status.bytes_in_buffer = 300;

Raymond Knopp's avatar
Raymond Knopp committed
3649
                           LOG_D(MAC,"SFN.SF %d.%d: Scheduling for %d bytes in Sidelink buffer\n",frameP,subframeP,rlc_status.bytes_in_buffer);
3650 3651 3652 3653 3654
                           // Fill in group id for off-network communications
                           ue->sltx_active = 1;
                           //store LCID, destinationL2Id
                           ue->slsch_lcid =  ue->sl_info[i].LCID;
                           ue->destinationL2Id = ue->sl_info[i].groupL2Id;
Raymond Knopp's avatar
Raymond Knopp committed
3655
                           LOG_D(MAC,"LCID %d, source L2ID  0x%08x, groupL2Id: 0x%08x \n",ue->slsch_lcid, ue->sourceL2Id, ue->destinationL2Id);
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665
                           break;
                        }
                     }

                 // }
               }
               if ( ue->sltx_active == 1) break;
            }
     if (ue->sltx_active == 0) return((SLSCH_t*)NULL);

3666

Raymond Knopp's avatar
Raymond Knopp committed
3667
     slsch->ljmod10 = 9; // note this will cause ljmod10 to be reset for first transmission of SLSCH
3668 3669 3670
     slsch->rvidx   = 1;
     slsch->RB_start = RB_start;
     slsch->L_CRBs   = L_CRBs;
3671
     // fill in SCI fields
3672
     slsch->n_pscch                   = 2; //ue->sourceL2Id;  
3673 3674
     slsch->format                    = 0;
     slsch->freq_hopping_flag         = 0;
Raymond Knopp's avatar
Raymond Knopp committed
3675
     slsch->resource_block_coding     = computeRIV(slsch->N_SL_RB_data,RB_start,L_CRBs);
3676 3677 3678 3679
     slsch->time_resource_pattern     = 106; // all subframes for Nrp=8
     slsch->mcs                       = mcs;
     slsch->timing_advance_indication = 0;
     slsch->group_destination_id      = ue->destinationL2Id&0xff;
Raymond Knopp's avatar
Raymond Knopp committed
3680
     slsch->payload_length                = 0;
3681

Raymond Knopp's avatar
Raymond Knopp committed
3682
     LOG_D(MAC,"Configured SCI with n_pscch %d, RBC %x, TRP %d, mcs %d, groupid %x\n",slsch->n_pscch,slsch->resource_block_coding,slsch->time_resource_pattern,mcs,slsch->group_destination_id);
3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694
     return(slsch);
   } // we're in the first subframe of the SCI period
   else if (ue->sltx_active == 1 &&
            absSF_modP >= slsch->SubframeBitmapSL_length) { // this is SLSCH period and we have allocated the SL TX

      // check if this is time for a new SDU query
        AssertFatal(slsch->time_resource_pattern <= TRP8_MAX,
                    "received Itrp %d: TRP8 is used with Itrp in 0...%d\n",
                    slsch->time_resource_pattern,TRP8_MAX);
       // Note : this assumes Ntrp=8 for now
      if (trp8[slsch->time_resource_pattern][absSF_modP&7]==0) return ((SLSCH_t*)NULL);
  // we have an opportunity in this subframe
Raymond Knopp's avatar
Raymond Knopp committed
3695
      if (slsch->ljmod10 == 9) slsch->ljmod10 = 0;
3696 3697 3698 3699 3700 3701 3702
      else slsch->ljmod10++;

      if (slsch->rvidx==1) slsch->rvidx = 0;
      else if (slsch->rvidx==0) slsch->rvidx=2; 
      else if (slsch->rvidx==2) slsch->rvidx=3;
      else if (slsch->rvidx==3) slsch->rvidx=1;
    
Raymond Knopp's avatar
Raymond Knopp committed
3703
      if (slsch->rvidx>0 && slsch->payload_length>0) {
3704
         LOG_D(MAC,"absSF %d SLSCH TXoP rvidx %d\n",absSF,slsch->rvidx);
3705 3706
         return slsch;
      }
3707
      else if (slsch->rvidx>0) return ((SLSCH_t*)NULL);
3708
      // 10 PRBs, mcs 19
3709

3710 3711 3712
      int TBS = get_TBS_UL(mcs,L_CRBs);
      int req;

3713
      
3714
      rlc_status = mac_rlc_status_ind(module_idP, ue_rnti,0,frameP,subframeP,ENB_FLAG_NO,MBMS_FLAG_NO,
3715 3716
                                      ue->slsch_lcid, 0xFFFF, ue->sourceL2Id, ue->destinationL2Id );

3717 3718
      if (slsch_test == 1 && rlc_status.bytes_in_buffer < 2) rlc_status.bytes_in_buffer = 300;

3719
       // + 2 to account for the fact that RLC doesn't add the header in the status indication for UE (BSR usage, must be different for SL, to be validated)
3720
      if (TBS <= rlc_status.bytes_in_buffer+2) req = TBS - sizeof(SLSCH_SUBHEADER_24_Bit_DST_LONG);
3721
      else req = rlc_status.bytes_in_buffer+2;
3722 3723

      if (req>0) {
3724
    	  sdu_length = mac_rlc_data_req(module_idP,
3725
        	   ue_rnti,
3726 3727 3728 3729 3730 3731 3732
               0,
               frameP,
               ENB_FLAG_NO,
               MBMS_FLAG_NO,
               ue->slsch_lcid,
               req,
               (char*)(ue->slsch_pdu.payload + sizeof(SLSCH_SUBHEADER_24_Bit_DST_LONG))
3733
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
3734 3735 3736 3737
               ,ue->sourceL2Id,
               ue->destinationL2Id
#endif
         );
3738 3739
         if (sdu_length == 0 && slsch_test == 1) sdu_length = 300;

3740 3741 3742
         // Notes: 1. hard-coded to 24-bit destination format for now
         if (sdu_length > 0) {

3743 3744 3745
            LOG_D(MAC,"SFN.SF %d.%d : got %d bytes from Sidelink buffer (%d requested)\n",frameP,subframeP,sdu_length,req);
            LOG_D(MAC,"sourceL2Id: 0x%08x \n",ue->sourceL2Id);
            LOG_D(MAC,"groupL2Id/destinationL2Id: 0x%08x \n",ue->destinationL2Id);
3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779

            slsch->payload = (unsigned char*)ue->slsch_pdu.payload;
            if (sdu_length < 128) {
               slsch->payload++;
               SLSCH_SUBHEADER_24_Bit_DST_SHORT *shorth= (SLSCH_SUBHEADER_24_Bit_DST_SHORT *)slsch->payload;
               shorth->F = 0;
               shorth->L = sdu_length;
               shorth->E = 0;
               shorth->LCID = ue->slsch_lcid;
               shorth->SRC07 = (ue->sourceL2Id>>16) & 0x000000ff;
               shorth->SRC815 = (ue->sourceL2Id>>8) & 0x000000ff;
               shorth->SRC1623 = ue->sourceL2Id & 0x000000ff;
               shorth->DST07 = (ue->destinationL2Id >>16) & 0x000000ff;
               shorth->DST815 = (ue->destinationL2Id >>8) & 0x000000ff;
               shorth->DST1623 = ue->destinationL2Id & 0x000000ff;
               shorth->V = 0x1;
            }
            else {
               SLSCH_SUBHEADER_24_Bit_DST_LONG *longh= (SLSCH_SUBHEADER_24_Bit_DST_LONG *)slsch->payload;
               longh->F = 1;
               longh->L_LSB = sdu_length&0xff;
               longh->L_MSB = (sdu_length>>8)&0x7f;
               longh->E = 0;
               longh->LCID = ue->slsch_lcid;
               longh->SRC07 = (ue->sourceL2Id >>16) & 0x000000ff;
               longh->SRC815 = (ue->sourceL2Id>>8) & 0x000000ff;
               longh->SRC1623 = ue->sourceL2Id & 0x000000ff;
               longh->DST07 = (ue->destinationL2Id >>16) & 0x000000ff;
               longh->DST815 = (ue->destinationL2Id>>8) & 0x000000ff;
               longh->DST1623 = ue->destinationL2Id & 0x000000ff;
               longh->V = 0x1;
            }
            slsch->payload_length = TBS;
            // fill in SLSCH configuration
3780 3781 3782 3783 3784
            return(slsch);
         }
         else {
            slsch->payload_length = 0;
            return((SLSCH_t*)NULL);
3785 3786 3787 3788
         }
      }

   }
3789
   else if (ue->sltx_active == 1 && absSF_modP < slsch->SubframeBitmapSL_length) {
Raymond Knopp's avatar
Raymond Knopp committed
3790
      LOG_D(MAC,"absSF_mod P %d in SLSCH period\n",absSF_modP);
3791 3792
      return(slsch); // we're in the SCI period
   }
3793 3794 3795
  return(NULL);
}