flc2_tunable_para.h 29.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 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 221 222 223 224 225 226 227 228 229 230 231 232 233 234 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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 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 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 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 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 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 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 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 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2005
*
*  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
*  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
*  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
*  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
*  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
*  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
*  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
*  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
*  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
*  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
*  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
*  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
*  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
*  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
*
*  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
*  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
*  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
*  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
*  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/

/*****************************************************************************
 *
 * Filename:
 * ---------
 *   flc2_tunable_para.h
 *
 * Project:
 * --------
 *   Maui_Software
 *
 * Description:
 * ------------
 *   This file provides the function declarations used for gprs flow
 *   control implementation.
 *
 * Author:
 * -------
 * -------
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================*/


#ifndef _FLC2_TUNABLE_PARA_H
#define _FLC2_TUNABLE_PARA_H

#include "flc2_mem_mngr_config.h"
#include "custom_flc_config.h"
    
#if defined(__PS_SERVICE__)
#define FLC2_MAX_PDP_CNTXTS GPRS_MAX_PDP_SUPPORT 
#ifdef __MULTIPLE_PPP_DIALUP_SUPPORT__
#define FLC2_MAX_NPDU_POOLS_NUM  __MAX_NUM_OF_PPP_DIALUP_SUPPORT__
#elif defined(__MULTIPLE_NDIS_SUPPORT__)
#define FLC2_MAX_NPDU_POOLS_NUM  __MAX_NUM_OF_NDIS_SUPPORT__
#else
#define FLC2_MAX_NPDU_POOLS_NUM  1
#endif
#else
#define FLC2_MAX_PDP_CNTXTS 0
#define FLC2_MAX_NPDU_POOLS_NUM  0
#endif

/*************************************************************************
 * Tunable Parameters
 *************************************************************************/

/*************************************************************************
 * MM BLOCK 0 (Fixed Sized)
 *************************************************************************/
/* For AppPDU_UL AppPDU_DL */ 
/* FIX SIZE, BLOCK SIZE 3038 */
#define FLC2_MB_0_UNIT_SIZE (3038)

/* Eric Hsieh: 20091107, apply new compile option for WAP over CSD */
#if defined(__TCPIP_OVER_CSD__) || defined(__EXT_MODEM__)
#define FLC2_APPPDU_UL_CHUNKS         1
#define FLC2_APPPDU_DL_CHUNKS         2
#ifndef __FLC2_MM_FIX_SIZE_SUPPORT__
#define __FLC2_MM_FIX_SIZE_SUPPORT__
#endif
#else
#define FLC2_APPPDU_UL_CHUNKS         0
#define FLC2_APPPDU_DL_CHUNKS         0
#endif


/*************************************************************************
 * MM BLOCK 1 (Fixed Sized)
 *************************************************************************/
/* For CSPDU_UL CSPDU_DL */ 
/* FIX SIZE, BLOCK SIZE 64 */
#define FLC2_MB_1_UNIT_SIZE         (64)

#if defined(__CS_SERVICE__) && defined(CSD_SUPPORT)
/* CSPDU_UL */
#define FLC2_CSPDU_UL_CHUNKS         65
#ifndef __FLC2_MM_FIX_SIZE_SUPPORT__
#define __FLC2_MM_FIX_SIZE_SUPPORT__
#endif

/* CSDPDU_DL */
#ifndef __SLIM_DATA__
#define FLC2_CSPDU_DL_CHUNKS         73
#else
#define FLC2_CSPDU_DL_CHUNKS         10
#endif

#else /* __CS_SERVICE__ && CSD_SUPPORT */
#define FLC2_CSPDU_UL_CHUNKS          0
#define FLC2_CSPDU_DL_CHUNKS          0
#endif /* __CS_SERVICE__ && CSD_SUPPORT */

/*************************************************************************
 * MM BLOCK 2 (Fixed Sized)
 *************************************************************************/
/* For NPDU_DL or NPDU_UL */ 
/* FIX SIZE, BLOCK SIZE 1660 */
#define FLC2_MB_2_UNIT_SIZE (1660)

