Skip to content

Commit

Permalink
Fixup stupid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 7, 2022
1 parent 2a47fc0 commit bef190c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "src/modules/rlm_sigtran/libosmo-sccp"]

This comment has been minimized.

Copy link
@terryburton

terryburton Feb 8, 2022

Member

@arr2036 I guess you didn't intend to commit these.

This comment has been minimized.

Copy link
@arr2036

arr2036 Feb 8, 2022

Author Member

Not at that point, but they will be in the repository for some time until all the relevant osmocom code is pulled in.

path = src/modules/rlm_sigtran/libosmo-sccp
url = https://github.com/NetworkRADIUS/libosmo-sccp.git
[submodule "src/modules/rlm_sigtran/libosmocore"]
path = src/modules/rlm_sigtran/libosmocore
url = https://github.com/NetworkRADIUS/libosmocore.git
[submodule "src/modules/rlm_sigtran/libosmo-netif"]
path = src/modules/rlm_sigtran/libosmo-netif
url = https://github.com/osmocom/libosmo-netif.git
[submodule "src/modules/rlm_sigtran/libosmo-abis"]
path = src/modules/rlm_sigtran/libosmo-abis
url = https://github.com/osmocom/libosmo-abis.git
2 changes: 1 addition & 1 deletion src/modules/rlm_sigtran/libosmo-m3ua/include/bsc_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ enum {
int mtp_handle_pcap(struct mtp_link *, int dir, const uint8_t *data, int length);

struct bsc_data *bsc_data_alloc(TALLOC_CTX *ctx);
struct bsc_data *bsc_data_create();
struct bsc_data *bsc_data_create(void);

struct mtp_udp_link *mtp_udp_link_init(struct mtp_link *link);

Expand Down
4 changes: 2 additions & 2 deletions src/modules/rlm_sigtran/libosmo-m3ua/include/counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum {
MTP_LNK_SLTM_TOUT,
};

const struct rate_ctr_group_desc *mtp_link_set_rate_ctr_desc();
const struct rate_ctr_group_desc *mtp_link_rate_ctr_desc();
const struct rate_ctr_group_desc *mtp_link_set_rate_ctr_desc(void);
const struct rate_ctr_group_desc *mtp_link_rate_ctr_desc(void);

#endif
1 change: 1 addition & 0 deletions src/modules/rlm_sigtran/libosmo-sccp
Submodule libosmo-sccp added at e1b459
1 change: 1 addition & 0 deletions src/modules/rlm_sigtran/libosmocore
Submodule libosmocore added at fe65fa

0 comments on commit bef190c

Please sign in to comment.