summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/action/misc.h')
-rw-r--r--cesar/cp/sta/action/misc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cesar/cp/sta/action/misc.h b/cesar/cp/sta/action/misc.h
index b660f1b0d1..6177fae69c 100644
--- a/cesar/cp/sta/action/misc.h
+++ b/cesar/cp/sta/action/misc.h
@@ -48,26 +48,11 @@ cp_sta_action_process_cc_who_ru_req (cp_t *ctx, cp_mme_rx_t *mme);
* unencrypted. If the relay request is not encrypted and contains a
* CM_ENCRYPTED_PAYLOAD.IND, the CC_RELAY.IND should be sent broadcast. This
* could be done by the cp_msg module.
- *
- * - What to do with the MAC address?
*/
void
cp_sta_action_process_cc_relay_req (cp_t *ctx, cp_mme_rx_t *mme);
/**
- * Process a CC_RELAY.IND, 11.2.37.
- * \param ctx control plane context
- * \param mme received MME handle
- *
- * Extract the payload and insert the message back.
- *
- * Relay station is trusted as long as it is authenticated. It should have
- * filtered unauthorised payload.
- */
-void
-cp_sta_action_process_cc_relay_ind (cp_t *ctx, cp_mme_rx_t *mme);
-
-/**
* Process a CM_HFID.REQ, 11.5.30.
* \param ctx control plane context
* \param mme received MME handle