#if defined(__PS_SERVICE__) 
/* NPDU_UL */
#ifdef __UMTS_TDD128_MODE__
#if defined(__NDIS_SUPPORT__) && !defined(__UPS_SUPPORT__) 
/* NDIS_FLC: 5(ccci) + 3(time delay experience) + 8(guess), 20090415, mtk02285 */
#define FLC2_NPDU_UL_CHUNKS         16 
#elif (defined(__HSUPA_SUPPORT__) && !defined(__HSUPA_CAPABILITY_NOT_SUPPORT__))
/* HSUPA support, set UL pool to 40KB */
#define FLC2_NPDU_UL_CHUNKS         25
#elif defined(__LLC_ACK_MODE_SUPPORT__) || defined(__UMTS_RAT__)
#define FLC2_NPDU_UL_CHUNKS         8   
#else   /* __NDIS_SUPPORT__ */
#define FLC2_NPDU_UL_CHUNKS         1   
#endif  /* __NDIS_SUPPORT__ */
#else
#if defined(__NDIS_SUPPORT__) && !defined(__UPS_SUPPORT__) 
/* NDIS_FLC: 5(ccci) + 3(time delay experience) + 8(guess), 20090415, mtk02285 */
#define FLC2_NPDU_UL_CHUNKS         16 
#else
#if defined(__USB_TETHERING__)
#define FLC2_NPDU_UL_CHUNKS         2
#else
#define FLC2_NPDU_UL_CHUNKS         1
#endif
#endif

#endif  /* __UMTS_TDD128_MODE__ */

/* NPDU_DL */
#if defined(__EGPRS_MODE__) || defined(__UMTS_RAT__) 
#define FLC2_NPDU_DL_CHUNKS         8 
#else  /* __EGPRS_MODE__ */
#define FLC2_NPDU_DL_CHUNKS         4  
#endif /* __EGPRS_MODE__ */

#else

#define FLC2_NPDU_UL_CHUNKS         0
#define FLC2_NPDU_DL_CHUNKS         0 
#endif

/*************************************************************************
 * MM BLOCK 3 (Fixed Sized)
 *************************************************************************/
/* For PSDPDU_ACK_DL or PSDPDU_UNACK_DL */ 

/* FIX SIZE, BLOCK SIZE 1660 */
#define FLC2_MB_3_UNIT_SIZE (1660)

#if defined(__PS_SERVICE__) 
/* PSPDU_ACK_DL */
#define FLC2_PSPDU_ACK_DL_CHUNKS           4  //One for each SAPI

/* PSPDU_UNACK_DL */
#ifdef __EGPRS_MODE__
#define FLC2_PSPDU_UNACK_DL_CHUNKS         12  //All 4 SAPIs use this one
#else  /* __EGPRS_MODE__ */
#define FLC2_PSPDU_UNACK_DL_CHUNKS         4  //All 4 SAPIs use this one
#endif /* __EGPRS_MODE__ */

/* PSPDU DL GROW POOL */
#define FLC2_PSPDU_DL_GROW_CHUNKS          8 // Prepare 8 chunks for growing. Either ack dl and unack dl can use it

#else

#define FLC2_PSPDU_ACK_DL_CHUNKS           0 
#define FLC2_PSPDU_UNACK_DL_CHUNKS         0
#define FLC2_PSPDU_DL_GROW_CHUNKS          0 
#endif



/*************************************************************************
 * MM BLOCK 4 (Fixed size)
 *************************************************************************/
/* ADM, BLOCK SIZE, 64, 384, 640, 1636 */
/* For IRDA (APP) */
/* IRDA */

/* FIX SIZE, BLOCK SIZE 512 */
#define FLC2_MB_4_UNIT_SIZE (512)

#ifdef __IRDA_SUPPORT__
#define FLC2_IRDA_UL_CHUNKS           (6)  
#define FLC2_IRDA_DL_CHUNKS           (6)  

#ifndef __FLC2_MM_FIX_SIZE_SUPPORT__
#define __FLC2_MM_FIX_SIZE_SUPPORT__
#endif

#else
#define FLC2_IRDA_UL_CHUNKS           (0)  
#define FLC2_IRDA_DL_CHUNKS           (0)  
#endif



/*************************************************************************
 * MM BLOCK 10 (ADM)
 *************************************************************************/
/* ADM, BLOCK SIZE, 64, 384, 640, 1636 */
/* PSDATA ACK/UNACK UL, CIPHER*/

#if defined(__PS_SERVICE__) 

#define FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE  (12*1024) //12k
#define FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE  (12*1024) //12k
#define FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE  ( 6*1024) //6k
#define FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE ( 4*1024) //4k

/* Unack mode : pool size per PDP context */
#define FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE  (12*1024) //12k

