Skip to content

Commit

Permalink
b2b_entities: add an UAC/UAS API via script/MI functions and events
Browse files Browse the repository at this point in the history
Add ability to directly start or accept sessions as a UAC/UAS from
script or MI, independently of any controlling "b2b" logic.
  • Loading branch information
rvlad-patrascu committed Mar 6, 2023
1 parent 931af66 commit 1e88157
Show file tree
Hide file tree
Showing 14 changed files with 2,389 additions and 243 deletions.
2 changes: 1 addition & 1 deletion mi/mi.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "item.h"

#define MAX_MI_PARAMS 10
#define MAX_MI_RECIPES 11
#define MAX_MI_RECIPES 48

/* async MI command */
#define MI_ASYNC_RPL_FLAG (1<<0)
Expand Down

0 comments on commit 1e88157

Please sign in to comment.