PCU: remove german warnings from the code

This commit is contained in:
Harald Welte 2012-07-08 23:53:32 +02:00
parent 744f745d7a
commit c1368d4ebe
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ int pcu_tx_info_ind(void)
info_ind->flags |= PCU_IF_FLAG_MCS8;
if (rlcc->cs_mask & (1 << GPRS_MCS9))
info_ind->flags |= PCU_IF_FLAG_MCS9;
#warning ist dl_tbf_ext nicht falsch?: * 10 und kein ntohs
#warning isn't dl_tbf_ext wrong?: * 10 and no ntohs
info_ind->dl_tbf_ext = rlcc->parameter[T_DL_TBF_EXT];
#warning ist ul_tbf_ext nicht falsch?: * 10 und kein ntohs
#warning isn't ul_tbf_ext wrong?: * 10 and no ntohs
info_ind->ul_tbf_ext = rlcc->parameter[T_UL_TBF_EXT];
info_ind->initial_cs = rlcc->initial_cs;
info_ind->initial_mcs = rlcc->initial_mcs;