mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Cosmetic: fix spaces/tabs in mgcp_requests[]
Change-Id: I2e8ef83b231b7d7b71e533d0699afea433d635aa
This commit is contained in:
@@ -177,13 +177,13 @@ static int setup_rtp_processing(struct mgcp_endpoint *endp,
|
||||
* for performance reasons. */
|
||||
static const struct mgcp_request mgcp_requests[] = {
|
||||
MGCP_REQUEST("AUEP", handle_audit_endpoint, "AuditEndpoint")
|
||||
MGCP_REQUEST("CRCX", handle_create_con, "CreateConnection")
|
||||
MGCP_REQUEST("DLCX", handle_delete_con, "DeleteConnection")
|
||||
MGCP_REQUEST("MDCX", handle_modify_con, "ModifiyConnection")
|
||||
MGCP_REQUEST("RQNT", handle_noti_req, "NotificationRequest")
|
||||
MGCP_REQUEST("CRCX", handle_create_con, "CreateConnection")
|
||||
MGCP_REQUEST("DLCX", handle_delete_con, "DeleteConnection")
|
||||
MGCP_REQUEST("MDCX", handle_modify_con, "ModifiyConnection")
|
||||
MGCP_REQUEST("RQNT", handle_noti_req, "NotificationRequest")
|
||||
|
||||
/* SPEC extension */
|
||||
MGCP_REQUEST("RSIP", handle_rsip, "ReSetInProgress")
|
||||
/* SPEC extension */
|
||||
MGCP_REQUEST("RSIP", handle_rsip, "ReSetInProgress")
|
||||
};
|
||||
|
||||
/* Helper function to allocate some memory for responses and retransmissions */
|
||||
|
Reference in New Issue
Block a user