qcacmn: ADD OCB module ID

Add module ID and trace log for componentized OCB feature.

CRs-Fixed: 2177252
Change-Id: I794ce0809afed19863b52d26d9fcf1bde5e5e754
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index 4ab2a1d..f9eda3e 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -119,12 +119,14 @@
  * @WLAN_UMAC_COMP_DFS:           DFS
  * @WLAN_UMAC_COMP_SPECTRAL:      Spectral
  * @WLAN_UMAC_COMP_OFFCHAN_TXRX:  Offchan TxRx
+ * @WLAN_UMAC_COMP_SON:           SON
+ * @WLAN_UMAC_COMP_SPECTRAL:      Spectral
  * @WLAN_UMAC_COMP_SPLITMAC:      SplitMAC
  * @WLAN_UMAC_COMP_DISA:          DISA encryption test
  * @WLAN_UMAC_COMP_GREEN_AP:      Green AP
  * @WLAN_UMAC_COMP_FTM:           FTM component
  * @WLAN_UMAC_COMP_FD:            FILS Discovery
- *
+ * @WLAN_UMAC_COMP_OCB:           OCB
  * @WLAN_UMAC_COMP_ID_MAX:        Maximum components in UMAC
  *
  * This id is static.
@@ -156,6 +158,7 @@
 	WLAN_UMAC_COMP_GREEN_AP,
 	WLAN_UMAC_COMP_FTM,
 	WLAN_UMAC_COMP_FD,
+	WLAN_UMAC_COMP_OCB,
 	WLAN_UMAC_COMP_ID_MAX,
 };
 
diff --git a/umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h b/umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h
index c1e987d..992e95a 100644
--- a/umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h
+++ b/umac/cmn_services/obj_mgr/inc/wlan_objmgr_cmn.h
@@ -201,6 +201,8 @@
  * @WLAN_REGULATORY_SB_ID:      SB regulatory operations
  * @WLAN_REGULATORY_NB_ID:      NB regulatory operations
  * @WLAN_POLICY_MGR_ID:         Policy Manager operations
+ * @WLAN_SON_ID:                SON
+ * @WLAN_SA_API_ID:             SA PAI
  * @WLAN_SPECTRAL_ID:           Spectral operations
  * @WLAN_SPLITMAC_ID:           SplitMac
  * @WLAN_DEBUG_ID:              Debug operations
@@ -208,6 +210,8 @@
  * @WLAN_DISA_ID:               DISA (encryption test) operations
  * @WLAN_FTM_ID:                FTM module
  * @WLAN_FD_ID:                 FILS Discovery
+ * @WLAN_OCB_NB_ID:             OCB Northbound operations
+ * @WLAN_OCB_SB_ID:             OCB Southbound operations
  * @WLAN_REF_ID_MAX:            Max id used to generate ref count tracking array
  */
  /* New value added to the enum must also be reflected in function
@@ -248,7 +252,8 @@
 	WLAN_DISA_ID          = 31,
 	WLAN_FTM_ID           = 32,
 	WLAN_FD_ID            = 33,
-
+	WLAN_OCB_NB_ID        = 34,
+	WLAN_OCB_SB_ID        = 35,
 	WLAN_REF_ID_MAX,
 } wlan_objmgr_ref_dbgid;