-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pfcp_packet.hrl: fix type hints for ipv4/ipv6 fields
The types 'inet:ip4_address()' and 'inet:ip6_address()' define tuples of 4 and 16 integers, respectively; while the pfcplib API actually expects the ipv4/ipv6 fields to hold binary() values (raw bytes). This is confusing and makes Dialyzer go nuts about valid code. Signed-off-by: Andreas Schultz <[email protected]>
- Loading branch information
1 parent
e23f349
commit e505c0a
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters