diff options
Diffstat (limited to 'src/gsm/oap.c')
-rw-r--r-- | src/gsm/oap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gsm/oap.c b/src/gsm/oap.c index 5706e8ff..88c98f75 100644 --- a/src/gsm/oap.c +++ b/src/gsm/oap.c @@ -30,10 +30,10 @@ /*! \addtogroup oap * @{ - * \brief Osmocom Authentication Protocol + * Osmocom Authentication Protocol */ -/*! \brief Decode OAP message data. +/*! Decode OAP message data. * \param[out] oap_msg Parsed data is written to this instance. * \param[in] data Pointer to the data buffer containing the OAP message. * \param[in] data_len Length of the OAP message data. @@ -152,7 +152,7 @@ int osmo_oap_decode(struct osmo_oap_message *oap_msg, return 0; } -/*! \brief Compose OAP message data. +/*! Compose OAP message data. * \param[out] msg OAP message data is appended to this message buffer. * \param[in] oap_msg Elements to encode in the message data. */ |