#if (defined(__EGPRS_MODE__) && defined(__EPSK_TX__))
/* Unack mode : grow pool size per PDP context */
#define FLC2_PSPDU_UNACK_UL_GROW_SIZE_PER_PDP_CNXT  (10*1024)
#else  /* __EGPRS_MODE__ */
#define FLC2_PSPDU_UNACK_UL_GROW_SIZE_PER_PDP_CNXT  (0)
#endif /* __EGPRS_MODE__ */

/* CIPHER */
#define FLC2_CIPHER_POOL_SIZE (5*1024)

#else

#define FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE  (0) 
#define FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE  (0) 
#define FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE  (0) 
#define FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE (0) 
#define FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE  (0) 
#define FLC2_PSPDU_UNACK_UL_GROW_SIZE_PER_PDP_CNXT  (0)
#define FLC2_CIPHER_POOL_SIZE (0)
#endif

#if 0
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#ifdef __TCPIP__
/* under construction !*/
/* under construction !*/
#if defined(__VOIP__) || defined(STREAM_SUPPORT) 
/* under construction !*/
#else  /* __VOIP__ */
/* under construction !*/
#endif  /* __VOIP__ */
/* under construction !*/
/* under construction !*/
/* under construction !*/
#if defined(__WIFI_SUPPORT__)
/* under construction !*/
#elif defined(__EGPRS_MODE__)
/* under construction !*/
#else  /* __EGPRS_MODE__ */
/* under construction !*/
#endif /* __EGPRS_MODE__ */
/* under construction !*/
#else /* __TCPIP__ */
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#endif /* __TCPIP__ */
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#ifdef __TCPIP__
#if defined(__EGPRS_MODE__)|| defined(__WIFI_SUPPORT__) 
/* under construction !*/
#else  /* __EGPRS_MODE__ */
/* under construction !*/
#endif /* __EGPRS_MODE__ */
/* under construction !*/
#else /* __TCPIP__ */
/* under construction !*/
/* under construction !*/
#endif /* __TCPIP__ */
/* under construction !*/
/* under construction !*/
#ifdef __TCPIP__
/* under construction !*/
#if defined(__WIFI_SUPPORT__) 
/* under construction !*/
#else /* __WIFI_SUPPORT__ */
/* under construction !*/
#endif /* __WIFI_SUPPORT__ */
/* under construction !*/
#else /* __TCPIP__ */
/* under construction !*/
#endif /* __TCPIP__ */
/* under construction !*/
#endif

/*************************************************************************
 * MM BLOCK 13 (ADM)
 *************************************************************************/
/* ADM, BLOCK SIZE, 64, 384, 640, 1636 */
/* For PSPDU UMTS DL */

/*************************************************************************
 * MACRO DEFINITIONS FOR FLC RESERVED MEM SIZE CALCULATION
 *************************************************************************/

/* Utilities */
#define FLC2_MAX(FLC_A, FLC_B)   (((FLC_A) > (FLC_B)) ? (FLC_A):(FLC_B))
#define FLC2_MIN(FLC_A, FLC_B)   (((FLC_A) < (FLC_B)) ? (FLC_A):(FLC_B))

#define FLC2_MAX_IN_FOUR_ELM(FLC_A, FLC_B,FLC_C, FLC_D) \
        (FLC2_MAX(FLC2_MAX(FLC2_MAX(FLC_A, FLC_B), FLC_C),FLC_D))

#define FLC2_MAX_IN_THREE_ELM(FLC_A, FLC_B, FLC_C) \
        (FLC2_MAX(FLC2_MAX(FLC_A, FLC_B), FLC_C))


#define FLC2_2ND_MAX_IN_FOUR_ELM(FLC_MAX, FLC_A, FLC_B, FLC_C, FLC_D) \
    (\
      (FLC_A == FLC_MAX)?( FLC2_MAX_IN_THREE_ELM(FLC_B, FLC_C, FLC_D) ):\
         (\
            (FLC_B == FLC_MAX)?( FLC2_MAX_IN_THREE_ELM(FLC_A, FLC_C, FLC_D) ):\
            (\
               (FLC_C == FLC_MAX)?( FLC2_MAX_IN_THREE_ELM(FLC_A, FLC_B, FLC_D) ):\
                  (FLC2_MAX_IN_THREE_ELM(FLC_A, FLC_B, FLC_C) )\
            )\
         )\
    )
    

