index
:
erlang/osmo_map
master
Erlang implementation of TCAP/MAP
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-16
add Erlang Public License compatibility notice
HEAD
master
Harald Welte
3
-0/+42
2012-02-25
Corrected bogus module identifier number.
Norbert Hartl
1
-1/+1
2012-02-20
add missing modules
Harald Welte
3
-0/+403
2012-02-20
remove map_as_server and make module compile again
Harald Welte
2
-123/+4
2012-02-02
add new map utility functiosn and a skeleton AS server
Harald Welte
2
-0/+241
2012-02-02
map_codec: export more functions
Harald Welte
1
-0/+1
2012-02-02
add a map-only decoder without TCAP
Harald Welte
1
-0/+30
2011-12-10
add 'tcap_helper' module for unit testing or shell use
Harald Welte
2
-1/+123
2011-12-10
make sure tcap_asn module contains TR/dialogue portion, too
Harald Welte
2
-0/+62
2011-12-09
Add separate TCAP decoder that is not linked to MAP
Harald Welte
3
-1/+103
2011-11-12
update gitignore
Harald Welte
1
-0/+5
2011-11-11
rebar: use eunit_surefire
Harald Welte
1
-0/+1
2011-04-16
MAP: Fix-up after asn1ct automatic 1990->1994 EXTERNAL conversion
bow_v2
Harald Welte
2
-6/+27
2011-04-13
include contracts and operation packages in .set.asn1
Harald Welte
1
-0/+2
2011-04-13
fix typo
Harald Welte
1
-1/+1
2011-04-13
Add manually generated MAP-Contracts package
Harald Welte
1
-0/+115
2011-04-13
Add manually-created ASN.1 file with MAP Operation Packages
Harald Welte
1
-0/+502
2011-04-06
eunit: make test case comply with new MAP codec
Harald Welte
1
-1/+1
2011-03-26
MAP ASN.1: Add noteSubscriberPresent (from MAP-v1)
Harald Welte
3
-1/+22
2011-03-26
MAP Protocol: Include SS Operations in supported MAP operations
Harald Welte
1
-1/+10
2011-03-26
MAP ASN1 Workaround: reportSM-DeliveryStatus without DeliveryOutcome
Harald Welte
1
-1/+3
2011-03-25
Update MAP specification from version9 to version12
Harald Welte
29
-304/+2326
2011-03-12
MAP codec test: Always try to re-encode and assert verbously in case of error
Harald Welte
1
-15/+56
2011-03-11
Add MAP codec PCAP based testing
Harald Welte
2
-2/+51
2011-03-08
add eunit tests for map codec
Harald Welte
1
-0/+34
2011-02-10
MAP Codec: Remove last remnance of ISUP OddEven
Harald Welte
1
-1/+1
2011-02-10
MAP Codec: Use our own TBCD / address encoding/decoding routines
Harald Welte
1
-2/+42
2011-02-10
Work around bug in HLR sending invalid CamelCapabilityHandling=0
Harald Welte
1
-1/+2
2011-02-10
map_masq is part of mgw_nat, not osmo_map
Harald Welte
1
-290/+0
2011-02-10
add Emakefile
Harald Welte
1
-0/+1
2011-02-10
introcue new MAP translation code
Harald Welte
1
-0/+290
2011-02-09
don't explicitly specify type in encode_map_msg()
Harald Welte
1
-3/+3
2011-02-09
use asn1ct/asn1rc in 'ber list' mode, as 'ber binary' mode has bugs
Harald Welte
2
-3/+11
2011-02-09
map codec: make sure to encode an AddressString to a list, not binary
Harald Welte
1
-1/+2
2011-02-09
MAP codec: Add functions to encode/decode MAP Address-String
Harald Welte
1
-1/+47
2011-02-09
add .gitignore file
Harald Welte
1
-0/+4
2011-02-09
app file: remove unneeded 'mod' line
Harald Welte
1
-1/+0
2011-02-09
Make sure we use the ber_bin option for asn1ct
Harald Welte
1
-0/+1
2011-02-09
add map_codec wrapper module to be consistent with isup/sccp and other code
Harald Welte
2
-1/+37
2011-02-07
osmo_er_map -> osmo_map
Harald Welte
1
-1/+1
2011-02-07
add erlang MAP code (from OTP)
Harald Welte
42
-0/+9859