Skip to content

Commit

Permalink
[Edge] Remove AITT support
Browse files Browse the repository at this point in the history
Remove AITT connection since AITT has been deprecated.

Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
  • Loading branch information
gichan-jang authored and jaeyun-jung committed Sep 9, 2024
1 parent 8d3c163 commit 3d1ef71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c/src/ml-api-service-offloading.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ _mlrs_get_conn_type (const gchar * value)
conn_type = NNS_EDGE_CONNECT_TYPE_HYBRID;
else if (0 == g_ascii_strcasecmp (value, "MQTT"))
conn_type = NNS_EDGE_CONNECT_TYPE_MQTT;
else if (0 == g_ascii_strcasecmp (value, "AITT"))
conn_type = NNS_EDGE_CONNECT_TYPE_AITT;
else
conn_type = NNS_EDGE_CONNECT_TYPE_UNKNOWN;

Expand Down

0 comments on commit 3d1ef71

Please sign in to comment.