#define FLC2_MIN_IN_FOUR_ELM(FLC_A, FLC_B,FLC_C, FLC_D) \
    (FLC2_MIN(FLC2_MIN(FLC2_MIN(FLC_A, FLC_B), FLC_C),FLC_D))

#define FLC2_MIN_IN_THREE_ELM(FLC_A, FLC_B, FLC_C) \
    (FLC2_MIN(FLC2_MIN(FLC_A, FLC_B), FLC_C))

#define FLC2_2ND_MIN_IN_FOUR_ELM(FLC_MIN, FLC_A, FLC_B, FLC_C, FLC_D) \
    (\
      (FLC_A == FLC_MIN)?( FLC2_MIN_IN_THREE_ELM(FLC_B, FLC_C, FLC_D) ):\
         (\
            (FLC_B == FLC_MIN)?( FLC2_MIN_IN_THREE_ELM(FLC_A, FLC_C, FLC_D) ):\
            (\
               (FLC_C == FLC_MIN)?( FLC2_MIN_IN_THREE_ELM(FLC_A, FLC_B, FLC_D) ):\
                  (FLC2_MIN_IN_THREE_ELM(FLC_A, FLC_B, FLC_C) )\
            )\
         )\
    )


/*************************************************************************
 * Non-tunable Macros 
 *************************************************************************/

/* Defination for Fix Size Pools */
/* MM BLOCK 0 */
/* For AppPDU_UL AppPDU_DL */ 
/* FIX SIZE, BLOCK SIZE 3010 */
#define FLC2_MB_0_PDU_SIZE    FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_0_UNIT_SIZE)
#define FLC2_MB_0_CHUNK_SIZE (FLC2_MB_0_PDU_SIZE + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD )

/* Eric Hsieh: 20091107, apply new compile option for WAP over CSD */
#if defined(__TCPIP_OVER_CSD__) || defined(__EXT_MODEM__)
/* AppPDU_UL */
#define FLC2_APPPDU_UL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_0_CHUNK_SIZE, FLC2_APPPDU_UL_CHUNKS)
/* AppPDU_DL */
#define FLC2_APPPDU_DL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_0_CHUNK_SIZE, FLC2_APPPDU_DL_CHUNKS)

#define FLC2_APPDU_POOL_NUMBER   (2)
#else /* __TCPIP_OVER_CSD__ || __EXT_MODEM__ */
#define FLC2_APPPDU_UL_POOL_SIZE      0
#define FLC2_APPPDU_DL_POOL_SIZE      0

#define FLC2_APPDU_POOL_NUMBER   (0)
#endif /* __TCPIP_OVER_CSD__ || __EXT_MODEM__ */

#define FLC2_MM_BLOCK_0_SIZE (FLC2_APPPDU_UL_POOL_SIZE + FLC2_APPPDU_DL_POOL_SIZE + FLC2_MEM_FIX_SIZE_CTRL_HEADER_LEN)
/* End of MM BLOCK 0 */


/* MM BLOCK 1 */
/* For CSPDU_UL CSPDU_DL */ 
/* FIX SIZE, BLOCK SIZE 69 */
#define FLC2_MB_1_PDU_SIZE    FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_1_UNIT_SIZE)
#define FLC2_MB_1_CHUNK_SIZE (FLC2_MB_1_PDU_SIZE + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD )

#ifdef CSD_SUPPORT
/* CSPDU_UL */
#define FLC2_CSPDU_UL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_1_CHUNK_SIZE, FLC2_CSPDU_UL_CHUNKS)
/* CSDPDU_DL */
#define FLC2_CSPDU_DL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_1_CHUNK_SIZE, FLC2_CSPDU_DL_CHUNKS)
#define FLC2_CSPDU_POOL_NUMBER   (2)
#else /* CSD_SUPPORT */

#define FLC2_CSPDU_UL_POOL_SIZE      0
#define FLC2_CSPDU_DL_POOL_SIZE      0
#define FLC2_CSPDU_POOL_NUMBER   (0)
#endif/* CSD_SUPPORT */

#define FLC2_MM_BLOCK_1_SIZE (FLC2_CSPDU_UL_POOL_SIZE + FLC2_CSPDU_DL_POOL_SIZE + FLC2_MEM_FIX_SIZE_CTRL_HEADER_LEN)
/* End of MM BLOCK 1 */


