Skip to content

Commit

Permalink
ims_charging: clang-format for coherent indentation and coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 18, 2023
1 parent 7048217 commit 12f3e8f
Show file tree
Hide file tree
Showing 25 changed files with 4,702 additions and 4,044 deletions.
492 changes: 260 additions & 232 deletions src/modules/ims_charging/Ro_data.c

Large diffs are not rendered by default.

647 changes: 338 additions & 309 deletions src/modules/ims_charging/Ro_data.h

Large diffs are not rendered by default.

778 changes: 428 additions & 350 deletions src/modules/ims_charging/ccr.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/ims_charging/ccr.h
Expand Up @@ -4,7 +4,7 @@
#include "../cdp/diameter.h"
#include "Ro_data.h"

AAAMessage *Ro_new_ccr(AAASession * session, Ro_CCR_t *);
AAAMessage *Ro_new_ccr(AAASession *session, Ro_CCR_t *);
Ro_CCA_t *Ro_parse_CCA_avps(AAAMessage *cca);

#endif
13 changes: 7 additions & 6 deletions src/modules/ims_charging/config.h
@@ -1,12 +1,13 @@
#ifndef __CLIENT_RO_CONFIG_H
#define __CLIENT_RO_CONFIG_H

typedef struct {
str origin_host;
str origin_realm;
str destination_host;
str destination_realm;
str * service_context_id;
typedef struct
{
str origin_host;
str origin_realm;
str destination_host;
str destination_realm;
str *service_context_id;
} client_ro_cfg;

#endif

0 comments on commit 12f3e8f

Please sign in to comment.