pespin has uploaded this change for review.
cosmetic: gsup_client: Fix indentation
Change-Id: Ifafb10df9e963be0494b734ef28e672ebcc83cb5
---
M src/gsup_client.erl
1 file changed, 19 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/25/34725/1
diff --git a/src/gsup_client.erl b/src/gsup_client.erl
index 96dd35a..6ddfdcb 100644
--- a/src/gsup_client.erl
+++ b/src/gsup_client.erl
@@ -67,16 +67,16 @@
% register the GSUP codec with the IPA core; ignore result as we mgiht be doing this multiple times
ipa_proto:register_codec(?IPAC_PROTO_EXT_GSUP, fun gsup_protocol:encode/1, fun gsup_protocol:decode/1),
lager:info("GSUP Server on IP ~s port ~p~n", [Address, Port]),
- CcmOptions = #ipa_ccm_options{
- serial_number="EPDG-00-00-00-00-00-00",
- unit_id="0/0/0",
- mac_address="00:00:00:00:00:00",
- location="00:00:00:00:00:00",
- unit_type="00:00:00:00:00:00",
- equipment_version="00:00:00:00:00:00",
- sw_version="00:00:00:00:00:00",
- unit_name="EPDG-00-00-00-00-00-00"
- },
+ CcmOptions = #ipa_ccm_options{
+ serial_number="EPDG-00-00-00-00-00-00",
+ unit_id="0/0/0",
+ mac_address="00:00:00:00:00:00",
+ location="00:00:00:00:00:00",
+ unit_type="00:00:00:00:00:00",
+ equipment_version="00:00:00:00:00:00",
+ sw_version="00:00:00:00:00:00",
+ unit_name="EPDG-00-00-00-00-00-00"
+ },
case ipa_proto:start_listen(Port, 1, Options) of
{ok, {Socket, IpaPid}} ->
ipa_proto:set_ccm_options(Socket, CcmOptions),
To view, visit change 34725. To unsubscribe, or for help writing mail filters, visit settings.