/* MM BLOCK 2 */
/* For NPDU_DL or NPDU_UL */ 
/* FIX SIZE, BLOCK SIZE 1660 */
#ifdef __UMTS_TDD128_MODE__

#define FLC2_MB_2_PDU_SIZE    FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_2_UNIT_SIZE)
#define FLC2_MB_2_CHUNK_SIZE (FLC2_MB_2_PDU_SIZE + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD )

#else

#ifdef __HW_PFC_SUPPORT__
#define FLC2_MB_2_PDU_SIZE    (1704+32)
#else
#define FLC2_MB_2_PDU_SIZE    (FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_2_UNIT_SIZE) + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD)
#endif

#define FLC2_MB_2_CHUNK_SIZE  FLC2_MB_2_PDU_SIZE

#endif

#ifdef __TCPIP__
#define FLC2_NPDU_UL_MAX_GROW_CHUNKS  0 
#else /* __TCPIP__ */
 /* No TCPIP and UL chunk ==1 */
#if (FLC2_NPDU_UL_CHUNKS == 1)
#define FLC2_NPDU_UL_MAX_GROW_CHUNKS  1 
#else
#define FLC2_NPDU_UL_MAX_GROW_CHUNKS  0 
#endif
#endif /* __TCPIP__ */

// Eric Hsieh: NPDU setting with HSPA data path optimization, let NPDU share PSPDU's grow size.
// The following value shall sync with PSPDU UMTS grow size.
#ifdef __UMTS_TDD128_MODE__
#if (defined(__HSUPA_SUPPORT__) && !defined(__HSUPA_CAPABILITY_NOT_SUPPORT__))
/* HSUPA support, set UL pool to 50KB */
#define FLC2_NPDU_UL_MAX_GROW  (50 * 1024) 
#define FLC2_NPDU_DL_MAX_GROW  (44 * 1024)
#elif defined(__OP01_FWPBW__) || defined(__OP01_FWPCOLOR__)
/* DPA support or 3G R99 settings */
#define FLC2_NPDU_UL_MAX_GROW  (33 * 1024) 
#define FLC2_NPDU_DL_MAX_GROW  (44 * 1024)
#elif defined(__LLC_ACK_MODE_SUPPORT__) || (defined(__UMTS_RAT__) && !defined(__LOW_COST_SUPPORT_COMMON__))
/* DPA support or 3G R99 settings */
#define FLC2_NPDU_UL_MAX_GROW  (33 * 1024) 
#define FLC2_NPDU_DL_MAX_GROW  (44 * 1024)
#else
/* 2G only project or 3G low cost project */
#define FLC2_NPDU_UL_MAX_GROW  FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_UL_MAX_GROW_CHUNKS)
#define FLC2_NPDU_DL_MAX_GROW  0
#endif
#else
#if defined(__HSUPA_SUPPORT__)
/* HSUPA support, set UL pool to 64KB */
#define FLC2_NPDU_UL_MAX_GROW  (38 * (1704+32))
#define FLC2_NPDU_DL_MAX_GROW  (44 * 1024)
#elif defined(__LLC_ACK_MODE_SUPPORT__) || (defined(__UMTS_RAT__) && !defined(__LOW_COST_SUPPORT_COMMON__))
/* DPA support or 3G R99 settings */
#define FLC2_NPDU_UL_MAX_GROW  (33 * 1024) 
#define FLC2_NPDU_DL_MAX_GROW  (44 * 1024)
#else
/* 2G only project or 3G low cost project */
#define FLC2_NPDU_UL_MAX_GROW  FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_UL_MAX_GROW_CHUNKS)
#define FLC2_NPDU_DL_MAX_GROW  0
#endif

#endif /* __UMTS_TDD128_MODE__ */

#define FLC2_NPDU_UL_MAX_GROW_SIZE (FLC2_NPDU_UL_MAX_GROW * FLC2_MAX_NPDU_POOLS_NUM) 
// Eric: TBD, this configuration would take too much memory...
//#define FLC2_NPDU_UL_MAX_GROW_SIZE (FLC2_PSPDU_UNACK_UL_GROW_SIZE_PER_PDP_CNXT * FLC2_MAX_PDP_CNTXTS)

/* NPDU_UL */
#define FLC2_NPDU_UL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_UL_CHUNKS )

/* NPDU_DL */
#define FLC2_NPDU_DL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_DL_CHUNKS)

 /* 3 pools for 3 PDP context */
