fixed doxygen in lte-as-sap.h

This commit is contained in:
Nicola Baldo
2012-08-28 15:46:47 +02:00
parent 93ca4beb8f
commit fdd4db0624

View File

@@ -32,10 +32,10 @@ class LteEnbNetDevice;
/**
* This class implements the Access Stratum (AS) Service Access Point
* (SAP), i.e., the interface between the EpcUeNas and the LteEnbRrc
* and the EpcEnbApplication. In particular, this class implements the
* (SAP), i.e., the interface between the EpcUeNas and the LteUeRrc.
* In particular, this class implements the
* Provider part of the SAP, i.e., the methods exported by the
* LteEnbRrc and called by the EpcUeNas.
* LteUeRrc and called by the EpcUeNas.
*
*/
class LteAsSapProvider
@@ -73,10 +73,10 @@ public:
/**
* This class implements the Access Stratum (AS) Service Access Point
* (SAP), i.e., the interface between the EpcUeNas and the LteEnbRrc
* and the EpcEnbApplication. In particular, this class implements the
* (SAP), i.e., the interface between the EpcUeNas and the LteUeRrc
* In particular, this class implements the
* User part of the SAP, i.e., the methods exported by the
* EpcUeNas and called by the LteEnbRrc.
* EpcUeNas and called by the LteUeRrc.
*
*/
class LteAsSapUser