mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-11-02 05:03:39 +00:00
Move cbc_cell_id2str() and make it public
It will be used later on to log whenever new cell ids are added to a message_peer. Change-Id: I74ccbbc810a2fa76fb2999a7588b3f67d4d21e03
This commit is contained in:
@@ -39,6 +39,8 @@ struct cbc_cell_id {
|
||||
} num_compl;
|
||||
};
|
||||
|
||||
const char *cbc_cell_id2str(const struct cbc_cell_id *cid);
|
||||
|
||||
/*********************************************************************************
|
||||
* CBC itself
|
||||
*********************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user