mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
cosmetic: make gsm0408_loc_upd_rej() static
This commit is contained in:
@@ -497,7 +497,7 @@ void gsm0408_clear_all_trans(struct gsm_network *net, int protocol)
|
||||
}
|
||||
|
||||
/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
|
||||
int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause)
|
||||
static int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause)
|
||||
{
|
||||
struct msgb *msg;
|
||||
|
||||
|
Reference in New Issue
Block a user