CoNDIS WAN Is Less Complex

CoNDIS defines objects that correspond to each of the logical entities that are involved in a connection. These entities include address families (AFs), virtual connections (VCs), service access points (SAPs), and parties.

In the CoNDIS environment, the system handles many of the complex TAPI requirements. Therefore, a CoNDIS WAN miniport driver or MCM does not have to handle as many TAPI OIDs as an NDIS WAN miniport driver. In addition, the CoNDIS WAN miniport driver or MCM is not required to handle the following status indications:

  • NDIS_STATUS_TAPI_INDICATION

  • NDIS_STATUS_WAN_LINE_UP

  • NDIS_STATUS_WAN_LINE_DOWN

The separation of the call manager and miniport driver functions enables you to implement two simple drivers. The simplified drivers should be easier to maintain and debug than one large and complex driver.