Skip to content

Commit

Permalink
[Added] BFCP primitives handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotyze committed Sep 13, 2023
1 parent b33c2f1 commit a9037c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/bfcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,13 @@ static void bfcp_msg_handler(const struct bfcp_msg *msg, void *arg)
break;

case BFCP_FLOOR_RELEASE:
break;

case BFCP_HELLO_ACK:
case BFCP_FLOOR_REQUEST_STATUS:
case BFCP_FLOOR_REQ_STATUS_ACK:
case BFCP_FLOOR_STATUS:
case BFCP_FLOOR_STATUS_ACK:
case BFCP_GOODBYE:
case BFCP_GOODBYE_ACK:
break;

default:
Expand Down

0 comments on commit a9037c3

Please sign in to comment.