#define FLC2_NPDU_UL_TOTAL_CHUNKS (FLC2_NPDU_UL_CHUNKS * FLC2_MAX_NPDU_POOLS_NUM)
#define FLC2_NPDU_DL_TOTAL_CHUNKS (FLC2_NPDU_DL_CHUNKS * FLC2_MAX_NPDU_POOLS_NUM)

#define FLC2_NPDU_UL_POOL_SIZE_TOTAL      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_UL_TOTAL_CHUNKS )
#define FLC2_NPDU_DL_POOL_SIZE_TOTAL      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_2_CHUNK_SIZE, FLC2_NPDU_DL_TOTAL_CHUNKS )

#if 0
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#else
#define FLC2_MM_BLOCK_2_SIZE  FLC2_MEM_ADM_CTRL_HEADER_LEN
#define FLC2_MM_BLOCK_5_SIZE  FLC2_MEM_ADM_CTRL_HEADER_LEN
#endif

/* End of MM BLOCK 2 */


/* MM BLOCK 3 */
/* For PSDPDU_ACK_DL or PSDPDU_UNACK_DL */ 
/* FIX SIZE, BLOCK SIZE 1660 */
#define FLC2_MB_3_PDU_SIZE    FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_3_UNIT_SIZE)
#define FLC2_MB_3_CHUNK_SIZE (FLC2_MB_3_PDU_SIZE + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD )

/* PSPDU_ACK_DL */
#define FLC2_PSPDU_ACK_DL_INIT_POOL_SIZE   FLC2_MB_3_UNIT_SIZE

// Eric Hsieh: For init pool total size, we shall align with the minimal among the number of PDP contexts and the max no. of SAPIs
#define FLC2_PSPDU_ACK_DL_POOL_SIZE        FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, FLC2_MIN(FLC2_MAX_PDP_CNTXTS, 4))

#define FLC2_PSPDU_ACK_GROW_STEP_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, 2)
#define FLC2_PSPDU_ACK_MAX_GROW_SIZE       FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, FLC2_PSPDU_DL_GROW_CHUNKS)


/* PSPDU_UNACK_DL */
#define FLC2_PSPDU_UNACK_DL_POOL_SIZE      FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, FLC2_PSPDU_UNACK_DL_CHUNKS)
#define FLC2_PSPDU_UNACK_GROW_STEP_SIZE    FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, 2)
#define FLC2_PSPDU_UNACK_MAX_GROW_SIZE     FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, FLC2_PSPDU_DL_GROW_CHUNKS)

/* PSPDU DL GROW POOL */
#define FLC2_PSPDU_DL_GROW_POOL_SIZE       FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_3_CHUNK_SIZE, FLC2_PSPDU_DL_GROW_CHUNKS)


#define FLC2_MM_BLOCK_3_SIZE (FLC2_NPDU_DL_POOL_SIZE_TOTAL + \
                              FLC2_PSPDU_ACK_DL_POOL_SIZE + \
                              FLC2_PSPDU_UNACK_DL_POOL_SIZE + \
                              FLC2_MAX(FLC2_PSPDU_DL_GROW_POOL_SIZE, FLC2_NPDU_DL_MAX_GROW) + \
                              FLC2_MEM_ADM_CTRL_HEADER_LEN)

/* End of MM BLOCK 3 */
/* End of defination for Fix Size Pool */

/* MM BLOCK 4 */
/* ADM, BLOCK SIZE, 64, 384, 640, 1636 */
/* For IRDA (APP) */


#define FLC2_MB_4_PDU_SIZE    FLC2_FIX_POOL_SIZE_ALIGN(FLC2_MB_4_UNIT_SIZE)
#define FLC2_MB_4_CHUNK_SIZE (FLC2_MB_4_PDU_SIZE + FLC2_MEM_FIX_SIZE_CHUNK_OVERHEAD + FLC2_MEM_FIX_SIZE_GUARD_OVERHEAD )

#define FLC2_IRDA_UL_POOL_SIZE  FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_4_CHUNK_SIZE, FLC2_IRDA_UL_CHUNKS)
#define FLC2_IRDA_DL_POOL_SIZE  FLC2_FIX_SIZE_POOL_SIZE_COUNT(FLC2_MB_4_CHUNK_SIZE, FLC2_IRDA_DL_CHUNKS)

#ifdef __IRDA_SUPPORT__
#define FLC2_IRDA_POOL_NUMBER   (2)
#else
#define FLC2_IRDA_POOL_NUMBER   (0)
#endif

#define FLC2_MM_BLOCK_4_SIZE ( FLC2_IRDA_UL_POOL_SIZE  + \
                               FLC2_IRDA_DL_POOL_SIZE  + \
                               FLC2_MEM_FIX_SIZE_CTRL_HEADER_LEN)
/* End of MM BLOCK 4 */

#ifndef __MTK_TARGET__
#define FLC2_UT_ONLY_POOL_SIZE (FLC2_NPDU_DL_POOL_SIZE+50*1024)
#define FLC2_MM_BLOCK_UT_ONLY_SIZE (FLC2_UT_ONLY_POOL_SIZE + FLC2_NPDU_DL_MAX_GROW)
#else
#define FLC2_UT_ONLY_POOL_SIZE     (4)
#define FLC2_MM_BLOCK_UT_ONLY_SIZE (FLC2_MEM_ADM_CTRL_HEADER_LEN)
#endif


/* Defination for ADM Pools */
/* MM BLOCK 10 */
/* ADM, BLOCK SIZE, 64, 384, 640, 1636 */
/* PSDATA ACK/UNACK UL, CIPHER*/

#if 0
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#endif

/* Find the PSPDU UL */

/* min size */
#define FLC2_1ST_MIN_PSPDU_UL_SIZE (FLC2_MIN_IN_FOUR_ELM(FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE ))
                                                                                                     
#define FLC2_1ST_MAX_PSPDU_UL_SIZE (FLC2_MAX_IN_FOUR_ELM(FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE ))


#define FLC2_2ND_MAX_PSPDU_UL_SIZE (FLC2_2ND_MAX_IN_FOUR_ELM(FLC2_1ST_MAX_PSPDU_UL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE ))

#define FLC2_3RD_MAX_PSPDU_UL_SIZE (FLC2_2ND_MIN_IN_FOUR_ELM(FLC2_1ST_MIN_PSPDU_UL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI3_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI5_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI9_UL_POOL_SIZE ,\
                                                      FLC2_PSPDU_ACK_SAPI11_UL_POOL_SIZE ))

#define FLC2_4TH_MAX_PSPDU_UL_SIZE FLC2_1ST_MIN_PSPDU_UL_SIZE


/* Based on FLC2_MAX_PDP_CNTXTS , Calculate the MO Uplink Ack/UnAck PDU memory */
#define FLC2_PSPDU_ACK_UNACK_UL_SIZE_1_PDP_CNXT \
    (FLC2_MAX(FLC2_1ST_MAX_PSPDU_UL_SIZE , FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE ))

/* Accumulate 2 PDP contexts */
#define FLC2_PSPDU_ACK_UNACK_UL_SIZE_2_PDP_CNXT \
    ( (FLC2_MAX(FLC2_2ND_MAX_PSPDU_UL_SIZE , FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE )) + \
    FLC2_PSPDU_ACK_UNACK_UL_SIZE_1_PDP_CNXT )

/* Accumulate 3 PDP contexts */
#define FLC2_PSPDU_ACK_UNACK_UL_SIZE_3_PDP_CNXT \
    ( (FLC2_MAX(FLC2_3RD_MAX_PSPDU_UL_SIZE , FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE )) + \
    FLC2_PSPDU_ACK_UNACK_UL_SIZE_2_PDP_CNXT )

/* Accumulate 4 PDP contexts */
#define FLC2_PSPDU_ACK_UNACK_UL_SIZE_4_PDP_CNXT \
    ( (FLC2_MAX(FLC2_4TH_MAX_PSPDU_UL_SIZE , FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE )) + \
    FLC2_PSPDU_ACK_UNACK_UL_SIZE_3_PDP_CNXT )

/* Operations */
#define FLC2_PSPDU_ACK_UNACK_UL_SIZE_MORE_THEN_4_PDP_CNXT \
(((FLC2_MAX_PDP_CNTXTS - 4)* FLC2_PSPDU_UNACK_PDP_UL_POOL_SIZE ) + FLC2_PSPDU_ACK_UNACK_UL_SIZE_4_PDP_CNXT )
    

/* PSPDU UL size depends supported PDP context number. */
#define FLC2_PSPDU_UL_POOL_SIZE    \
    (\
        (0 == FLC2_MAX_PDP_CNTXTS )?(0):\
            (\
                (1 == FLC2_MAX_PDP_CNTXTS)?(FLC2_PSPDU_ACK_UNACK_UL_SIZE_1_PDP_CNXT ):\
                    (\
                        (2 == FLC2_MAX_PDP_CNTXTS)?(FLC2_PSPDU_ACK_UNACK_UL_SIZE_2_PDP_CNXT ):\
                            (\
                                (3 == FLC2_MAX_PDP_CNTXTS)?(FLC2_PSPDU_ACK_UNACK_UL_SIZE_3_PDP_CNXT ):\
                                    (\
                                        (4 == FLC2_MAX_PDP_CNTXTS)?(FLC2_PSPDU_ACK_UNACK_UL_SIZE_4_PDP_CNXT ):\
                                            (FLC2_PSPDU_ACK_UNACK_UL_SIZE_MORE_THEN_4_PDP_CNXT )\
                                    )\
                            )\
                    )\
            )\
    )



#define FLC2_PSPDU_UNACK_UL_GROW_SIZE (FLC2_PSPDU_UNACK_UL_GROW_SIZE_PER_PDP_CNXT * FLC2_MAX_PDP_CNTXTS)

#define FLC2_MM_BLOCK_10_SIZE (FLC2_PSPDU_UL_POOL_SIZE + \
                               FLC2_NPDU_UL_POOL_SIZE + \
                               FLC2_MAX(FLC2_PSPDU_UNACK_UL_GROW_SIZE, FLC2_NPDU_UL_MAX_GROW_SIZE) + \
                               FLC2_CIPHER_POOL_SIZE + \
                               FLC2_MEM_ADM_CTRL_HEADER_LEN)

/* End of MM BLOCK 10 */

#if 0
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
/* under construction !*/
#endif


/* End of defination for ADM Pools */


/* Count all memory needed */

/* Define pool entity number. */

#if defined(__PS_SERVICE__) 
#define FLC2_NPDU_POOL_NUMBER        (2 * FLC2_MAX_NPDU_POOLS_NUM)
#define FLC2_PSPDU_ACK_POOL_NUMBER   (8)
#define FLC2_PSPDU_UNACK_POOL_NUMBER (1+ FLC2_MAX_PDP_CNTXTS)
#define FLC2_CIPHER_POOL_NUMBER      (1)
#else /* __PS_SERVICE__ */
#define FLC2_NPDU_POOL_NUMBER        (0)
#define FLC2_PSPDU_ACK_POOL_NUMBER   (0)
#define FLC2_PSPDU_UNACK_POOL_NUMBER (0)
#define FLC2_CIPHER_POOL_NUMBER      (0)
#endif /* __PS_SERVICE__ */

#ifdef __TCPIP__
#if defined(__HOTSPOT_SUPPORT__)
#define FLC2_I_NET_POOL_NUMBER  (3 + FLC2_SPDU_UL_POOL_NUMBER ) /* plus TPDU SRPDU HotSpot */
#else /* #if defined(__HOTSPOT_SUPPORT__) */
#define FLC2_I_NET_POOL_NUMBER  (2 + FLC2_SPDU_UL_POOL_NUMBER ) /* plus TPDU SRPDU */
#endif /* #if defined(__HOTSPOT_SUPPORT__) */
#else /* __TCPIP__ */
#define FLC2_I_NET_POOL_NUMBER  (0)
#endif /* __TCPIP__ */

#define FLC2_PSPDU_GPRS_POOL_NUMBER  (FLC2_PSPDU_ACK_POOL_NUMBER  + \
                                      FLC2_PSPDU_UNACK_POOL_NUMBER +\
                                      FLC2_CIPHER_POOL_NUMBER )

#define FLC2_PSPDU_TOTAL_POOL_NUMBER  FLC2_PSPDU_GPRS_POOL_NUMBER

#define FLC2_ACT_POOL_ENTITY_TOTAL  (1+ FLC2_APPDU_POOL_NUMBER  \
                                      + FLC2_CSPDU_POOL_NUMBER  \
                                      + FLC2_NPDU_POOL_NUMBER   \
                                      + FLC2_PSPDU_TOTAL_POOL_NUMBER  \
                                      + FLC2_I_NET_POOL_NUMBER  \
                                      + FLC2_IRDA_POOL_NUMBER  \
                                     )


#endif /* _FLC2_TUNABLE_PARA_H */